[pve-devel] [PATCH V7 manager 0/2] fix #2822: add iscsi, lvm, lvmthin & zfs
Stefan Hrdlicka
s.hrdlicka at proxmox.com
Wed Dec 14 13:43:05 CET 2022
V6 -> V7:
# pve-manager(1/2)
* remove initially selected scan node
* add node restriction always when a scan node is selected
V5 -> V6:
# pve-manager (1/2)
* set default value of "Scan node" to Proxmox.NodeName
* don't allow empty "Scan node"
V4 -> V5:
# pve-manager (1/2)
* s/lookupReference/lookup/
* move ComboBoxSetStoreNode & StrageScanNodeSelector
to www/manager6/form
* move array pushes to initialization of array
V3 -> V4:
# pve-manager (1/2)
* "localhost" is set for "Scan Node"
* if another node is selcted and the "X" (clear) is used, localhost is
set as the value again
* use lookupReference
* moved used template literals for building path strings
V2 -> V3:
# pve-manager (1/2)
* fix broken interface (broken in V2 )
* improve tooltip
* replace jNodeSelector function with class object
(PVE.panel.StorageBaseWithNodeSelector)
# other things:
* removed very optional cleanup
* nothing changed for "Base storage" selector. It is still possible to
select for example an iSCSI device only availabe on one node that
isn't availabe on the other ones. I wasn't sure if this should be
changed in this context as well.
V1 -> V2:
# pve-storage
* removed because patch is not needed
# pve-manager (1/3)
* remove storage controller from V1
* added custom ComboBox with API URL & setNodeName function
* added scan node selection for iSCSI
* scan node selection field no longer send to server
## (optional) pve-manager (2/3): cleanup related files
* var to let statement change
* some indentation
## ((very) optional) pve-manager (3/3): cleanup all var statements
* replaces all var with let statements
Stefan Hrdlicka (2):
fix #2822: add iscsi, lvm, lvmthin & zfs storage for all cluster nodes
cleanup: "var" to "let", fix some indentation in related files
www/manager6/Makefile | 2 +
www/manager6/form/ComboBoxSetStoreNode.js | 16 +++++
www/manager6/form/StorageScanNodeSelector.js | 31 +++++++++
www/manager6/storage/Base.js | 11 ++--
www/manager6/storage/IScsiEdit.js | 34 +++++++---
www/manager6/storage/LVMEdit.js | 42 +++++++++---
www/manager6/storage/LvmThinEdit.js | 69 ++++++++++++++------
www/manager6/storage/ZFSPoolEdit.js | 50 +++++++++-----
8 files changed, 195 insertions(+), 60 deletions(-)
create mode 100644 www/manager6/form/ComboBoxSetStoreNode.js
create mode 100644 www/manager6/form/StorageScanNodeSelector.js
--
2.30.2
More information about the pve-devel
mailing list