Talk:CEPH

From Alpine Linux
Revision as of 18:09, 9 May 2026 by Liszca (talk | contribs) (Created page with "Using Ceph19 packages no OSD came up. This command made the OSD come up (failed OSD needed to be restarted): <pre> vgchange -ay && ceph-volume lvm activate --all --no-systemd </pre> Modification to init.d service: <pre> sed -i '/vgchange --sysinit --activate y$/a\ \t\tceph-volume lvm activate --all --no-systemd' /etc/init.d/lvm rc-update add lvm boot </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using Ceph19 packages no OSD came up.

This command made the OSD come up (failed OSD needed to be restarted):

vgchange -ay && ceph-volume lvm activate --all --no-systemd

Modification to init.d service:

sed -i '/vgchange --sysinit --activate y$/a\
\t\tceph-volume lvm activate --all --no-systemd' /etc/init.d/lvm

rc-update add lvm boot