Red Hat Bugzilla – Bug 1193556
[Docs][Tech] Document rhevm-shell command for "confirm host has been rebooted"
Last modified: 2016-02-10 14:14:53 EST
Description of problem: add command for "confirm host has been rebooted" to rhevm-shell at the moment there is no possibility to "confirm host has been rebooted" via cli if SPM host becomes non-responsive, it is impossible to make RHEV-M choose new SPM because of this
Doesn't the following command work? # action host myhost fence --fence_type manual In theory that performs the same action that the "confirm host has been rebooted" action of the GUI. Please verify and close as NOTABUG if it works correctly.
it works, @Juan how is the user supposed to know that this action equals "confirm host has been rebooted" [RHEVM shell (connected)]# action host XXXXXX.redhat.com fence --fence_type manual fence_type : manual host-id : 00d9f14d-87b6-4613-b92e-fdd49e2a2615 status-state: complete
The only way to make that clear for users is documentation. I'm moving the bug to the documentation component.