V virmix Member Sep 4, 2020 36 1 13 Dec 14, 2021 #1 Add new button to move file from VM1 to VM2 shell: mv /var/lib/vz/images/1/hd1.qcow /var/lib/vz/images/2/hd1.qcow
Add new button to move file from VM1 to VM2 shell: mv /var/lib/vz/images/1/hd1.qcow /var/lib/vz/images/2/hd1.qcow
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,395 3,187 303 South Tyrol/Italy shop.proxmox.com Dec 14, 2021 #2 You can already do that via the CLI since Proxmox VE 7.1, for example: Bash: qm move-disk 101 virtio2 --target-vmid 102 --target-disk virtio3 The GUI part is still in the works https://lists.proxmox.com/pipermail/pve-devel/2021-November/050992.html
You can already do that via the CLI since Proxmox VE 7.1, for example: Bash: qm move-disk 101 virtio2 --target-vmid 102 --target-disk virtio3 The GUI part is still in the works https://lists.proxmox.com/pipermail/pve-devel/2021-November/050992.html
V virmix Member Sep 4, 2020 36 1 13 Dec 14, 2021 #3 t.lamprecht said: You can already do that via the CLI since Proxmox VE 7.1, for example: Bash: qm move-disk 101 virtio2 --target-vmid 102 --target-disk virtio3 The GUI part is still in the works https://lists.proxmox.com/pipermail/pve-devel/2021-November/050992.html Click to expand... Yes , I know. I suggest a button to run this shell command
t.lamprecht said: You can already do that via the CLI since Proxmox VE 7.1, for example: Bash: qm move-disk 101 virtio2 --target-vmid 102 --target-disk virtio3 The GUI part is still in the works https://lists.proxmox.com/pipermail/pve-devel/2021-November/050992.html Click to expand... Yes , I know. I suggest a button to run this shell command
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,395 3,187 303 South Tyrol/Italy shop.proxmox.com Dec 14, 2021 #4 virmix said: Yes , I know. Click to expand... You never said you do, your shell command you posted isn't the same as what I proposed but rather dangerous.. virmix said: I suggest a button to run this shell command Click to expand... As said, its in the works, just use the CLI command I posted until it becomes available. Reactions: virmix
virmix said: Yes , I know. Click to expand... You never said you do, your shell command you posted isn't the same as what I proposed but rather dangerous.. virmix said: I suggest a button to run this shell command Click to expand... As said, its in the works, just use the CLI command I posted until it becomes available.