]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/RBDPlugin.pm
rbdplugin: volume_size_info
[pve-storage.git] / PVE / Storage / RBDPlugin.pm
index 067610207c4ecf248f659915b4a962c993b77d59..7b6597e74f05490ced717a8073efe728b38483f3 100644 (file)
@@ -246,4 +246,10 @@ sub deactivate_volume {
     return 1;
 }
 
+sub volume_size_info {
+    my ($class, $scfg, $storeid, $volname, $timeout) = @_;
+
+    return undef;
+}
+
 1;