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

cephadm-adopt: rgw service fails after being redeployed #7636

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asm0deuz
Copy link
Collaborator

rgw services do not start after adoption due to path to asok file too long:

AdminSocketConfigObs::init: failed: AdminSocket::bind_and_listen: The UNIX domain socket path /var/run/ceph/ceph-client.rgw.hostname.service_id.gmlofh.6.94425541769128.asok is too long! The maximum length on this system is 107

to fix that, service_id in the spec which was the hostname has been replaced by "rgw"

rgw services do not start after adoption due to path to asok file
too long:

AdminSocketConfigObs::init: failed: AdminSocket::bind_and_listen:
The UNIX domain socket path /var/run/ceph/ceph-client.rgw.hostname.service_id.gmlofh.6.94425541769128.asok
is too long! The maximum length on this system is 107

to fix that, service_id in the spec which was the hostname
has been replaced by "rgw"

Signed-off-by: Teoman ONAY <[email protected]>
@asm0deuz
Copy link
Collaborator Author

jenkins test centos-non_container-all_in_one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant