]> git.proxmox.com Git - pve-storage.git/commit
fix #3354: support notes on ceph backups
authorDylan Whyte <d.whyte@proxmox.com>
Fri, 19 Mar 2021 13:58:15 +0000 (14:58 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Mar 2021 08:22:52 +0000 (10:22 +0200)
commit2bce96c51375ca7497ef26563e4eed9a94f53a8a
tree74f8b377c8e5e5ef8094d01125b0a75a796069dc
parent061c7e5e3d523f924c7983b6ef83eb706d177a5d
fix #3354: support notes on ceph backups

use DirPlugin's get/update_volume_notes implementation (which all the
other supported file systems use)

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
PVE/Storage/CephFSPlugin.pm