-
Notifications
You must be signed in to change notification settings - Fork 21
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
[BUG]: dellemc.powerscale.networkpool fails as Unauthorized #133
Comments
@bugmanch, I just tried the below playbook and I was able to successfully get the details. Could you please check your username and password details or make sure that the user has the right privileges to gather the network pool details?
Execution:
|
Here is what I get in my environment All other commands works fine, just networkpools command issuing an Unaothoorized error:
Execution:
|
Does a direct API query for e.g. |
Thanks! That helped me to find out the cause of the issue! The following OneFS command helped solve the situation: As per: https://developer.dell.com/apis/4088/versions/9.7.0/docs/Getting%20Started/3make_your_first_call.md So:
|
Error description
Role dellemc.powerscale.networkpool fails with following error message:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to get network pool pool0 failed with error: HTTP Error 401: Unauthorized "}
Environment details
Occurs on:
Code example
The text was updated successfully, but these errors were encountered: