mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
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
This commit is contained in:
parent
9c1fe394c0
commit
7cb345b816
@ -364,6 +364,8 @@ Ext.define('PVE.qemu.HDEdit', {
|
||||
|
||||
isAdd: true,
|
||||
|
||||
backgroundDelay: 5,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user