From 97081dbfc808097d7ea5825be1bcdd21766fac30 Mon Sep 17 00:00:00 2001 From: Boya Murthy Date: Fri, 24 Nov 2023 17:30:03 +0530 Subject: [PATCH 1/2] Updating Readme --- README.md | 3 +-- test/integration/README | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80dcb8fb..88175485 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,8 @@ To build an image, execute `make docker`. You can run an integration test on a Linux system by populating the file `env.sh` with values for your Dell PowerMax systems and then run "`make integration-test`". ## Runtime Dependencies -Both the Controller and the Node portions of the driver can only be run on nodes which have network connectivity to a “`Unisphere for PowerMax`” server (which is used by the driver). +For complete Dependencies , Please visit [Prerequisites](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powermax/#prerequisites) -If you are using ISCSI, then the Node portion of the driver can only be run on nodes that have the iscsi-initiator-utils package installed. ## Driver Installation Please consult the [Installation Guide](https://dell.github.io/csm-docs/docs/csidriver/installation) diff --git a/test/integration/README b/test/integration/README index dd3e0e53..895d8034 100644 --- a/test/integration/README +++ b/test/integration/README @@ -5,4 +5,4 @@ 2. run _make integration-test_ from the root directory of the project 3. If you want to run selective test: 1. Add a `tag` on the tests - 2. Update the `Tags` section on line no. 98 in file _integration_test.go_ with the same tag \ No newline at end of file + 2. Update the `Tags` section in file _integration_test.go_ with the same tag From 4ad7302069cda2f69a7eacfa5edcff59ca163d7f Mon Sep 17 00:00:00 2001 From: Boya Murthy Date: Fri, 24 Nov 2023 17:45:06 +0530 Subject: [PATCH 2/2] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88175485..89ebdcf4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To build an image, execute `make docker`. You can run an integration test on a Linux system by populating the file `env.sh` with values for your Dell PowerMax systems and then run "`make integration-test`". ## Runtime Dependencies -For complete Dependencies , Please visit [Prerequisites](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powermax/#prerequisites) +For a complete list of dependencies, please visit [Prerequisites](https://dell.github.io/csm-docs/docs/csidriver/installation/helm/powermax/#prerequisites) ## Driver Installation