Shutdown hungs on Deactivating VG

xlnt

Member
Nov 17, 2011
51
0
6
Sweden
When shutting down the whole cluster (all nodes) the last node always hungs at the line
Deactivating VG ::
on the console of that node/host.
Hope that this is something that can easily be fixed in later builds.
 
you do not have quorum here.

in order to poweroff the last node, you need set the expected votes to 1.

Code:
pvecm e 1
 
Will this behavior be addressed in final release?
If running
#pvecm e 1
where to solve the problem. Then the final node should be able to run this by it self when doing a clean shutdown. Surely the host must be aware of that it is the last running node in cluster and there by also know that it should run this command at shutdown.