]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: Log error to stderr if fail to decode label
authorPrashant D <pdhange@redhat.com>
Fri, 29 Apr 2022 13:24:08 +0000 (09:24 -0400)
committerPrashant D <pdhange@redhat.com>
Fri, 29 Apr 2022 13:24:08 +0000 (09:24 -0400)
commit25753c76c18103be7411a006a2396b6e20e7d851
tree0a0ca46367caea41983f2a219e5d81d6b4e27cd4
parent1ffef5da9e56059adce9032f22746ec85c4ea4f1
os/bluestore: Log error to stderr if fail to decode label

In case label block is corrupted or missing, the ceph-bluestore-tool
reports ENOENT but does not report specifically that it failed
to decode label. Log error specific to unable to decode label to stderr.

Signed-off-by: Prashant D <pdhange@redhat.com>
src/os/bluestore/BlueStore.cc