]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Disks.pm
api2: disks: add mounted boolean field
[pve-storage.git] / PVE / API2 / Disks.pm
index b6180572cdbd0cd54f14bba841ac51e16020948d..bde613286c9bf93a3b09f14b87c9bc73a804f1f6 100644 (file)
@@ -125,6 +125,7 @@ __PACKAGE__->register_method ({
                },
                used => { type => 'string', optional => 1 },
                gpt => { type => 'boolean' },
+               mounted => { type => 'boolean' },
                size => { type => 'integer'},
                osdid => { type => 'integer'},
                vendor =>  { type => 'string', optional => 1 },