Bug 1738576
Summary: | ceph-volume prints errors to stdout with --format json | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Guillaume Abrioux <gabrioux> |
Component: | Ceph-Volume | Assignee: | Christina Meno <gmeno> |
Status: | CLOSED ERRATA | QA Contact: | Vasishta <vashastr> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.0 | CC: | amsyedha, ceph-eng-bugs, ceph-qe-bugs, gmeno, mhackett, tserlin, vashastr |
Target Milestone: | rc | ||
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-14.2.4-81.el8cp, ceph-14.2.4-24.el7cp | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-01-31 12:46:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1729267, 1733577, 1738236 |
Description
Guillaume Abrioux
2019-08-07 13:46:45 UTC
$ sudo ceph-volume simple scan /dev/sdb1 --stdout 2> /dev/null { "active": "ok", "ceph_fsid": "1c164a8d-f6c2-42c5-99a5-cc9d8504a293", "cluster_name": "ceph", "data": { "path": "/dev/sdb1", "uuid": "17e6ec1b-3dc6-44b5-bc65-ffe40c46a11a" }, "fsid": "17e6ec1b-3dc6-44b5-bc65-ffe40c46a11a", "journal": { "path": "/dev/sdd1", "uuid": "2af4d577-e052-457a-85a6-8df872885957" }, "journal_uuid": "2af4d577-e052-457a-85a6-8df872885957", "keyring": "AQBo4vldLJGgFRAAULX66Xr2cZhPr9Bs0rFh0A==", "magic": "ceph osd volume v026", "none": "", "ready": "ready", "require_osd_release": 14, "type": "filestore", "whoami": 21 } $ rpm -qa|grep ceph-osd ceph-osd-14.2.4-27.el7cp.x86_64 Moving to VERIFIED state Regards, Vasishta Shastry QE, Ceph *** Bug 1756366 has been marked as a duplicate of this bug. *** 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, 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/RHBA-2020:0312 |