<div style="font:14px/1.5 'Lucida Grande', '微软雅黑';color:#333;">hi,<div><span class="Apple-tab-span" style="white-space:pre">    </span>from backup file to restore a vm,and then will be more a unused disk in the new vm config</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>can be removed it in the restore process ?</div><div><span style="line-height: 1.5; ">ex:</span></div><div># cat /etc/pve/qemu-server/200.conf </div><div>bootdisk: virtio0</div><div>cores: 4</div><div>cpuunits: 100000</div><div>ide0: none,media=cdrom</div><div>localtime: 1</div><div>memory: 4096</div><div>name: mb</div><div>net0: virtio=AE:6B:A7:D1:DD:4F,bridge=vmbr2</div><div>onboot: 1</div><div>ostype: l26</div><div>sockets: 1</div><div><font color="#ff4131">unused0: local:200/vm-200-disk-1.qcow2</font></div><div>vga: std</div><div><span style="line-height: 1.5; ">virtio0: k122101:200/vm-200-disk-1.qcow2,format=qcow2,size=16G</span><span style="line-height: 1.5; "> </span></div><div><span style="line-height: 1.5; "><br></span></div><div><span style="line-height: 1.5; ">but, the 200 vmid dir only one disk</span></div><div><div># ls /var/lib/vz/images/200/   </div><div>vm-200-disk-1.qcow2</div></div><div><br></div><div>before backup the vm of config:</div><div><div># cat /etc/pve/qemu-server/100.conf </div><div>bootdisk: virtio0</div><div>cores: 4</div><div>cpuunits: 100000</div><div>ide0: none,media=cdrom</div><div>localtime: 1</div><div>memory: 4096</div><div>name: mb100</div><div>net0: virtio=AE:6B:A7:D1:DD:4F,bridge=vmbr2</div><div>onboot: 1</div><div>ostype: l26</div><div>sockets: 1</div><div>vga: std</div><div>virtio0: local:100/vm-100-disk-1.qcow2,format=qcow2,size=16G</div></div><div><br></div><div><br></div><div><br></div></div>