5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-27 14:03:55 +03:00

allow to create containers on DRBD (content == rootdir)

This commit is contained in:
Dietmar Maurer 2015-09-10 08:29:23 +02:00
parent a8527cb32c
commit 3c05693484

View File

@ -23,7 +23,7 @@ sub type {
sub plugindata {
return {
content => [ {images => 1}, { images => 1 }],
content => [ {images => 1, rootdir => 1}, { images => 1 }],
};
}