From 7dc202e462dd90a9f3afe9ca33647c45f41d1c9b Mon Sep 17 00:00:00 2001 From: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:56:19 -0600 Subject: [PATCH] Clarified protocol use in PowerStore (#1436) * Clarified protocol use in PowerStore * typo * Addressed review comment --- content/docs/csidriver/features/powerstore.md | 2 +- content/v1/csidriver/features/powerstore.md | 2 +- content/v2/csidriver/features/powerstore.md | 2 +- content/v3/csidriver/features/powerstore.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/csidriver/features/powerstore.md b/content/docs/csidriver/features/powerstore.md index 8d6d21c8fa..6df784152a 100644 --- a/content/docs/csidriver/features/powerstore.md +++ b/content/docs/csidriver/features/powerstore.md @@ -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:///#/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 `` in the manifest. In case of Metro volume, the volumeHandle should be in the format ``. Modify other parameters according to your needs. +2. Create a PersistentVolume using volume-id formatted as `` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format ``. 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 diff --git a/content/v1/csidriver/features/powerstore.md b/content/v1/csidriver/features/powerstore.md index 8d6d21c8fa..6df784152a 100644 --- a/content/v1/csidriver/features/powerstore.md +++ b/content/v1/csidriver/features/powerstore.md @@ -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:///#/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 `` in the manifest. In case of Metro volume, the volumeHandle should be in the format ``. Modify other parameters according to your needs. +2. Create a PersistentVolume using volume-id formatted as `` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format ``. 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 diff --git a/content/v2/csidriver/features/powerstore.md b/content/v2/csidriver/features/powerstore.md index 8d6d21c8fa..6df784152a 100644 --- a/content/v2/csidriver/features/powerstore.md +++ b/content/v2/csidriver/features/powerstore.md @@ -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:///#/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 `` in the manifest. In case of Metro volume, the volumeHandle should be in the format ``. Modify other parameters according to your needs. +2. Create a PersistentVolume using volume-id formatted as `` in the volumeHandle field of the manifest file. In the case of a Metro volume, the volumeHandle should be in the format ``. 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 diff --git a/content/v3/csidriver/features/powerstore.md b/content/v3/csidriver/features/powerstore.md index cd9d718a30..d068e34fbe 100644 --- a/content/v3/csidriver/features/powerstore.md +++ b/content/v3/csidriver/features/powerstore.md @@ -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:///#/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 in the manifest. Modify other parameters according to your needs. +2. Create a PersistentVolume using volume-id formatted as `` 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