You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Grammatically incorrect error message displayed when tried to create volume with invalid input parameters.
OS: Centos 7.6
3PAR IP: 10.50.3.9
Pre-Requisite:
Docker should be installed and etcd should be up and running
Steps to reproduce:
Install and enable HPE 3PAR plugin
try to create volume with invalid input parameters:
docker volume create -d hpe --name VOL1 -o provisioning=full -o compression=true
verify the error message.
Actual result: Error response from daemon: create VOL1: Invalid input received: To create compression enabled volume, size of the volume should be atleast 16GB. Fully provisioned volume can not be compressed. Please re enter requested volume size or provisioning type.
Expected result: Error response from daemon: create VOL1: Invalid input received: To create compression enabled volume, size of the volume should be at least 16GB. Fully provisioned volume can not be compressed. Please re-enter requested volume size or provisioning type.
Note: Change in"re enter" and "at least" is required
The text was updated successfully, but these errors were encountered:
Summary: Grammatically incorrect error message displayed when tried to create volume with invalid input parameters.
OS: Centos 7.6
3PAR IP: 10.50.3.9
Pre-Requisite:
Docker should be installed and etcd should be up and running
Steps to reproduce:
docker volume create -d hpe --name VOL1 -o provisioning=full -o compression=true
Actual result: Error response from daemon: create VOL1: Invalid input received: To create compression enabled volume, size of the volume should be atleast 16GB. Fully provisioned volume can not be compressed. Please re enter requested volume size or provisioning type.
Expected result: Error response from daemon: create VOL1: Invalid input received: To create compression enabled volume, size of the volume should be at least 16GB. Fully provisioned volume can not be compressed. Please re-enter requested volume size or provisioning type.
Note: Change in"re enter" and "at least" is required
The text was updated successfully, but these errors were encountered: