DRAC power/management interface validate method should check if there's no pending config job on the node
Bug #1517471 reported by
Imre Farkas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Incomplete
|
Low
|
Imre Farkas |
Bug Description
The driver already checks for pending config jobs during setting boot device, but it would be way more user-friendly to do this during validate()
To post a comment you must log in.
We more or less agreed that validate() method should not call to BMC, as it's called in synchronous fashion in too many places. Can you think of ways to check it without accessing BMC from validate?