[pve-devel] [PATCH cluster] add tmp storage for uploaded images to datacenter cfg
Timo Grodzinski
t.grodzinski at profihost.ag
Mon Feb 15 14:25:05 CET 2016
Signed-off-by: Timo Grodzinski <t.grodzinski at profihost.ag>
---
data/PVE/Cluster.pm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 5a93f79..26c58d7 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1333,6 +1333,12 @@ my $datacenter_schema = {
minimum => 1,
description => "Defines how many workers (per node) are maximal started ".
" on actions like 'stopall VMs' or task from the ha-manager.",
+ },
+
+ upload_image_temp_storage => {
+ optional => 1,
+ type => 'string',
+ description => "Storage where uploaded images will temporary be stored.",
},
},
};
--
2.1.4
More information about the pve-devel
mailing list