Skip to content

Commit

Permalink
Addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell committed Jan 31, 2025
1 parent 2a3c2f8 commit cfec84a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl delete -f tests/simple/simple.yaml
You can use existent volumes from PowerStore array as Persistent Volumes in your Kubernetes, perform the following steps:

1. Open your volume in PowerStore Management UI, and take a note of volume-id. The volume link must look similar to `https://<powerstore.api.ip>/#/storage/volumes/0055558c-5ae1-4ed1-b421-6f5a9475c19f/capacity`, where the `volume-id` is `0055558c-5ae1-4ed1-b421-6f5a9475c19f`.
2. Create PersistentVolume and use this volume-id in volumeHandle in format `<volume-id/globalID/protocol>` in the manifest. In case of Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.
2. Create a PersistentVolume using volume-id formatted as `<volume-id/globalID/protocol>` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.

```yaml
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion content/v1/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl delete -f tests/simple/simple.yaml
You can use existent volumes from PowerStore array as Persistent Volumes in your Kubernetes, perform the following steps:

1. Open your volume in PowerStore Management UI, and take a note of volume-id. The volume link must look similar to `https://<powerstore.api.ip>/#/storage/volumes/0055558c-5ae1-4ed1-b421-6f5a9475c19f/capacity`, where the `volume-id` is `0055558c-5ae1-4ed1-b421-6f5a9475c19f`.
2. Create PersistentVolume and use this volume-id in volumeHandle in format `<volume-id/globalID/protocol>` in the manifest. In case of Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.
2. Create a PersistentVolume using volume-id formatted as `<volume-id/globalID/protocol>` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.

```yaml
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion content/v2/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl delete -f tests/simple/simple.yaml
You can use existent volumes from PowerStore array as Persistent Volumes in your Kubernetes, perform the following steps:

1. Open your volume in PowerStore Management UI, and take a note of volume-id. The volume link must look similar to `https://<powerstore.api.ip>/#/storage/volumes/0055558c-5ae1-4ed1-b421-6f5a9475c19f/capacity`, where the `volume-id` is `0055558c-5ae1-4ed1-b421-6f5a9475c19f`.
2. Create PersistentVolume and use this volume-id in volumeHandle in format `<volume-id/globalID/protocol>` in the manifest. In case of Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.
2. Create a PersistentVolume using volume-id formatted as `<volume-id/globalID/protocol>` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format `<volume-id/globalID/protocol:remote-volume-id/remote-globalID>`. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.

```yaml
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion content/v3/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl delete -f tests/simple/simple.yaml
You can use existent volumes from PowerStore array as Persistent Volumes in your Kubernetes, perform the following steps:

1. Open your volume in PowerStore Management UI, and take a note of volume-id. The volume link must look similar to `https://<powerstore.api.ip>/#/storage/volumes/0055558c-5ae1-4ed1-b421-6f5a9475c19f/capacity`, where the `volume-id` is `0055558c-5ae1-4ed1-b421-6f5a9475c19f`.
2. Create PersistentVolume and use this volume-id in volumeHandle in format <volume-id/globalID/protocol> in the manifest. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.
2. Create a PersistentVolume using volume-id formatted as `<volume-id/globalID/protocol>` in the volumeHandle field of the manifest file. The protocol can be specified as 'scsi' for block-based protocols and 'nfs' for file-based protocols. Modify other parameters according to your needs.
```yaml
apiVersion: v1
kind: PersistentVolume
Expand Down

0 comments on commit cfec84a

Please sign in to comment.