Skip to content

Commit

Permalink
Bug 451 - Replication documentation update for character count limits…
Browse files Browse the repository at this point in the history
… of 64 (#410)

Co-authored-by: Yamunadevi N Shanmugam <[email protected]>
  • Loading branch information
anandrajak1 and shanmydell authored Nov 24, 2022
1 parent 3a71b17 commit 97b7e79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/replication/deployment/powerscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ Let's go through each parameter and what it means:
> NOTE: Available RPO values "Five_Minutes", "Fifteen_Minutes", "Thirty_Minutes", "One_Hour", "Six_Hours", "Twelve_Hours", "One_Day"
* `replication.storage.dell.com/ignoreNamespaces`, if set to `true` PowerScale driver, it will ignore in what namespace volumes are created and put every volume created using this storage class into a single volume group.
* `replication.storage.dell.com/volumeGroupPrefix` represents what string would be appended to the volume group name to differentiate them.
> NOTE: To configure the VolumeGroupPrefix, the name format of \'\<volumeGroupPrefix\>-\<namespace\>-\<System IP Address OR FQDN\>-\<rpo\>\' cannot be more than 63 characters.

* `Accesszone` is the name of the access zone a volume can be created in.
* `AzServiceIP` AccessZone groupnet service IP. It is optional and can be provided if different than the PowerScale cluster endpoint.
* `IsiPath` is the base path for the volumes to be created on the PowerScale cluster.
Expand Down
3 changes: 3 additions & 0 deletions content/docs/replication/deployment/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ Let's go through each parameter and what it means:
* `replication.storage.dell.com/ignoreNamespaces`, if set to `true` PowerStore driver, it will ignore in what namespace volumes are created and put every volume created using this storage class into a single volume group.
* `replication.storage.dell.com/volumeGroupPrefix` represents what string would be appended to the volume group name
to differentiate them.
>NOTE: To configure the VolumeGroupPrefix, the name format of \'\<volumeGroupPrefix\>-\<namespace\>-\<Cluster Name\>-\<rpo\>' cannot be more than 63 characters.
* `arrayID` is a unique identifier of the storage array you specified in array connection secret.
Let's follow up that with an example. Let's assume you have two Kubernetes clusters and two PowerStore
Expand Down
1 change: 1 addition & 0 deletions content/docs/replication/deployment/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Let's go through each parameter and what it means:
* `replication.storage.dell.com/rpo` is an acceptable amount of data, which is measured in units of time, that may be lost due to a failure.
* `replication.storage.dell.com/ignoreNamespaces`, if set to `true` Unity driver, it will ignore in what namespace volumes are created and put every volume created using this storage class into a single volume group.
* `replication.storage.dell.com/volumeGroupPrefix` represents what string would be appended to the volume group name to differentiate them.
>NOTE: To configure the VolumeGroupPrefix, the name format of \'\<volumeGroupPrefix\>-\<namespace\>-\<Cluster Name\>-\<rpo\>' cannot be more than 63 characters.
* `arrayId` is a unique identifier of the storage array you specified in array connection secret.
* `nasServer` id of the Nas server of local array to which the allocated volume will belong.
* `storagePool` is the storage pool of the local array.
Expand Down

0 comments on commit 97b7e79

Please sign in to comment.