]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DirPlugin.pm
LIO: followup: various small cleanups
[pve-storage.git] / PVE / Storage / DirPlugin.pm
index b3ddb5b3b25c7c722b0d94a3a2d4b2005687819b..5224f4d850ec5b1fed0821f10b238ff989296ad9 100644 (file)
@@ -42,6 +42,7 @@ sub properties {
            type => 'string',
            default => 'no',
        },
+       bwlimit => get_standard_option('bwlimit'),
     };
 }
 
@@ -56,6 +57,7 @@ sub options {
        format => { optional => 1 },
        mkdir => { optional => 1 },
        is_mountpoint => { optional => 1 },
+       bwlimit => { optional => 1 },
    };
 }