search for: vir_migrate_non_shared_disk

Displaying 3 results from an estimated 3 matches for "vir_migrate_non_shared_disk".

2017 Apr 04
2
Live migration with non-shared ZFS volume
Hi all, I'm using ZFS on Linux block volumes as my VM storage and want to do live migrations between hypervisors. If I create ZFS snapshot of used volume on source host, send it do destination host (zfs send/recv) and then run live migration with VIR_MIGRATE_NON_SHARED_DISK flag, the migration works OK. But this procedure copies the whole disk twice which is a huge downside. The best solution would be, if libvirt could send the incremental data since last snapshot itself but this feature is not there (AFAIK). So I am thinking about a workaround: 1. Create snapshot...
2017 Apr 28
1
Re: Live migration with non-shared ZFS volume
...; > > I'm using ZFS on Linux block volumes as my VM storage and want to do live >> migrations between hypervisors. >> >> If I create ZFS snapshot of used volume on source host, send it do >> destination host (zfs send/recv) and then run live migration with >> VIR_MIGRATE_NON_SHARED_DISK >> flag, the migration works OK. >> >> But this procedure copies the whole disk twice which is a huge downside. >> >> The best solution would be, if libvirt could send the incremental data >> since last snapshot itself but this feature is not there (AFAIK). >&...
2017 Apr 28
0
Re: Live migration with non-shared ZFS volume
...more insight, they can reply. >I'm using ZFS on Linux block volumes as my VM storage and want to do live >migrations between hypervisors. > >If I create ZFS snapshot of used volume on source host, send it do >destination host (zfs send/recv) and then run live migration with >VIR_MIGRATE_NON_SHARED_DISK >flag, the migration works OK. > >But this procedure copies the whole disk twice which is a huge downside. > >The best solution would be, if libvirt could send the incremental data >since last snapshot itself but this feature is not there (AFAIK). > >So I am thinking about a...