-
Notifications
You must be signed in to change notification settings - Fork 7
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
Set drive state minor issue #12
Comments
hmm, the state setter expects a "valid state" in the raw str that storcli expects or, a DriveState valid enum. I'm checking and maybe forcing to convert into |
…ith issue Set drive state minor issue #12
Is this issue fixed? I checked there were a commit a few weeks ago but don't remember if enough or not |
Didn't check this one, but the code looks totally correct |
Ok, I'm closing this for now... Reopen if you find it fails again please. Thanks! |
Hi,
When setting drive.state= 'good' it fails (i don't have an output to paste right now)
since there is no 'good' state, only 'ugood' or 'unconfigured good'
while drive.state = 'offline''missing''online' works well, it makes a little confusion
Thanks
The text was updated successfully, but these errors were encountered: