Network device auto delete

johnlabu

New Member
Jul 16, 2020
2
0
1
47
Hello,

I've created a VM for Windows Server 2016 and updated everything so i can make it as a template.
Converted the VM to template successfully.

Now when "clone" from template, the clonning process completed, but after few minutes, the "Network Device (net0)" from "Hardware" tab on the clonned VM automatically removed and message from "Cluster log" shows as "update VM <VM_number>: -delete net0" (See attached)

I did manually adding back the Network Device, then after few minutes, it gets deleted with the same message

Not sure what i did wrong. Cloud you help me to check on this issue?

FYI, the "templave vm" still have Network Device attached


Thanks
 

Attachments

  • ProxmoxVPS.PNG
    ProxmoxVPS.PNG
    11.6 KB · Views: 5
Hello,

Details as below

VM config
Code:
root@cloud:~# qm config 200
agent: 1
bootdisk: virtio0
cores: 4
cpu: host
ide0: cdrom,media=cdrom
localtime: 1
memory: 8192
name: cloud
numa: 0
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=2d58aa3d-b7d3-4e45-8f2c-bd3a205803a9
sockets: 1
vga: virtio
virtio0: local-lvm:vm-200-disk-0,size=100G
vmgenid: 7e235ee5-a500-42d4-a94c-63ad398b745e


PVE Version
Code:
root@cloud:~# pveversion -v
proxmox-ve: 6.2-1 (running kernel: 5.4.34-1-pve)
pve-manager: 6.2-4 (running version: 6.2-4/9824574a)
pve-kernel-5.4: 6.2-1
pve-kernel-helper: 6.2-1
pve-kernel-5.4.34-1-pve: 5.4.34-2
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.3-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.15-pve1
libproxmox-acme-perl: 1.0.3
libpve-access-control: 6.1-1
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.1-2
libpve-guest-common-perl: 3.0-10
libpve-http-server-perl: 3.0-5
libpve-storage-perl: 6.1-7
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.2-1
lxcfs: 4.0.3-pve2
novnc-pve: 1.1.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.2-1
pve-cluster: 6.1-8
pve-container: 3.1-5
pve-docs: 6.2-4
pve-edk2-firmware: 2.20200229-1
pve-firewall: 4.1-2
pve-firmware: 3.1-1
pve-ha-manager: 3.0-9
pve-i18n: 2.1-2
pve-qemu-kvm: 5.0.0-2
pve-xtermjs: 4.3.0-1
qemu-server: 6.2-2
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.3-pve1
 
Hi,

Please upgrade to the current version and make a restart because the kernel will be also upgrade, and see if still this issue.

If yes - notice if any error in syslog or journalctl when auto deleted network device.

Hope that helps