From dde4e75e564f993aa39e570e17a9298cae584541 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Thu, 3 Aug 2023 10:37:40 +0530 Subject: [PATCH 1/3] Added example of running volumeHealthMetric suite Signed-off-by: Kumar Yadav --- content/docs/csidriver/installation/test/certcsi.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/csidriver/installation/test/certcsi.md b/content/docs/csidriver/installation/test/certcsi.md index 04d791ba88..6a7d9d7634 100644 --- a/content/docs/csidriver/installation/test/certcsi.md +++ b/content/docs/csidriver/installation/test/certcsi.md @@ -172,6 +172,16 @@ Optional Params: --vs : volume size to be created ``` +#### Volume Health Metric Suite + +To run volume health metric test suite, run the command: +```bash + +cert-csi functional-test volumehealthmetrics --sc --driver-ns --podNum --volNum +``` + +> Note: Make sure to enable healthMonitor for driver's controller & node pods before running this suite and it is recommended to keep smaller interval time for this sidecar. + ### Other Options #### Generating tabular report from DB From 796c01f8cf3793b97fdaad5b9eb3135307d446cf Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Fri, 4 Aug 2023 10:29:40 +0530 Subject: [PATCH 2/3] Addressing review comment --- content/docs/csidriver/installation/test/certcsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/csidriver/installation/test/certcsi.md b/content/docs/csidriver/installation/test/certcsi.md index 6a7d9d7634..826cdaeec4 100644 --- a/content/docs/csidriver/installation/test/certcsi.md +++ b/content/docs/csidriver/installation/test/certcsi.md @@ -180,7 +180,7 @@ To run volume health metric test suite, run the command: cert-csi functional-test volumehealthmetrics --sc --driver-ns --podNum --volNum ``` -> Note: Make sure to enable healthMonitor for driver's controller & node pods before running this suite and it is recommended to keep smaller interval time for this sidecar. +> Note: Make sure to enable healthMonitor for driver's controller and node pods before running this suite. It is recommended to use a smaller interval time for this sidecar. ### Other Options From 582a39eebfcadd899186780dbb0ea901c0ebf5a6 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Fri, 4 Aug 2023 12:03:33 +0530 Subject: [PATCH 3/3] Adding the same example in /v1 i.e. for older release --- content/v1/csidriver/installation/test/certcsi.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/v1/csidriver/installation/test/certcsi.md b/content/v1/csidriver/installation/test/certcsi.md index e017c58ee9..11b194f1f9 100644 --- a/content/v1/csidriver/installation/test/certcsi.md +++ b/content/v1/csidriver/installation/test/certcsi.md @@ -167,6 +167,16 @@ Optional Params: --vs : volume size to be created ``` +#### Volume Health Metric Suite + +To run volume health metric test suite, run the command: +```bash + +cert-csi functional-test volumehealthmetrics --sc --driver-ns --podNum --volNum +``` + +> Note: Make sure to enable healthMonitor for driver's controller and node pods before running this suite. It is recommended to use a smaller interval time for this sidecar. + ### Other Options #### Generating tabular report from DB