Re: [pve-devel] [RFC storage 2/7] add disk rename feature

2021-06-09 Thread Aaron Lauterer
Thanks for the review :) On 6/2/21 10:36 AM, Fabian Ebner wrote: Am 01.06.21 um 18:10 schrieb Aaron Lauterer: Functionality has been added for the following storage types: diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 93d09ce..6936abd 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -

Re: [pve-devel] [RFC storage 2/7] add disk rename feature

2021-06-02 Thread Fabian Ebner
Am 01.06.21 um 18:10 schrieb Aaron Lauterer: Functionality has been added for the following storage types: * dir based ones * directory * NFS * CIFS * gluster * ZFS * (thin) LVM * Ceph A new feature `rename` has been introduced to mark which storage plugin supports the featu

[pve-devel] [RFC storage 2/7] add disk rename feature

2021-06-01 Thread Aaron Lauterer
Functionality has been added for the following storage types: * dir based ones * directory * NFS * CIFS * gluster * ZFS * (thin) LVM * Ceph A new feature `rename` has been introduced to mark which storage plugin supports the feature. Version API and AGE have been bumped. Signed-