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 44b096d + 6b34b84 commit 38d7e72Copy full SHA for 38d7e72
test/integration/run-test.sh
@@ -66,6 +66,10 @@ if [[ "$cloud" != "AzureChinaCloud" ]]; then
66
csc node stats --endpoint "$endpoint" "$volumeid:$target_path:$staging_target_path"
67
sleep 2
68
69
+ # FIXME: this is done has a workaround to fix failing blobfuse mounts in prow
70
+ echo "unmounting manually"
71
+ umount $target_path
72
+
73
echo 'expand volume test'
74
csc controller expand-volume --endpoint "$endpoint" --req-bytes "$expanded_vol_size" "$volumeid"
75
0 commit comments