Re: [pve-devel] [PATCH qemu-server 1/1] fix #1905: Allow moving unused disks

2024-03-05 Thread Filip Schauer
After a bit of research, here is a more descriptive commit message: Allow moving unused disks to another storage In the past, moving unused disks to another storage was prohibited due to oversights in the handling of unused disks. This commit rectifies this limitation by allowing the movement o

Re: [pve-devel] [PATCH qemu-server 1/1] fix #1905: Allow moving unused disks

2024-02-19 Thread Thomas Lamprecht
Am 19/02/2024 um 12:11 schrieb Filip Schauer: > Allow moving unused/detached disks to another storage. this is a repetition of the commit subject, while that is on it's own OK, I'd rather see a description about why this is OK to do, i.e., why was the original check added, what changed since then,

[pve-devel] [PATCH qemu-server 1/1] fix #1905: Allow moving unused disks

2024-02-19 Thread Filip Schauer
Allow moving unused/detached disks to another storage. Signed-off-by: Filip Schauer --- PVE/API2/Qemu.pm | 3 --- PVE/QemuServer.pm | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 69c5896..97216a3 100644 --- a/PVE/API2/Qemu.pm