Skip to content

Commit

Permalink
ceph_osd: Stop using tmpfs for /var/lib/ceph/osd/ceph-*
Browse files Browse the repository at this point in the history
This is needed to avoid error when running systemd-run script

Signed-off-by: Jonas Nemeiksis <[email protected]>
  • Loading branch information
jnemeiksis committed Apr 19, 2024
1 parent ba7eb62 commit dbe2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceph-osd/templates/systemd-run.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
fi

# activate
$CEPH_VOLUME_CMD lvm activate --no-systemd ${OSD_OBJECTSTORE[@]} ${OSD_ID} ${OSD_FSID}
$CEPH_VOLUME_CMD lvm activate --no-systemd --no-tmpfs ${OSD_OBJECTSTORE[@]} ${OSD_ID} ${OSD_FSID}

# start ceph-osd
{% if ceph_osd_numactl_opts != "" %}
Expand Down

0 comments on commit dbe2a2f

Please sign in to comment.