Bug 1944933
Summary: | [RBD] ceph-immutable-object-cache daemon fails to start | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Harish Munjulur <hmunjulu> |
Component: | RBD | Assignee: | Ilya Dryomov <idryomov> |
Status: | CLOSED ERRATA | QA Contact: | Harish Munjulur <hmunjulu> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.0 | CC: | bniver, ceph-eng-bugs, kdreyer, rmandyam, sostapov |
Target Milestone: | --- | ||
Target Release: | 5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-16.2.0-8.el8cp | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-08-30 08:29:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1929673 |
Description
Harish Munjulur
2021-03-31 01:23:06 UTC
This looks like it is cephx related Harish what document did you follow? Can we edit it to correct the steps, or make this easier? Hi Ilya, as you suggested I ran the below command to change it to ceph user. But I see the below error. Wanted to check if I need to create a ceph user? [root@magna007 ~]# sudo chown ceph:ceph /etc/ceph/ceph.client.ceph-immutable-object-cache.readonlyc.keyring chown: invalid user: ‘ceph:ceph’ The "ceph-common" package creates the ceph user and group with a static UID 167. I guess ceph-immutable-object-cache does not require that package. Should it? Verified Steps: 1. # yum install ceph-immutable-object-cache 2. # ceph auth get-or-create client.ceph-immutable-object-cache.readonlycache mon 'profile rbd' osd 'profile rbd-read-only' Key will be generated and this key needs to be added to /etc/ceph/ceph.client.admin.keyring or create a file /etc/ceph/ceph.client.ceph-immutable-object-cache.readonlycache.keyring 3. # systemctl enable ceph-immutable-object-cache 4. # systemctl start ceph-immutable-object-cache 5. # systemctl status ceph-immutable-object-cache [root@ceph-hmunjulu-1618804778222-node1-mon-mgr-installer-node-export ceph]# systemctl status ceph-immutable-object-cache ● ceph-immutable-object-cache.service - Ceph immutable object cache daemon Loaded: loaded (/usr/lib/systemd/system/ceph-immutable-object-cache@.service; enabled; vendor preset: disabled) Active: active (running) since Mon 2021-04-19 02:06:03 EDT; 3s ago Main PID: 39330 (ceph-immutable-) Tasks: 15 (limit: 23505) Memory: 7.0M CGroup: /system.slice/system-ceph\x2dimmutable\x2dobject\x2dcache.slice/ceph-immutable-object-cache.service └─39330 /usr/bin/ceph-immutable-object-cache -f --cluster ceph --id ceph-immutable-object-cache.readonlyc --setuser ceph --setgroup ceph Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 5.0 bug fix and enhancement), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:3294 |