[ SOLVED,but I have a question!!!] Trouble with quorum on startup

Gilberto Ferreira

Renowned Member
Hello

Everytime when I assemble a cluster, I need to put the following commands in rc.local, in order to pve-cluster run properly:

/etc/init.d/cman stop
sleep 2
/etc/init.d/cman start
sleep 2
/etc/init.d/rgmanager stop
sleep 2
/etc/init.d/rgmanager start
sleep 2
/etc/init.d/pve-cluster stop
sleep 2
/etc/init.d/pve-cluster start

Otherwise, quorum wouldn't found out by the system...
I working with two Proxmox and one iSCSI Storage... The quorum device, of course, reside in a 50MB disk...

I don't understand why this happen...

If anybody can help me, I will appreciate!

Thanks
 
Last edited:
I solved this issue, change the line bellow, in /etc/iscsi/nodes/<TARGET>/<PORTAL>/default

change from "node.startup = manual" to "node.startup = automatic"

Now cluster start nice...

But my question is: WHY THIS IS NOT THE DEFAULT CONFIGURATION??

Thanks

Because disk quorum is not a standard proxmox configuration.


(iscsi is started automaticaly when vm start and need it, but it's not managed for disk cluster quorum)