Skip to content
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

[skip ci] switch2container: chown symlink in mon/mgr plays #6033

Merged
merged 1 commit into from Nov 16, 2020

Conversation

dsavineau
Copy link
Contributor

fa2bb3a only fix the symlink owner/group issue in the OSD play. If the
OSDs are collocated with other services like MONs and MGRs then the
chown command will fail.

$ find /var/lib/ceph/osd/ceph-0 -not -user 167 -execdir chown 167:167 {} +
chown: cannot dereference './block': Permission denied

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1896448

Signed-off-by: Dimitri Savineau dsavinea@redhat.com

fa2bb3a only fix the symlink owner/group issue in the OSD play. If the
OSDs are collocated with other services like MONs and MGRs then the
chown command will fail.

$ find /var/lib/ceph/osd/ceph-0 -not -user 167 -execdir chown 167:167 {} +
chown: cannot dereference './block': Permission denied

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1896448

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
@dsavineau dsavineau changed the title [skip ci] switch2container: chown symlink in mon/mgr plays switch2container: chown symlink in mon/mgr plays Nov 16, 2020
@dsavineau
Copy link
Contributor Author

jenkins test centos-non_container-switch_to_containers

@dsavineau dsavineau changed the title switch2container: chown symlink in mon/mgr plays [skip ci] switch2container: chown symlink in mon/mgr plays Nov 16, 2020
@dsavineau dsavineau merged commit 35ed997 into ceph:master Nov 16, 2020
@dsavineau dsavineau deleted the BZ1896448 branch November 16, 2020 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants