Bug #3750

xen (live) migration/suspend/resume is incompatible with disk/nic attach/detach

Added by Rolandas Naujikas about 6 years ago. Updated about 5 years ago.

Status:ClosedStart date:04/15/2015
Priority:NormalDue date:
Assignee:Javi Fontan% Done:

0%

Category:Drivers - VM
Target version:Release 5.0
Resolution:wontfix Pull request:
Affected Versions:OpenNebula 4.10

Description

If xen (4.4.1) VM has dynamically attached disk and do live migration, then attached disk is lost in VM.
If we detach disk and do live migration, then VM fails (go to UNKNOWN state).

The cause of problem is that attach/detach doesn't update VM config file deployment.X - live migration use it when restoring.

If we poweroff and resume VM before live migration, then it works as expected, because VM config file deployment.X is updated/regenerated.

The same problem could be for NICs and cold migration and suspend/resume.

xen4.patch Magnifier (1.1 KB) Rolandas Naujikas, 04/15/2015 12:19 PM

History

#1 Updated by Rolandas Naujikas about 6 years ago

Created a patch to solve this problem (partially).

#2 Updated by Ruben S. Montero about 6 years ago

  • Status changed from Pending to New
  • Target version set to Release 4.14

Hi Rolandas,

Moving this to 4.14. My preferred way to handle this is to re-generate the deployment file server side. This is done in multiple operations but not for live migrate; my proposal is to:

1.- Update the migrate API call to generate the deployment file including any attached device
2.- Update the live-migrate operation to fetch the deployment file (same as deploy)

THANKS for the feedback!!

#3 Updated by Rolandas Naujikas about 6 years ago

We should update deployment.* on disk attach/detach and run xl config-update, because xen block-attach/detach is volatile (probably xen bug).
If we reboot VM, then attached disk could be lost, because xen recreates VM from original config file (or internal copy).

We can look how libvirt solves similar problem for kvm. Also recent libvirt version supports xen already.

#4 Updated by Ruben S. Montero about 6 years ago

  • Assignee set to Jaime Melis

#5 Updated by Javi Fontan about 6 years ago

  • Assignee changed from Jaime Melis to Javi Fontan

#6 Updated by Javi Fontan almost 6 years ago

  • Target version changed from Release 4.14 to Release 5.0

#7 Updated by Javi Fontan about 5 years ago

  • Status changed from New to Closed
  • Resolution set to wontfix

Also available in: Atom PDF