Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 34b92a7

Browse files
authored
readme update
1 parent bc5f876 commit 34b92a7

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,24 +167,24 @@ The IBM Spectrum Scale Container Storage Interface (CSI) driver has the followin
167167
168168
## Install and Deploy the Spectrum Scale CSI driver
169169
170-
1. Load the docker image to all Kubernetes worker nodes
170+
1. Copy and load the docker image on all Kubernetes worker nodes
171171
172172
```
173173
docker image load -i csi-spectrum-scale_v0.9.0.tar
174174
```
175175
176-
*On OpenShift, use this command instead:*
176+
*On OpenShift setup, use this command instead:*
177177
178178
```
179179
podman image load -i csi-spectrum-scale_v0.9.0.tar
180180
```
181181
182182
2. Update `deploy/spectrum-scale-driver.conf` with your cluster and environment details.
183183
184-
3. Set the environment variable CSI_SCALE_PATH to `<repo_base_path>/ibm-spectrum-scale-csi-driver`
184+
3. Set the environment variable CSI_SCALE_PATH to ibm-spectrum-scale-csi-driver directory
185185
186186
```
187-
export CSI_SCALE_PATH=<repo_base_path>/ibm-spectrum-scale-csi-driver
187+
export CSI_SCALE_PATH=$GOPATH/src/github.com/IBM/ibm-spectrum-scale-csi-driver
188188
```
189189
190190
4. Run the install helper script:
@@ -217,8 +217,8 @@ For static provisioning of existing directories perform the following steps:
217217
- Generate static pv yaml file using helper script
218218
219219
```
220-
tools/generate_pv_yaml.sh --filesystem rgpfs2 --size 10 \
221-
--linkpath /ibm/rgpfs2/static-pv-from-vmi-146/static-pv-1 --pvname static-pv
220+
tools/generate_pv_yaml.sh --filesystem gpfs0 --size 10 \
221+
--linkpath /ibm/gpfs0/pvfileset/static-pv --pvname static-pv
222222
```
223223
224224
- Use sample static_pvc and pod files for sanity test under `examples/static`

deploy/create.sh

100644100755
File mode changed.

deploy/destroy.sh

100644100755
File mode changed.

examples/dynamic/fileset/storageclassfileset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: csi-spectrum-scale-fileset
55
provisioner: csi-spectrum-scale
66
parameters:
7-
volBackendFs: "gpfs1"
7+
volBackendFs: "gpfs0"
88
clusterId: "7118073361626808055"
99
reclaimPolicy: Delete
1010

examples/dynamic/fileset/storageclassfileset_dependent.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ metadata:
44
name: csi-spectrum-scale-fileset-dependent
55
provisioner: csi-spectrum-scale
66
parameters:
7-
volBackendFs: "gpfs1"
7+
volBackendFs: "gpfs0"
88
clusterId: "7118073361626808055"
9-
uid: "1000"
10-
gid: "1000"
119
fileset-type: "dependent"
1210
parentFileset: "pvc-9c93ffc6-b113-47b4-bbb4-29306f567f2b"
1311
reclaimPolicy: Delete

examples/dynamic/lightweight/storageclasslw.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ metadata:
44
name: csi-spectrum-scale-lt
55
provisioner: csi-spectrum-scale
66
parameters:
7-
volBackendFs: "gpfs1"
8-
volDirBasePath: "DiffFS/N1"
9-
uid: "1000"
10-
gid: "1000"
7+
volBackendFs: "gpfs0"
8+
volDirBasePath: "pvfileset/lwdir"
119
reclaimPolicy: Delete
1210

0 commit comments

Comments
 (0)