]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/storage/LvmThinEdit.js
fix #2822: add iscsi, lvm, lvmthin & zfs storage for all cluster nodes
authorStefan Hrdlicka <s.hrdlicka@proxmox.com>
Wed, 14 Dec 2022 12:43:06 +0000 (13:43 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Wed, 21 Dec 2022 15:24:04 +0000 (16:24 +0100)
commit14d9ecc4169df15e6ed81c94ee3a2792ae3ce9a6
treecafc3f9b7925a8ca0eba7e00a1d4d546deae48b9
parent56b03211e6c9f40ba556fd97acb7b643ecf09e78
fix #2822: add iscsi, lvm, lvmthin & zfs storage for all cluster nodes

This adds a dropdown box for iSCSI, LVM, LVMThin & ZFS storage options where a
cluster node needs to be chosen. As default the current node is
selected. It restricts the the storage to be only availabe on the
selected node.

Signed-off-by: Stefan Hrdlicka <s.hrdlicka@proxmox.com>
www/manager6/Makefile
www/manager6/form/ComboBoxSetStoreNode.js [new file with mode: 0644]
www/manager6/form/StorageScanNodeSelector.js [new file with mode: 0644]
www/manager6/storage/Base.js
www/manager6/storage/IScsiEdit.js
www/manager6/storage/LVMEdit.js
www/manager6/storage/LvmThinEdit.js
www/manager6/storage/ZFSPoolEdit.js