[pbs-devel] [PATCH proxmox-backup 0/4] improve datastore removal/creation
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 1 14:13:46 CEST 2021
by fixing the leftover datastore references
adding an api call that creates the datastore as a worker
and shows a removal butto in the gui
i am not sure if adding another api call for creation is a good idea,
or if we want to use the chance of a major release to do a breaking
api change and simply change the existing api call to a worker?
also i'd like to know if anybody thinks it would make sense to add another remove
button to the datastore panel itself? (e.g. summary?, or in the panel at
the top?). it *may* be possible to add one in the list itself, though
this seems more complicated (extjs treelists are not that flexible)
Dominik Csapak (4):
proxmox-backup-proxy: fix leftover references on datastore removal
api2/confif/datastore: add create datastore api call in a worker
backup/chunk_store: optionally log progress on creation
ui: DataStoreList: add remove button
src/api2/config/datastore.rs | 113 +++++++++++++++++++++++++++++++-
src/backup/chunk_store.rs | 11 ++--
src/backup/datastore.rs | 16 +++++
src/bin/proxmox-backup-proxy.rs | 11 ++++
src/server.rs | 8 +++
www/Utils.js | 1 +
www/datastore/DataStoreList.js | 39 +++++++++++
www/window/DataStoreEdit.js | 3 +-
8 files changed, 194 insertions(+), 8 deletions(-)
--
2.20.1
More information about the pbs-devel
mailing list