From c96bcae74bcda670cf7a04b41e810be86a04df09 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 16 Jan 2023 18:14:45 +0300 Subject: [PATCH] Allow "content" option in PVE storage plugin to allow to enable containers --- patches/VitastorPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/VitastorPlugin.pm b/patches/VitastorPlugin.pm index f8e54fce..dec580b1 100644 --- a/patches/VitastorPlugin.pm +++ b/patches/VitastorPlugin.pm @@ -139,6 +139,7 @@ sub options { return { shared => { optional => 1 }, + content => { optional => 1 }, nodes => { optional => 1 }, disable => { optional => 1 }, vitastor_etcd_address => { optional => 1 },