-
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
Init a failed controller #13
Comments
Also, how to handle this kind of case:
But there is no way to issue controller._run(['/fall', 'show'] with a flag to skip raising exception. |
Totally agree with "On the other hand, the controller exists and maybe pystorcli should create the object (although controller has status failed)." |
Thank you @ulmitov However, I don't know if it is enough to handle this scenario (probably don't)... ¿Could you please try and copy the command outputs in case of error? Thanks! |
@ralequi Ok, thanks a lot, will try to check it next week. |
Sorry, but I don't have such HW so didn't searched nor tried to create anything related... The "hardware world" is "hard", not many people involved (even less that uses python/high level programing langs). If you find something interesting out there and we can find some interest on "mix" under a solo "raid-controlling-python-package" we'll be able to have something much better than (inherit) "tool-wrappers". |
Besides this one i couldn't find anything better, nicely started, but not really working |
So in order to have a single raid py package, the design of the 3 packages should be similar. Specifically:
Do you agree with those assumptions?) |
Yeah, absolutely. I'm agree that pysmart model is better than pystorcli too, should migrate it... |
Great! |
https://github.com/ulmitov/pyarcconf |
Regarding the controller init fix, took the develop version, this is the case now:
|
My fault, please, recheck |
The fix works great, thanks |
Hi,
Having this kind of controller:
Trying to init it with pystorcli:
The exception is saying that object does not exist.
But the real exception should be:
On the other hand, the controller exists and maybe pystorcli should create the object (although controller has status failed).
Since we can make it healthy:
But if pystorcli will not create an object this would not be possible.
Now the init is passing:
The text was updated successfully, but these errors were encountered: