Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker 3.2.1: Grammatically incorrect error message displayed when tried to create volume with invalid input parameters. #702

Open
sonawane-shashikant opened this issue Aug 1, 2019 · 1 comment

Comments

@sonawane-shashikant
Copy link

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:

  1. Install and enable HPE 3PAR plugin
  2. try to create volume with invalid input parameters:
    docker volume create -d hpe --name VOL1 -o provisioning=full -o compression=true
  3. 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

@bhagyashree-sarawate
Copy link
Contributor

Duplicate of bug #718,
Fixed and will get merged in 3.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants