-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-8.8.0, rhel-10.0, rhel-9.7
-
No
-
None
-
rhel-sst-cee-supportability
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
None
When we capture some outputs in ceph plugins, we add stderr to the file with the capture. An example can be found below:
[root@mgmt-0 sosreport-mgmt-0-2024-12-12-iomdfym]# tail sos_commands/ceph_mon/ceph_report "logm_first_committed": 46431, "logm_last_committed": 47024, "paxos": { "first_committed": 113955, "last_committed": 114461, "last_pn": 17400, "accepted_pn": 17400 } } report 1248506449 [root@mgmt-0 sosreport-mgmt-0-2024-12-12-iomdfym]# tail sos_commands/ceph_mon/json_output/ceph_pg_dump_--format_json-pretty "data_compressed": 0, "data_compressed_allocated": 0, "data_compressed_original": 0, "omap_allocated": 0, "internal_metadata": 0 } ] } } dumped all
This causes problems when trying to parse these json outputs.