Bug 1929673
| Summary: | [Doc RFE] Document RBD read only image cache | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Anjana Suparna Sriram <asriram> |
| Component: | Documentation | Assignee: | Ranjini M N <rmandyam> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Veera Raghava Reddy <vereddy> |
| Severity: | medium | Docs Contact: | Amrita <asakthiv> |
| Priority: | unspecified | ||
| Version: | 5.0 | CC: | agunn, asakthiv, hyelloji, kdreyer |
| Target Milestone: | --- | Keywords: | Documentation, FutureFeature |
| Target Release: | 5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-09-09 11:57:10 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: | 1813971, 1944933 | ||
| Bug Blocks: | 1929147 | ||
|
Comment 1
RHEL Program Management
2021-02-17 12:13:09 UTC
in step 4: In the /etc/ceph directory, create a file and paste the keyring: Expected: [root@ceph-host1 ]# vi /etc/ceph/ceph.client.ceph-immutable-object-cache.user.keyring observed: [root@ceph-host1 ]# vi /etc/ceph/ceph.client.ceph-immutable-object-cache.test.user.keyring Remove "test." Step 3: Create a unique Ceph user ID, the keyring: expected: ceph auth get-or-create client.ceph-immutable-object-cache.user mon 'profile rbd' osd 'profile rbd-read-only' observed: ceph auth get-or-create client.ceph-immutable-object-cache.test.user mon 'profile rbd' osd 'profile rbd-read-only' Step 5: Enable the daemon observed: systemctl enable ceph-immutable-object-cache expected: systemctl enable ceph-immutable-object-cache.user similarly in step 6 and 7 make the same changes. step 5: Enable the daemon: observed: systemctl enable ceph-immutable-object-cache expected: systemctl enable ceph-immutable-object-cache please add "ceph". Make the same change in examples and steps 5, 6 and verification step. Looks good! Verified |