]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/config/datastore.rs
api2/config/datastore: change create datastore api call to a worker
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 2 Jun 2021 11:27:02 +0000 (13:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Jun 2021 07:02:05 +0000 (09:02 +0200)
commit4708f4fc21ca7ac81c32e93c2a0af50d1582f235
tree530f2ab0de97403934d11fd81be558e57495674d
parent062cf75cdf3c76e7d32e00e94e3db009af72bf9f
api2/config/datastore: change create datastore api call to a worker

so that longer running creates (e.g. a slow storage), does not
run in a timeout and we can follow its creation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
src/api2/config/datastore.rs
src/api2/node/disks/directory.rs
src/api2/node/disks/zfs.rs
www/window/DataStoreEdit.js