Allow "content" option in PVE storage plugin to allow to enable containers
This commit is contained in:
@@ -139,6 +139,7 @@ sub options
|
|||||||
{
|
{
|
||||||
return {
|
return {
|
||||||
shared => { optional => 1 },
|
shared => { optional => 1 },
|
||||||
|
content => { optional => 1 },
|
||||||
nodes => { optional => 1 },
|
nodes => { optional => 1 },
|
||||||
disable => { optional => 1 },
|
disable => { optional => 1 },
|
||||||
vitastor_etcd_address => { optional => 1 },
|
vitastor_etcd_address => { optional => 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user