Actions
Bug #70996
openpybind/mgr/volumes: make casesensitive name uniform in interface
Status:
Pending Backport
Priority:
High
Assignee:
Category:
Administration/Usability
Target version:
% Done:
0%
Source:
other
Backport:
tentacle,squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
mgr/volumes
Labels (FS):
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-104-g86d08c217a
Released In:
Upkeep Timestamp:
2025-07-14T20:45:23+00:00
Description
Description of problem:
There is an inconsistency in the attribute naming (casesensitive) used across CLI commands related to subvolume charmap configuration.
When setting attributes during subvolume creation, the flag --case-insensitive is used. However, when updating charmap attributes after creation, the term casesensitive is used in the ceph fs subvolume charmap set command.
How reproducible: On every try(Not intermittent)
Steps to Reproduce:
1.When setting the charmap attribute on subvolume after creation, we use command ceph fs subvolume charmap set <vol> <sub_vol> casesensitive false
2. When setting the charmap attribute while creating the subvolume, we use command ceph fs subvolume create <vol> <sub_vol> --case-insensitive
Updated by Patrick Donnelly 11 months ago
- Status changed from New to In Progress
Updated by Patrick Donnelly 11 months ago
- Category set to Administration/Usability
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 62904
Updated by Patrick Donnelly 11 months ago
- Status changed from Fix Under Review to Pending Backport
- Target version changed from v20.0.0 to v21.0.0
- Backport changed from squid to tentacle,squid
Updated by Upkeep Bot 11 months ago
- Copied to Backport #71129: tentacle: pybind/mgr/volumes: make casesensitive name uniform in interface added
Updated by Upkeep Bot 11 months ago
- Copied to Backport #71130: squid: pybind/mgr/volumes: make casesensitive name uniform in interface added
Updated by Upkeep Bot 9 months ago
- Merge Commit set to 86d08c217a173ca64b41f756442f2fb311038867
- Fixed In set to v20.3.0-104-g86d08c217a1
- Upkeep Timestamp set to 2025-07-08T14:46:36+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v20.3.0-104-g86d08c217a1 to v20.3.0-104-g86d08c217a17
- Upkeep Timestamp changed from 2025-07-08T14:46:36+00:00 to 2025-07-14T15:20:49+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v20.3.0-104-g86d08c217a17 to v20.3.0-104-g86d08c217a
- Upkeep Timestamp changed from 2025-07-14T15:20:49+00:00 to 2025-07-14T20:45:23+00:00
Actions