It works like a charm, even without shared storage, but when we try
to
migrate a VM under a little pressure (a HTTP server gets some 1-5
requests/sec) the migration process hangs at 99%.
The maxdowntime is probably too low for the migration to complete. Try
setting it to a higher value :
virsh migrate-setmaxdowntime <domain> <seconds>
Please tell me if it worked.