We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 835943d + 1da1b63 commit c116bd2Copy full SHA for c116bd2
test/integration/run-test.sh
@@ -55,7 +55,7 @@ trap cleanup EXIT
55
sleep 5
56
# set secret for csc node stage
57
export X_CSI_SECRETS=username=username,"password=test"
58
-params='source=//0.0.0.0/share,createSubDir="true"'
+params='source=//0.0.0.0/share,createSubDir=false'
59
# Begin to run CSI functions one by one
60
echo 'Create volume test:'
61
readonly value=$("$CSC_BIN" controller new --endpoint "$endpoint" --cap 1,block "$volname" --req-bytes 2147483648 --params "$params")
0 commit comments