Signed-off-by: Timo Grodzinski <t.grodzin...@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 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel