I have two CentOS KVM servers with some virtual machines: A and B
I am running as Primary on A and Secondary on B. When A fails I am able to switch DRBD on B to Primary and access the disk images there (qcow2 images). However, I am having some issues configuring it properly because my virtual machines are trying to start before the shared storage mount (with qcow2 images). This triggers errors such as "Cannot access storage file" and "No such file or directory\nocf-exit-reason:Failed to start virtual domain MyVirtMachine.". How can I fix this?
Ps: This question is related to DRBD & KVM replication is possible?