]> git.proxmox.com Git - pve-manager.git/commit
pveceph: add osd details command
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 19 Dec 2022 14:46:34 +0000 (15:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 16:04:25 +0000 (18:04 +0200)
commitb48ca5a7c0235b42fe2fa18a7b912114443ac01f
tree8ad803ec8f1540f635ff31c3b2e016a94e2edfda
parent90d69e2dbc77b0c2967bd1bf2dee3fe5f6bb72e9
pveceph: add osd details command

To provide similar output on the CLI as is possible in the GUI/API
regaring OSD details.

By default (output-format=text) a more concise output is shown. Using
json or yaml as output format will print all the available data.

The 'verbose' flag causes json-pretty output to be used.

The functionality is split between the actual function and the output
formatter as not all options/parameters are available in each.

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