[pve-devel] applied: Re: [PATCH manager 2/3] pvereport: rework report contents
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Dec 21 17:06:29 CET 2020
On 21/12/2020 16:13, Aaron Lauterer wrote:
> add:
> * HA status
> * ceph osd df tree
> * ceph conf file and conf db
> * ceph versions
>
> removed:
> * ceph status, as pveceph status is now printing the same information
>
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
>
> @Thomas, we did discuss using the cluster/ceph/metadata endpoint off
> list for more information about running services and other stuff like
> needed restarts after updates.
>
> Since it returns a lot of JSON that needs to be filtered to be useful
> and not littering the report, I will need a bit more time to see what
> would be needed and how to filter for that.
yes, sure, that's what I said when proposing it - so yes, a filter is
required.
You could take a look at the web interface for relevant keys, there we
use that information already.
>
> For now with the changed pveceph status (ceph -s) output we already get
> an overview if any expected services are not running and with `ceph
> versions` we get an idea which versions and if multiple versions are
> present in the cluster.
>
> I think this is okay for now to get a good impression and quite a lot
> more hints where to investigate further.
I mean you get at least the running versions, which is probably the most
important thing, so this is fine for me for now.
>
> PVE/Report.pm | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list