search for: vir_migrate_non_shared_inc_commit

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

2017 Apr 04
2
Live migration with non-shared ZFS volume
...ot supported: pre-creation of storage targets for incremental storage migration is not supported" My question is: Is it possible to do live migration with blockcommit operation? If not, would it be hard to implement? I imagine it like I would start migration with some special parameter (e.g. VIR_MIGRATE_NON_SHARED_INC_COMMIT) which would only migrate data from qcow snapshot to destination storage. This would ensure the disk consistency and avoid useless whole disk copy. Or do you have any other idea how to solve this? BR. Daniel Kucera.
2017 Apr 28
1
Re: Live migration with non-shared ZFS volume
...t from this it does exactly what you want, right? > > My question is: Is it possible to do live migration with blockcommit >> operation? If not, would it be hard to implement? >> >> I imagine it like I would start migration with some special parameter >> (e.g. >> VIR_MIGRATE_NON_SHARED_INC_COMMIT) which would only migrate data from >> qcow >> snapshot to destination storage. >> >> This would ensure the disk consistency and avoid useless whole disk copy. >> >> > What would be the difference compared to what you are doing now (plus a > block commit)?...
2017 Apr 28
0
Re: Live migration with non-shared ZFS volume
...not supported" > So apart from this it does exactly what you want, right? >My question is: Is it possible to do live migration with blockcommit >operation? If not, would it be hard to implement? > >I imagine it like I would start migration with some special parameter (e.g. >VIR_MIGRATE_NON_SHARED_INC_COMMIT) which would only migrate data from qcow >snapshot to destination storage. > >This would ensure the disk consistency and avoid useless whole disk copy. > What would be the difference compared to what you are doing now (plus a block commit)? VIR_MIGRATE_NON_SHARED_INC should already mi...