-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ceph_osd: Stop using tmpfs for /var/lib/ceph/osd/ceph-* #7546
Conversation
Could you sign-off your commit. BTW what kind of error did you encounter while not using --no-tmpfs? |
98d6e04
to
dbe2a2f
Compare
This is needed to avoid error when running systemd-run script Signed-off-by: Jonas Nemeiksis <[email protected]>
dbe2a2f
to
0f1b83b
Compare
This script first runs lvm active with tmpfs(keyring, block link, etc) then container remove after that different container try start osd without keyring, block link etc. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
@jnemeiksis it is not clear to me why you need this change, could you elaborate a bit more please? (with concrete examples?) |
|
btw, @guits you've mentioned in slack chat that cephadm also use |
I've tested on cephadm and this is what I mean, ceph-volume lvm activate with flag
|
no need for this version. Close PR. |
This is needed to avoid error when running systemd-run script