-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
provisioning "thin' and compression "",should result in ERROR instead of creating thin volume #710
Comments
proisioning ="" and compression "", is resulting in creating thin volume instead of erroring out , this needs to address |
creating volume with size = "0" or size = o it still creates volume of size 1024 MB in the backed. Since we are restricting the case of provisioning ="" and compression "", This also we need to address, by restricting creation with proper message |
Assign to me, need discussion with imran |
Fixed and merged |
Raghavendra C to verify and close |
Verified and find the output below [root@cssosbe01-196113 hpedockerplugin]# docker volume create -d hpe --name test-defect -o size=10 -o provisioning=thin -o compression="" [root@cssosbe01-196113 hpedockerplugin]# docker volume create -d hpe --name test-defect -o size=10 -o provisioning="thin" -o compression="" [root@cssosbe01-196113 hpedockerplugin]# docker volume create -d hpe --name test-defect -o size=10 -o provisioning="" -o compression="" [root@cssosbe01-196113 hpedockerplugin]# docker volume create -d hpe --name test-defect -o size=0 -o provisioning="thin" |
provisioning "thin' and compression "",should result in ERROR instead of creating thin volume
Provisioning Compression Result
thin “” ERROR
The text was updated successfully, but these errors were encountered: