--preserve-data dysfunctional
Bug #1058407 reported by
Christoph Egger
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
virtinst (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
% virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
ERROR cannot stat file '/var/lib/
% qemu-img create -f qcow2 -b disk-master.qcow2 disk-node001.qcow2
[...]
% virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
ERROR Clone onto existing storage volume is not supported: '/var/lib/
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
Note: I never expected the first to work, but I think the second virt-clone should
description: | updated |
To post a comment you must log in.
fwiw in CloneManager.py around 477 disabling the exception for the --preserve-data case and it works as expected