]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/CIFSPlugin.pm
nfs and cifs: implement backup notes helper
[pve-storage.git] / PVE / Storage / CIFSPlugin.pm
index 36339dbe5ba8ac0e31d14c1b3260235974e50e20..be06cc761e4e7244358ce72379ef50d7e2a93edd 100644 (file)
@@ -284,4 +284,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;