Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8d16b0c
updated to have a _index file in every folder to make directories con…
cahoonpwork Apr 25, 2019
eb73994
adding index file
cahoonpwork Apr 25, 2019
4198bb6
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 25, 2019
c49ceca
updated weights on documents
cahoonpwork Apr 26, 2019
1e64678
update version numbers to prep for 4.0.0 release
cahoonpwork Apr 26, 2019
e978eca
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
f52d975
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
17ce139
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
d64babe
removed hugo formatting for non-hugo readme.md file
cahoonpwork Apr 26, 2019
c5c9f1c
updated wording
cahoonpwork Apr 26, 2019
8e7b838
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 29, 2019
18d641a
updated for 4.0.0-rc8
cahoonpwork Apr 29, 2019
52c8260
updated example doc
cahoonpwork Apr 29, 2019
447d716
Merge branch 'develop' of github.com:CrunchyData/postgres-operator in…
cahoonpwork May 22, 2019
6efde48
updated RC version and PG version
cahoonpwork May 22, 2019
3db94d8
Merge branch 'develop' of github.com:CrunchyData/postgres-operator in…
cahoonpwork May 28, 2019
a8a7288
updated version for rc
cahoonpwork May 28, 2019
c3f2d9a
updated compatibility with container suite
cahoonpwork May 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated example doc
  • Loading branch information
cahoonpwork committed Apr 29, 2019
commit 52c826099db1076cc48e8a2952cf8cb44c80e0f5
4 changes: 2 additions & 2 deletions examples/load/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ storageos CLI:
Locate the volume path/name from the above volume listing, then use
that path in a mount command:

storageos volume mount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-5254.0.0-rc8262d /mnt
storageos volume mount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-52540030262d /mnt

The above command mounts the storageos volume into /mnt on your local
linux host where you can now access it using normal linux commands.
Expand All @@ -66,7 +66,7 @@ which is mounted on your linux host at /mnt:

Unmount the volume so that it can be mounted by the load job:

storageos volume unmount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-5254.0.0-rc8262d
storageos volume unmount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-52540030262d

At this point, you have a storageos backed PVC, csv-pvc, that has
the sample.json file loaded into it and its ready to be used
Expand Down