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

Errors message changes for deco operations on Primera #61

Open
leenaj0hn opened this issue Aug 27, 2019 · 1 comment
Open

Errors message changes for deco operations on Primera #61

leenaj0hn opened this issue Aug 27, 2019 · 1 comment

Comments

@leenaj0hn
Copy link

When type is full:
"msg": "Volume creation failed | Bad request (HTTP 400) - invalid input: Either tpvv must be true OR for compressed and deduplicated volumes both 'compression' and 'tdvv' must be specified as true"

"msg": "Volume creation failed | Bad request (HTTP 400) - invalid input: On Primera for tpvv volume, 'type' must be set to thin, and for compressed and deduplicated volumes 'compression' must be set to true and 'type' must be specified as thin_dedupe"

type:thin_dedupe compression:false

"msg": "Volume creation failed | Bad request (HTTP 400) - invalid input: For compressed and deduplicated volumes both 'compression' and 'tdvv' must be specified as true"

}

"msg": "Volume creation failed | Bad request (HTTP 400) - invalid input: For compressed and deduplicated volumes 'compression' must be specified as true" and type value should be thin_dedupe

}

convert from thin and compression=false to thin and compression set to true

"msg": "Provisioning type change failed | Bad request (HTTP 400) - invalid input: On primera supported array along with compression set to true 'conversionOperation' must be 3(TDVV) or for deco operation user can set 'conversionOperation' to 4(CONVERT_TO_DECO)"

"msg": "Provisioning type change failed | Bad request (HTTP 400) - invalid input: On primera array, with compression set to true 'conversionOperation' must be have type set to "thin_dedupe"

@ansarars
Copy link
Contributor

Corrected error messages in PR(hpe-storage/python-3parclient#74)
Please refer unit test execution results as follows
unit_test_execution_results_27aug.txt

Please refer error message as follows:-
error_msg_verification.txt

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

No branches or pull requests

2 participants