I have to insert some DRBD-related hook to the VM live migration process (just before migraton starts and soon after migration stops), so... how can i do it? I prefer to write my before-migration and after-migration events handler as a BASH script.
I have to insert some DRBD-related hook to the VM live migration process (just before migraton starts and soon after migration stops), so... how can i do it?