]> git.proxmox.com Git - pve-manager-legacy.git/commit
pveceph: change status from long JSON to ceph -s
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 21 Dec 2020 10:07:54 +0000 (11:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Dec 2020 13:21:35 +0000 (14:21 +0100)
commit34b9e9e50a6d137c1ab4ab9b89a3305b2ab98101
tree6d34a36cb4830bc1a427d6effde2f98918a1ebf9
parent51fdcbd3bf9784d50129bf753c998a558f861e5e
pveceph: change status from long JSON to ceph -s

Printing a lot of very detailed JSON output on the CLI is not very
useful.

Printing the `ceph -s` overview is much more suited to give an overview
of the ceph cluster status.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/CLI/pveceph.pm