Hello, I was looking for a way to migrate a particular disk from VM 101 to VM 103 in a simplified way, without having to use the dd command to overwrite the data on the target VM, searching Google found in the documentation the following command:
# lvchange --deltag pve-vm-400 --addtag pve-vm-2300 pve/vm-2300-disk-1
Using the modified command, it presents the following error:
# lvchange --deltag pve-vm-101 --addtag pve-vm-103 pve/vm-103-disk-0
Failed to find logical volume "pve/vm-103-disk-0"
Does anyone know what I went wrong? I thought it was the storage, but when I run the following command works, but the disk 101 is not moved to 103.
# lvchange --deltag pve-vm-101 --addtag pve-vm-103 pve/vm-101-disk-0
Logical volume pve/vm-101-disk-0 changed.
Thanks in advance for your help.
# lvchange --deltag pve-vm-400 --addtag pve-vm-2300 pve/vm-2300-disk-1
Using the modified command, it presents the following error:
# lvchange --deltag pve-vm-101 --addtag pve-vm-103 pve/vm-103-disk-0
Failed to find logical volume "pve/vm-103-disk-0"
Does anyone know what I went wrong? I thought it was the storage, but when I run the following command works, but the disk 101 is not moved to 103.
# lvchange --deltag pve-vm-101 --addtag pve-vm-103 pve/vm-101-disk-0
Logical volume pve/vm-101-disk-0 changed.
Thanks in advance for your help.