Re: [pve-devel] [PATCH v5 storage 1/5] add disk reassign feature

2021-03-31 Thread Fabian Grünbichler
maybe I am missing something, but AFAICT the volume_has_feature check for the dir based plugins could also be moved to Plugin.pm, since it is always identical: > +sub volume_has_feature { > +my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running, > $opts) = @_; > + > +my (

[pve-devel] [PATCH v5 storage 1/5] add disk reassign feature

2020-12-15 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 `reassign` has been introduced to mark which storage plugin supports the feature. Version API and AGE have been bumped. Signe