From 7cb345b8168f9acbaafb3f07b8cec0221b26f3dd Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Thu, 19 Apr 2018 08:39:49 +0200 Subject: [PATCH] fix #1691: use asynchronous API call for HD create It should use an asynchronous API call to create an image, because some storages may need longer to alloc an image. If a storage needs more than 30 sec the proxy will timeout and we have an orphan image. Also, it is possible to increase the timeout for some storages if an asynchronous call is used --- www/manager6/qemu/HDEdit.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager6/qemu/HDEdit.js b/www/manager6/qemu/HDEdit.js index 237128e5..4b6039a7 100644 --- a/www/manager6/qemu/HDEdit.js +++ b/www/manager6/qemu/HDEdit.js @@ -364,6 +364,8 @@ Ext.define('PVE.qemu.HDEdit', { isAdd: true, + backgroundDelay: 5, + initComponent : function() { var me = this;