Hello.
I'm using proxmox lastest version.
I'm using the LVM storage in proxmox.
I created a KVM machine and added into its 2 disks VirtIO.
How I can delete the virtual machine without deleting second disk?
I want to create a new machine and add a saved disk from the first machine.
I'm using proxmox lastest version.
I'm using the LVM storage in proxmox.
Code:
# cat /etc/pve/storage.cfg
lvm: local-safe
vgname vg-safe
content images,rootdir
shared 0
dir: iso-backups
path /srv/iso-backups
content vztmpl,iso,backup
maxfiles 5
shared 0
dir: local
disable
path /var/lib/vz
content vztmpl
maxfiles 0
shared 0
How I can delete the virtual machine without deleting second disk?
I want to create a new machine and add a saved disk from the first machine.