]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/Plugin.pm
drbd: comment that the builtin plugin is depreacated
[pve-storage.git] / PVE / Storage / Plugin.pm
index 1c8666661fc66e7f35f694522e4fad72e4f6f640..57c58a9de470c371eb87cc65be78323201e2654f 100644 (file)
@@ -826,6 +826,18 @@ sub file_size_info {
     return wantarray ? ($size, $format, $used, $parent, $st->ctime) : $size;
 }
 
+sub get_volume_notes {
+    my ($class, $scfg, $storeid, $volname, $timeout) = @_;
+
+    die "volume notes are not supported for $class";
+}
+
+sub update_volume_notes {
+    my ($class, $scfg, $storeid, $volname, $notes, $timeout) = @_;
+
+    die "volume notes are not supported for $class";
+}
+
 sub volume_size_info {
     my ($class, $scfg, $storeid, $volname, $timeout) = @_;
     my $path = $class->filesystem_path($scfg, $volname);