]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/NFSPlugin.pm
nfs and cifs: implement backup notes helper
[pve-storage.git] / PVE / Storage / NFSPlugin.pm
index f8d7e68eeba9436b6e6aebf5123d3d9b6cd84f02..e8e27c090ff4992d3b7253e0135ea202efedcd4f 100644 (file)
@@ -171,4 +171,13 @@ sub check_connection {
     return 1;
 }
 
+sub get_volume_notes {
+    my $class = shift;
+    PVE::Storage::DirPlugin::get_volume_notes($class, @_);
+}
+sub update_volume_notes {
+    my $class = shift;
+    PVE::Storage::DirPlugin::update_volume_notes($class, @_);
+}
+
 1;