Bug 2304313
| Summary: | [RFE] Kernel client support for upmap-read | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Santosh Pillai <sapillai> | |
| Component: | RBD | Assignee: | Ilya Dryomov <idryomov> | |
| Status: | CLOSED UPSTREAM | QA Contact: | Sunil Angadi <sangadi> | |
| Severity: | high | Docs Contact: | Rivka Pollack <rpollack> | |
| Priority: | unspecified | |||
| Version: | 9.0 | CC: | bhubbard, ceph-eng-bugs, cephqe-warriors, idryomov, ngangadh, nojha, pdhiran, rpollack, sangadi, vumrao | |
| Target Milestone: | --- | Keywords: | FutureFeature | |
| Target Release: | 9.1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Known Issue | ||
| Doc Text: |
.Kernel client does not support pg-upmap-primary
The kernel client currently does not support the `pg-upmap-primary` feature. As a result, users may encounter issues when attempting to mount images or filesystems using the kernel client in environments where `pg-upmap-primary` is configured.
If issues occur during mounting with the kernel client, verify that the issue is due to this support issue.
1. Confirm that your cluster contains `pg-upmap-primary` mappings.
----
ceph osd dump | grep "pg_upmap_primary"
----
2. Check the kernel log for the following error message.
----
$ dmesg | tail
[73393.901029] libceph: mon2 (1)10.64.24.186:6789 feature set mismatch, my 2f018fb87aa4aafe < server's 2f018fb8faa4aafe, missing 80000000
[73393.901037] libceph: mon2 (1)10.64.24.186:6789 missing required protocol features
----
These error details confirm that the cluster is using features that the kernel client does not currently support.
* If this error message is not emitted, contact Support.
* With this error message continue by removing the related mappings.
As a workaround, remove the related `pg-upmap-primary` mappings.
1. If using the balancer module, change the mode back to one that does not use `pg-upmap-primary`.
This prevents additional mappings from being made.
----
ceph balancer mode upmap
----
2. Remove all `pg-upmap-primary` mappings.
----
ceph osd rm-pg-upmap-primary-all
----
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 2342210 (view as bug list) | Environment: | ||
| Last Closed: | 2026-03-04 08:54:08 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: | 2342210, 2388233 | |||
|
Description
Santosh Pillai
2024-08-13 12:56:20 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |