mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 07:06:00 +00:00
![]() Note that this does not only allow partitions to be used, but for DB and WAL disks, one more type of disk, that wasn't allowed before. Namely, GPT-partitioned disks with any partitions detected as used. The reason is get_disks' behavior: * Without $include_partitions=1, the disk will have the same usage as it's first used partition, and thus wasn't allowed. (Except in the case that usage was LVM, where the check was bypassed, but luckily OSD creation just failed later because no Ceph volume group would be detected). * With $include_partitions=1, the disk will have usage 'partitions' and thus be allowed. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
FS.pm | ||
Makefile | ||
MDS.pm | ||
MGR.pm | ||
MON.pm | ||
OSD.pm | ||
Pools.pm |