[pve-devel] [PATCH storage, manager 0/2] fix #2822: add lvm, lvmthin & zfs storage on all cluster nodes

Stefan Hrdlicka s.hrdlicka at proxmox.com
Tue May 24 16:45:29 CEST 2022


This patch doesn't flow the solution as suggested in #2822. It adds a node
combobox on the top of the add storage dialog for ZFS and LVM(Thin).
The user has to select the node where the storage should be added. The
restriction to the selected node is automatically set as well. The
default value is set the the current node.

The drop down sets the node parameter which is then used for a proxyto
call and routed to the correct node.


-- pve-storage
Stefan Hrdlicka (1):
  fix #2822: add lvm, lvmthin & zfs storage for all cluster nodes

 PVE/API2/Storage/Config.pm | 7 +++++++
 1 file changed, 7 insertions(+)


-- pve-manager
Stefan Hrdlicka (1):
  fix #2822: add lvm, lvmthin & zfs storage for all cluster nodes

 www/manager6/controller/StorageEdit.js | 20 ++++++++++++++++++++
 www/manager6/storage/Base.js           | 25 +++++++++++++++++++++++++
 www/manager6/storage/LVMEdit.js        |  9 ++++++++-
 www/manager6/storage/LvmThinEdit.js    | 14 +++++++++++++-
 www/manager6/storage/ZFSPoolEdit.js    | 24 +++++++++++++++---------
 5 files changed, 81 insertions(+), 11 deletions(-)


-- 
2.30.2






More information about the pve-devel mailing list