From 28a16d35b444a023d0f1c133f66c947a48ae6624 Mon Sep 17 00:00:00 2001 From: karthikk92 <92289639+karthikk92@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:51:59 +0530 Subject: [PATCH] Unity docs changes to update versions reference. (#158) Co-authored-by: shanmydell <82038610+shanmydell@users.noreply.github.com> --- content/docs/csidriver/features/unity.md | 2 +- content/docs/csidriver/installation/helm/unity.md | 4 ++-- content/docs/csidriver/installation/operator/unity.md | 4 ++-- content/docs/csidriver/upgradation/drivers/unity.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/csidriver/features/unity.md b/content/docs/csidriver/features/unity.md index 14b3b977eb..2e61e95408 100644 --- a/content/docs/csidriver/features/unity.md +++ b/content/docs/csidriver/features/unity.md @@ -643,7 +643,7 @@ data: CSI_LOG_LEVEL: "info" ALLOW_RWO_MULTIPOD_ACCESS: "false" MAX_UNITY_VOLUMES_PER_NODE: "0" - SYNC_NODE_INFO_TIME_INTERVAL: "0" + SYNC_NODE_INFO_TIME_INTERVAL: "15" TENANT_NAME: "" ``` >Note: csi-unity supports Tenancy in multi-array setup, provided the TenantName is the same across Unity instances. diff --git a/content/docs/csidriver/installation/helm/unity.md b/content/docs/csidriver/installation/helm/unity.md index 0effda6310..2735a7f04b 100644 --- a/content/docs/csidriver/installation/helm/unity.md +++ b/content/docs/csidriver/installation/helm/unity.md @@ -38,7 +38,7 @@ Install CSI Driver for Unity using this procedure. *Before you begin* - * You must have the downloaded files, including the Helm chart from the source [git repository](https://github.com/dell/csi-unity) with the command ```git clone -b v2.1.0 https://github.com/dell/csi-unity.git```, as a pre-requisite for running this procedure. + * You must have the downloaded files, including the Helm chart from the source [git repository](https://github.com/dell/csi-unity) with the command ```git clone -b v2.2.0 https://github.com/dell/csi-unity.git```, as a pre-requisite for running this procedure. * In the top-level dell-csi-helm-installer directory, there should be two scripts, `csi-install.sh` and `csi-uninstall.sh`. * Ensure _unity_ namespace exists in Kubernetes cluster. Use the `kubectl create namespace unity` command to create the namespace if the namespace is not present. @@ -130,7 +130,7 @@ Procedure | storageArrayList.endpoint | REST API gateway HTTPS endpoint Unity system| true | - | | storageArrayList.arrayId | ArrayID for Unity system | true | - | | storageArrayList.skipCertificateValidation | "skipCertificateValidation " determines if the driver is going to validate unisphere certs while connecting to the Unisphere REST API interface. If it is set to false, then a secret unity-certs has to be created with an X.509 certificate of CA which signed the Unisphere certificate. | true | true | - | storageArrayList.isDefault| An array having isDefault=true or isDefaultArray=true will be considered as the default array when arrayId is not specified in the storage class. This parameter should occur only once in the list. | false | false | + | storageArrayList.isDefault| An array having isDefault=true or isDefaultArray=true will be considered as the default array when arrayId is not specified in the storage class. This parameter should occur only once in the list. | true | - | Example: secret.yaml diff --git a/content/docs/csidriver/installation/operator/unity.md b/content/docs/csidriver/installation/operator/unity.md index f11b998c2f..96a390db2e 100644 --- a/content/docs/csidriver/installation/operator/unity.md +++ b/content/docs/csidriver/installation/operator/unity.md @@ -19,7 +19,7 @@ The following table lists driver configuration parameters for multiple storage a | password | Password for accessing Unity system | true | - | | restGateway | REST API gateway HTTPS endpoint Unity system| true | - | | arrayId | ArrayID for Unity system | true | - | -| isDefaultArray | An array having isDefaultArray=true is for backward compatibility. This parameter should occur once in the list. | false | false | +| isDefaultArray | An array having isDefaultArray=true is for backward compatibility. This parameter should occur once in the list. | true | - | Ex: secret.yaml @@ -118,7 +118,7 @@ data: CSI_LOG_LEVEL: "info" ALLOW_RWO_MULTIPOD_ACCESS: "false" MAX_UNITY_VOLUMES_PER_NODE: "0" - SYNC_NODE_INFO_TIME_INTERVAL: "0" + SYNC_NODE_INFO_TIME_INTERVAL: "15" TENANT_NAME: "" ``` diff --git a/content/docs/csidriver/upgradation/drivers/unity.md b/content/docs/csidriver/upgradation/drivers/unity.md index 16e11131fa..90ca6507cd 100644 --- a/content/docs/csidriver/upgradation/drivers/unity.md +++ b/content/docs/csidriver/upgradation/drivers/unity.md @@ -20,9 +20,9 @@ You can upgrade the CSI Driver for Dell EMC Unity using Helm or Dell CSI Operato Preparing myvalues.yaml is the same as explained in the install section. -To upgrade the driver from csi-unity v2.0 to csi-unity 2.1 +To upgrade the driver from csi-unity v2.1 to csi-unity 2.2 -1. Get the latest csi-unity 2.1 code from Github using using `git clone -b v2.1.0 https://github.com/dell/csi-unity.git`. +1. Get the latest csi-unity 2.2 code from Github using using `git clone -b v2.2.0 https://github.com/dell/csi-unity.git`. 2. Create myvalues.yaml. 3. Copy the helm/csi-unity/values.yaml to the new location csi-unity/dell-csi-helm-installer with name say myvalues.yaml, to customize settings for installation edit myvalues.yaml as per the requirements. 4. Navigate to common-helm-installer folder and execute the following command: @@ -34,7 +34,7 @@ To upgrade the driver from csi-unity v2.0 to csi-unity 2.1 1. While upgrading the driver via operator, replicas count in sample CR yaml can be at most one less than the number of worker nodes. 2. Upgrading the Operator does not upgrade the CSI Driver. -To upgrade the driver from csi-unity v2.0 to csi-unity v2.1 : +To upgrade the driver from csi-unity v2.1 to csi-unity v2.2 : 1. Please upgrade the Dell CSI Operator by following [here](./../operator). 2. Once the operator is upgraded, to upgrade the driver, refer [here](./../../../installation/operator/#update-csi-drivers).