Bug 2047153 - [cephadm] orch upgrade status returns in same format for all different values of --format
Summary: [cephadm] orch upgrade status returns in same format for all different values...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Cephadm
Version: 5.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 8.1
Assignee: Kushal Deb
QA Contact: Sayalee
Karen Norteman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-27 10:13 UTC by Vasishta
Modified: 2025-06-26 12:11 UTC (History)
7 users (show)

Fixed In Version: ceph-19.2.1-99.el9cp
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2025-06-26 12:11:40 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-3056 0 None None None 2022-01-27 10:24:44 UTC
Red Hat Product Errata RHSA-2025:9775 0 None None None 2025-06-26 12:11:42 UTC

Description Vasishta 2022-01-27 10:13:05 UTC
Description of problem:
ceph orch upgrade returns output in same format for all values for format

Version-Release number of selected component (if applicable):
16.2.7-37.el8cp

How reproducible:
Always

Steps to Reproduce:
1. Configure a cluster and check `ceph orch upgrade status --format` with all allowed values

Actual results:
# ceph orch upgrade status 
{
    "target_image": null,
    "in_progress": false,
    "services_complete": [],
    "progress": null,
    "message": ""
}
[ceph: root@folio08 /]# ceph orch upgrade status --format yaml       
{
    "target_image": null,
    "in_progress": false,
    "services_complete": [],
    "progress": null,
    "message": ""
}
[ceph: root@folio08 /]# ceph orch upgrade status --format xml 
{
    "target_image": null,
    "in_progress": false,
    "services_complete": [],
    "progress": null,
    "message": ""
}

Expected results:
Output to follow allowed inputs for the argument `--format`

Additional info:

Comment 16 errata-xmlrpc 2025-06-26 12:11:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Red Hat Ceph Storage 8.1 security, bug fix, and enhancement updates), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2025:9775


Note You need to log in before you can comment on or make changes to this bug.