]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DirPlugin.pm
storage plugin: new list_volumes plugin method
[pve-storage.git] / PVE / Storage / DirPlugin.pm
index e24ee0905aabcf35a6e160b7c11c330afb181428..39760a89c15f50a91d0c4784dcbd73a2fe782c76 100644 (file)
@@ -21,7 +21,7 @@ sub plugindata {
                     { images => 1,  rootdir => 1 }],
        format => [ { raw => 1, qcow2 => 1, vmdk => 1, subvol => 1 } , 'raw' ],
     };
-}   
+}
 
 sub properties {
     return {
@@ -114,7 +114,7 @@ sub activate_storage {
            "directory is expected to be a mount point but is not mounted: '$mp'\n";
     }
 
-    $class->SUPER::activate_storage($storeid, $scfg, $cache);    
+    $class->SUPER::activate_storage($storeid, $scfg, $cache);
 }
 
 sub check_config {