]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DRBDPlugin.pm
drbd: also allow to configure content property
[pve-storage.git] / PVE / Storage / DRBDPlugin.pm
index 7335757945cdff86b68cc37849bb6ea4a955ba35..97c1ca9e25bc23c9430f2af4aa0096d497658445 100644 (file)
@@ -42,6 +42,7 @@ sub properties {
 sub options {
     return {
         redundancy => { optional => 1 },
+       content => { optional => 1 },
         nodes => { optional => 1 },
        disable => { optional => 1 },
     };