meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
vm:proxmox:ceph:db:adding [2024/02/14 08:01] – niziak | vm:proxmox:ceph:db:adding [2024/02/14 08:03] (current) – niziak | ||
---|---|---|---|
Line 2: | Line 2: | ||
NOTE: if partition is formatted as LVM PV, it is possible to choose this partition for DB from Proxmox UI when creating OSD: | NOTE: if partition is formatted as LVM PV, it is possible to choose this partition for DB from Proxmox UI when creating OSD: | ||
+ | |||
+ | <code bash> | ||
+ | pvcreate /dev/sda5 | ||
+ | vgcreate ceph-db-40gb /dev/sda5 | ||
+ | </ | ||
{{: | {{: |