Actions
Bug #59624
closedpybind/ceph_argparse: Error message is not descriptive for ceph tell command
% Done:
100%
Source:
Backport:
quincy,reef,squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v19.3.0-3895-gf4b5465815
Released In:
v20.2.0~2327
Upkeep Timestamp:
2025-11-01T01:34:33+00:00
Description
ceph tell command with only <mds_name> giving below error
[root@magna028 ~]# ceph tell cephfs_1.magna023.yvyxvl client ls
error handling command target: local variable 'poolid' referenced before assignment
the error message `local variable 'poolid' referenced before assignment` looks not descriptive. looks like there was a miss in some code path.
same command with mds.<mds_name> is working fine
[root@magna028 ~]# ceph tell mds.cephfs_1.magna023.yvyxvl client ls | grep "id"
2023-01-24T17:21:42.239+0000 7fcce27f4640 0 client.134465 ms_handle_reset on v2:10.8.128.23:6824/376621306
2023-01-24T17:21:42.381+0000 7fcce27f4640 0 client.78973 ms_handle_reset on v2:10.8.128.23:6824/376621306
"id": 115809,
"entity_id": "admin",
Updated by Neeraj Pratap Singh almost 3 years ago
- Status changed from New to In Progress
- Pull request ID set to 51332
Updated by Venky Shankar almost 3 years ago
- Project changed from CephFS to Ceph
- Category changed from Correctness/Safety to common
- Target version set to v19.0.0
- Backport set to reef,quincy,pacific
Updated by Rishabh Dave over 1 year ago
- Status changed from In Progress to Fix Under Review
Updated by Venky Shankar over 1 year ago
- Status changed from Fix Under Review to Pending Backport
- Backport changed from reef,quincy,pacific to quincy,reef,squid
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #67299: quincy: pybind/ceph_argparse: Error message is not descriptive for ceph tell command added
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #67300: squid: pybind/ceph_argparse: Error message is not descriptive for ceph tell command added
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #67301: reef: pybind/ceph_argparse: Error message is not descriptive for ceph tell command added
Updated by Konstantin Shalygin 9 months ago
- Status changed from Pending Backport to Resolved
- Target version changed from v19.0.0 to v20.0.0
- % Done changed from 0 to 100
Updated by Upkeep Bot 8 months ago
- Merge Commit set to f4b5465815457ddf667626a0a9eec796ffd7c525
- Fixed In set to v19.3.0-3895-gf4b54658154
- Upkeep Timestamp set to 2025-07-12T13:15:27+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-3895-gf4b54658154 to v19.3.0-3895-gf4b5465815
- Upkeep Timestamp changed from 2025-07-12T13:15:27+00:00 to 2025-07-14T23:40:15+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~2327
- Upkeep Timestamp changed from 2025-07-14T23:40:15+00:00 to 2025-11-01T01:34:33+00:00
Actions