]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
statd: adapt ceph update error message
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Nov 2019 10:33:42 +0000 (11:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Nov 2019 10:33:47 +0000 (11:33 +0100)
"getting ceph services" sound a bit vague, like the download of those
failed, or the like..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Service/pvestatd.pm

index 11c49dafb6e88afd31706b03866161e57b4fa9b1..3beca29ff3481a391a796effb2c445eeee925d15 100755 (executable)
@@ -494,7 +494,7 @@ sub update_status {
        update_ceph_metadata();
     };
     $err = $@;
-    syslog('err', "error getting ceph services: $err") if $err;
+    syslog('err', "ceph metadata update error: $err") if $err;
 
     eval {
        update_sdn_status();