Allow "content" option in PVE storage plugin to allow to enable containers

rdma-v2
Vitaliy Filippov 2023-01-16 18:14:45 +03:00
parent 9f4e34a8cc
commit c96bcae74b
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ sub options
{
return {
shared => { optional => 1 },
content => { optional => 1 },
nodes => { optional => 1 },
disable => { optional => 1 },
vitastor_etcd_address => { optional => 1 },