meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:ceph:db:adding [2023/05/31 09:22] – created niziak | vm:proxmox:ceph:db:adding [2024/02/14 08:03] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DB adding ====== | ====== DB adding ====== | ||
| + | |||
| + | 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 | ||
| + | </ | ||
| + | |||
| + | {{: | ||