fixing the remaining parts of #2285, i.e. extending the diskmanage module and disk creation via API/UI to support partitions.
Also change the partition type in the appropriate places as that information is used when querying disk info. pve-manager depends on both pve-storage and proxmox-widget-toolkit. Changes from v1: * Dropped already applied patches. * Add is_partition helper in an earlier patch, before it is first used. pve-storage: Fabian Ebner (6): diskmanage: add change_parttype and is_partition helpers diskmanage: wipe blockdev: also change partition type diskmanage: don't set usage for unused partitions api: disks: initgpt: explicitly abort for partitions partially fix #2285: api: disks: allow partitions for creation paths api: disks: create: set correct partition type PVE/API2/Disks.pm | 1 + PVE/API2/Disks/Directory.pm | 29 +++++++++++++++++----------- PVE/API2/Disks/LVM.pm | 5 +++++ PVE/API2/Disks/LVMThin.pm | 5 +++++ PVE/API2/Disks/ZFS.pm | 22 ++++++++++++++++++++- PVE/Diskmanage.pm | 38 ++++++++++++++++++++++++++++++++----- 6 files changed, 83 insertions(+), 17 deletions(-) proxmox-widget-toolkit: Fabian Ebner (1): disk list: allow wiping individual partitions src/panel/DiskList.js | 8 -------- 1 file changed, 8 deletions(-) pve-manager: Fabian Ebner (6): api: ceph: create osd: set correct parttype for DB/WAL partially fix #2285: api: ceph: create osd: allow using partitions api: ceph: create osd: set correct partition type partially fix #2285: ui: ceph: allow selecting partitions ui: zfs create: switch to using widget-toolkit's multiDiskSelector partially fix #2285: ui: disk create: allow selecting partitions PVE/API2/Ceph/OSD.pm | 24 +++++++++- www/manager6/ceph/OSD.js | 3 ++ www/manager6/node/Directory.js | 1 + www/manager6/node/LVM.js | 1 + www/manager6/node/LVMThin.js | 1 + www/manager6/node/ZFS.js | 81 +++------------------------------- 6 files changed, 33 insertions(+), 78 deletions(-) -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel