]> git.proxmox.com Git - pve-storage.git/commit
rbd: warn if no stats for a pool could be gathered
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 3 May 2022 11:31:40 +0000 (13:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 May 2022 12:08:13 +0000 (14:08 +0200)
commitae93163343ca75ca2aa0ac2d436669872feb2825
tree392b53838b9555b037ee4467458b16f03697ea15
parent0c317c6c0f257ec1f53a538f5b07b12d6f35cc7a
rbd: warn if no stats for a pool could be gathered

happens in case of a mistyped poolname, and the new message should be
more helpful than:
`Use of uninitialized value $free in addition (+) at \
/usr/share/perl5/PVE/Storage/RBDPlugin.pm line 64`

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/Storage/RBDPlugin.pm