]> git.proxmox.com Git - pve-manager.git/commit
fix surviving update store
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 4 Jul 2016 11:16:10 +0000 (13:16 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 7 Jul 2016 06:15:14 +0000 (08:15 +0200)
commit6897aeb307f763482031765ace2c9cd514bf1df4
treeaf13f643ee57202ce069365f4d453b13c0fa8a47
parent597fd1b4e390d967477b662321e979cedbf51673
fix surviving update store

when a load of an update store was ongoing and stopUpdate
was called, the task could not be canceled, and the store
would remain indefinitely

this patch sets 'isStopped' of the store on stopUpdate
and checks it on the next update and stopping it then

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/data/UpdateStore.js