]> git.proxmox.com Git - pve-storage.git/commit
DirPlugin: update_volume_attribute: don't use update_volume_notes
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 2 Jun 2022 08:52:13 +0000 (10:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 5 Jul 2022 09:24:53 +0000 (11:24 +0200)
commit91d49d1d527820bb7bae0c2404a967b8b58cc223
tree8e1769632b3d105b7c0000b2a943458f0681a0cf
parent22bef1f99a88270f8b9363b07288cc30e9f23418
DirPlugin: update_volume_attribute: don't use update_volume_notes

by refactoring it into a helper and use that.
With this, we can omit the 'update_volume_notes' in subclasses

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Storage/DirPlugin.pm