Hi,
pve-manager/3.1-21/93bf03d4 (running kernel: 2.6.32-26-pve)
created a basic ubuntu server kvm, from iso, converted to template:
Now if I try to clone from this, I can only do a full clone, selecting linked makes the "clone" button greyed...
btw, iso_qnap is a nfs share.
...what is the piece I am missing? I'm sure there is one...
Marco
edit: I tried from qm (cli), too but no matter which options I pass, it goes full, don't know why... ?
pve-manager/3.1-21/93bf03d4 (running kernel: 2.6.32-26-pve)
Code:
# pveversion -v
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-21 (running version: 3.1-21/93bf03d4)
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-19-pve: 2.6.32-96
pve-kernel-2.6.32-26-pve: 2.6.32-114
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-8
libpve-access-control: 3.0-7
libpve-storage-perl: 3.0-17
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-4
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1
created a basic ubuntu server kvm, from iso, converted to template:
Code:
# cat /etc/pve/nodes/pve1/qemu-server/110.conf
bootdisk: virtio0
cores: 4
ide2: none,media=cdrom
memory: 1024
name: u1204-basic
virtio0: iso_qnap:110/vm-110-disk-1.qcow2,size=8G
net0: virtio=3A:A2:28:01:DC:BC,bridge=vmbr0
ostype: l26
sockets: 1
template: 1
Now if I try to clone from this, I can only do a full clone, selecting linked makes the "clone" button greyed...
btw, iso_qnap is a nfs share.
Code:
nfs: iso_qnap
path /mnt/pve/iso_qnap
server 192.168.x.x
export /iso_images
options vers=3
content images,iso,vztmpl,rootdir,backup
maxfiles 2
...what is the piece I am missing? I'm sure there is one...
Marco
edit: I tried from qm (cli), too but no matter which options I pass, it goes full, don't know why... ?
Code:
root@pve1:~# qm clone 110 112 -description testclone -name testclone -target pve1
create full clone of drive virtio0 (iso_qnap:110/vm-110-disk-1.qcow2)
Formatting '/mnt/pve/iso_qnap/images/112/vm-112-disk-1.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 preallocation='metadata' lazy_refcounts=off
transferred: 0 bytes remaining: 8589934592 bytes total: 8589934592 bytes progression: 0.00 %
transferred: 171798691 bytes remaining: 8418135901 bytes total: 8589934592 bytes progression: 2.00 %
transferred: 343597383 bytes remaining: 8246337209 bytes total: 8589934592 bytes progression: 4.00 %
transferred: 516255068 bytes remaining: 8073679524 bytes total: 8589934592 bytes progression: 6.01 %
^Cclone failed: copy failed: command '/usr/bin/qemu-img convert -t writeback -p -C -f qcow2 -O qcow2 /mnt/pve/iso_qnap/images/110/vm-110-disk-1.qcow2 /mnt/pve/iso_qnap/images/112/vm-112-disk-1.qcow2' failed: interrupted by signal
root@pve1:~# ^C
root@pve1:~# ls /mnt/pve/iso_qnap/images/112/
root@pve1:~# qm clone 110 112 -description testclone -name testclone -target pve1 -full 0
create full clone of drive virtio0 (iso_qnap:110/vm-110-disk-1.qcow2)
Formatting '/mnt/pve/iso_qnap/images/112/vm-112-disk-1.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 preallocation='metadata' lazy_refcounts=off
transferred: 0 bytes remaining: 8589934592 bytes total: 8589934592 bytes progression: 0.00 %
transferred: 171798691 bytes remaining: 8418135901 bytes total: 8589934592 bytes progression: 2.00 %
transferred: 343597383 bytes remaining: 8246337209 bytes total: 8589934592 bytes progression: 4.00 %
transferred: 516255068 bytes remaining: 8073679524 bytes total: 8589934592 bytes progression: 6.01 %
transferred: 688053760 bytes remaining: 7901880832 bytes total: 8589934592 bytes progression: 8.01 %
^Cclone failed: copy failed: command '/usr/bin/qemu-img convert -t writeback -p -C -f qcow2 -O qcow2 /mnt/pve/iso_qnap/images/110/vm-110-disk-1.qcow2 /mnt/pve/iso_qnap/images/112/vm-112-disk-1.qcow2' failed: interrupted by signal
Last edited: