Actions
Bug #66215
open"ceph osd pool ls detail --format=json" returns invalid JSON: it contains "inf"
Status:
Pending Backport
Priority:
Normal
Assignee:
Category:
common
Target version:
% Done:
0%
Source:
Development
Backport:
squid,reef,quincy
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-5267-ga9b3ba1d4e
Released In:
v20.2.0~1908
Upkeep Timestamp:
2025-11-01T01:03:24+00:00
Description
We see this in Reef:
[
{
"pool_id": 1,
...
"read_balance": {
"score_acting": inf,
"score_stable": inf,
...
}
},
...
]
Note that inf is not a valid JSON and few libraries accept this. It might originate from: https://en.cppreference.com/w/cpp/types/numeric_limits/infinity .
Updated by Md Mahamudur Rahaman Sajib almost 2 years ago
- Status changed from New to In Progress
- Assignee set to Md Mahamudur Rahaman Sajib
Updated by Md Mahamudur Rahaman Sajib almost 2 years ago
- Pull request ID set to 57695
Updated by Sebastian Wagner almost 2 years ago
- Backport changed from Reef to Reef Squid
Updated by Patrick Donnelly almost 2 years ago
- Status changed from In Progress to Fix Under Review
- Target version set to v20.0.0
- Source set to Development
- Backport changed from Reef Squid to squid,reef,quincy
Updated by Md Mahamudur Rahaman Sajib almost 2 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Patrick Donnelly almost 2 years ago
- Status changed from Pending Backport to Fix Under Review
Updated by Patrick Donnelly over 1 year ago
- Pull request ID changed from 57695 to 58598
Updated by Md Mahamudur Rahaman Sajib over 1 year ago
- Status changed from Fix Under Review to Pending Backport
Updated by Md Mahamudur Rahaman Sajib over 1 year ago
- Copied to Backport #68324: reef: "ceph osd pool ls detail --format=json" returns invalid JSON: it contains "inf" added
Updated by Md Mahamudur Rahaman Sajib over 1 year ago
- Copied to Backport #68325: quincy: "ceph osd pool ls detail --format=json" returns invalid JSON: it contains "inf" added
Updated by Md Mahamudur Rahaman Sajib over 1 year ago
- Copied to Backport #68326: squid: "ceph osd pool ls detail --format=json" returns invalid JSON: it contains "inf" added
Updated by Md Mahamudur Rahaman Sajib over 1 year ago
- Tags (freeform) set to backport_processed
Updated by Upkeep Bot 8 months ago
- Merge Commit set to a9b3ba1d4e6f4aa87689bb192568c92486fd07ec
- Fixed In set to v19.3.0-5267-ga9b3ba1d4e6
- Upkeep Timestamp set to 2025-07-08T22:38:23+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-5267-ga9b3ba1d4e6 to v19.3.0-5267-ga9b3ba1d4e6f
- Upkeep Timestamp changed from 2025-07-08T22:38:23+00:00 to 2025-07-14T15:46:55+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-5267-ga9b3ba1d4e6f to v19.3.0-5267-ga9b3ba1d4e
- Upkeep Timestamp changed from 2025-07-14T15:46:55+00:00 to 2025-07-14T21:37:58+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~1908
- Upkeep Timestamp changed from 2025-07-14T21:37:58+00:00 to 2025-11-01T01:03:24+00:00
Actions