diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 50cd21aae3..8e248658c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,5 +11,6 @@ # Aron Suliman (AronAtDell) # Sharmila Ramamoorthy (sharmilarama) # Alik Saring (alikdell) +# Ray Sedlock (rsedlock1958) -* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79 +* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79 @rsedlock1958 diff --git a/content/docs/concepts/authorization/v2.x/configuration/_index.md b/content/docs/concepts/authorization/v2.x/configuration/_index.md index 13aa0cc8da..d9b41dd40c 100644 --- a/content/docs/concepts/authorization/v2.x/configuration/_index.md +++ b/content/docs/concepts/authorization/v2.x/configuration/_index.md @@ -61,6 +61,7 @@ A `storage` entity in Container Storage Modules Authorization consists of the st >__Note__: > - You must specify exactly one option for the storageSystemCredentials field, e.g. secretProviderClass. +> - For PowerStore, the endpoint must be appended with `/api/rest`. For example, `https://10.0.0.1/api/rest`. Edit these parameters in the manifest: diff --git a/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md index 5123e8a5ca..51f117dee0 100644 --- a/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -68,10 +68,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -95,10 +95,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 4. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md b/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md index f04413177d..8429a4c83a 100644 --- a/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md +++ b/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md @@ -6,4 +6,4 @@ description: > Container Storage Modules (CSM) for Authorization v2.0 Operator deployment --- -{{}} +{{}} diff --git a/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md b/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md index 2b1a4eeea9..289ace05f9 100644 --- a/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md +++ b/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md @@ -6,4 +6,4 @@ description: > Container Storage Modules (CSM) for Authorization v2.0 Operator deployment --- -{{}} +{{}} diff --git a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md index 4ebb81eb40..6fd702cbe0 100644 --- a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2 diff --git a/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md b/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md index 69a4d9f677..8f508b9df2 100644 --- a/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md +++ b/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md @@ -141,7 +141,7 @@ dell-csm-operator-controller-manager-86dcdc8c48-6dkxm 2/2 Running 4. **Create the Reverse Proxy TLS Secret** - Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](./#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret. + Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](../prerequisite/#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret. ```bash oc create secret -n powermax tls csirevproxy-tls-secret --cert=tls.crt --key=tls.key ``` diff --git a/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md index 58ee9f9a9d..21d8cc71d6 100644 --- a/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -104,10 +104,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -129,10 +129,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md index e749bc786f..635c990ff7 100644 --- a/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2 diff --git a/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md b/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md index d16ccf45de..c674e28dcb 100644 --- a/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md +++ b/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md @@ -68,10 +68,10 @@ Create the karavi-authorization-config secret using this command: password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Operator** @@ -93,10 +93,10 @@ Create the karavi-authorization-config secret using this command: password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. Enable Container Storage Modules Authorization in the driver installation applicable to your installation method. diff --git a/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md index c71be7de13..9c0eee670c 100644 --- a/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -73,10 +73,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -98,10 +98,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/tree/release/{{< version-v2 key="csm-operator_latest_version" >}}/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md index cbd6e5db81..76c1a4d7e5 100644 --- a/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2