mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-02 07:09:02 +00:00
![]() The aim of this patch is to reorder/rework the code of the api call so that it gets more readable it adds comments of what/why something is done, removes code duplication between db/wal checks/creation There are two changes in behaviour: * when a device is given more than once via the api, the user gets a parameter exception for the db or wal with the information that the explicit defined devices must be different * we check the usage for db/wal before the worker, so that the user gets instant feedback if a device is already in use (this is more for api users than for gui users, since we do those checks there also) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
FS.pm | ||
Makefile | ||
MDS.pm | ||
MGR.pm | ||
MON.pm | ||
OSD.pm |