Status: New Owner: ---- New issue 374 by [email protected]: Add --cleanup to gnt-instance failover http://code.google.com/p/ganeti/issues/detail?id=374
If a failover fails, eg. because the primary node (DRBD) is actually still online, the instance will not be stopped on the primary, but it will be marked secondary, but the whole thing will fail because DRBD is still connected and will complain that two primaries are not allowed.
This leaves Ganeti believing the instance is down, while it's actually still running on what used to be the primary, which is now secondary as far as Ganeti is concerned.
The gnt-instance migrate --cleanup command actually fixes this situation perfectly, so adding it to gnt-instance failover would be really useful.
