Hi,
I got problem at I update to latest pve (pve-manager/5.2-2/b1d1c7f4 (running kernel: 4.15.17-3-pve)).
That is when I make snapshot on specified vm, the job will be completed, but there is no snapshot lists on pve web gui, and other vm will list the snapshot list.
the vm info
and there are configs on the disk and config file
Please help me to solve this problem, thanks.
I got problem at I update to latest pve (pve-manager/5.2-2/b1d1c7f4 (running kernel: 4.15.17-3-pve)).
That is when I make snapshot on specified vm, the job will be completed, but there is no snapshot lists on pve web gui, and other vm will list the snapshot list.
the vm info
Code:
root@testbox:/data/images/103# qm config 103
agent: 1
balloon: 2048
boot: cdn
bootdisk: virtio1
cores: 2
ide2: none,media=cdrom
memory: 4096
name: WindowsTestServer
net0: virtio=D2:48:1F:94:70:22,bridge=vmbr0
numa: 0
ostype: win8
parent: Test
scsihw: virtio-scsi-pci
smbios1: uuid=4c6e3bf2-5e66-4f69-b56b-1193966c1f82
sockets: 2
tablet: 0
unused1: Data_NFS:103/vm-103-disk-2.qcow2
usb0: host=1-1.3
vga: qxl
virtio0: Data_NFS:103/vm-103-disk-1.qcow2,size=60G
virtio1: Data_NFS:103/vm-103-disk-3.qcow2,size=80G
and there are configs on the disk and config file
Code:
root@testbox:/data/images/103# cat /etc/pve/local/qemu-server/103.conf
agent: 1
balloon: 2048
boot: cdn
bootdisk: virtio1
cores: 2
ide2: none,media=cdrom
memory: 4096
name: WindowsTestServer
net0: virtio=D2:48:1F:94:70:22,bridge=vmbr0
numa: 0
ostype: win8
parent: Test
scsihw: virtio-scsi-pci
smbios1: uuid=4c6e3bf2-5e66-4f69-b56b-1193966c1f82
sockets: 2
tablet: 0
unused1: Data_NFS:103/vm-103-disk-2.qcow2
usb0: host=1-1.3
vga: qxl
virtio0: Data_NFS:103/vm-103-disk-1.qcow2,size=60G
virtio1: Data_NFS:103/vm-103-disk-3.qcow2,size=80G
[Test]
agent: 1
balloon: 2048
boot: cdn
bootdisk: virtio1
cores: 2
ide2: none,media=cdrom
memory: 4096
name: WindowsTestServer
net0: virtio=D2:48:1F:94:70:22,bridge=vmbr0
numa: 0
ostype: win8
parent: Test
scsihw: virtio-scsi-pci
smbios1: uuid=4c6e3bf2-5e66-4f69-b56b-1193966c1f82
snaptime: 1528955956
sockets: 2
tablet: 0
usb0: host=1-1.3
vga: qxl
virtio0: Data_NFS:103/vm-103-disk-1.qcow2,size=60G
virtio1: Data_NFS:103/vm-103-disk-3.qcow2,size=80G
Code:
root@testbox:/data/images/103# qemu-img info vm-103-disk-1.qcow2
image: vm-103-disk-1.qcow2
file format: qcow2
virtual size: 60G (64424509440 bytes)
disk size: 11G
cluster_size: 65536
Snapshot list:
ID TAG VM SIZE DATE VM CLOCK
1 Test 0 2018-06-14 13:59:16 00:00:00.000
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false
root@testbox:/data/images/103# qemu-img info vm-103-disk-3.qcow2
image: vm-103-disk-3.qcow2
file format: qcow2
virtual size: 80G (85899345920 bytes)
disk size: 63G
cluster_size: 65536
Snapshot list:
ID TAG VM SIZE DATE VM CLOCK
1 Test 0 2018-06-14 13:59:16 00:00:00.000
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false
Please help me to solve this problem, thanks.