]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: do not attempt to retrieve metadata for old format images
authorJason Dillaman <dillaman@redhat.com>
Mon, 27 Apr 2015 05:56:58 +0000 (01:56 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 27 Apr 2015 06:00:21 +0000 (02:00 -0400)
commit6d2490749ff4a9c2577e414c480625665adbee33
treef605bc9be9a64504798dd8d74a53444d10955734
parenta26a2cf6b54c2dba48fba43a3a3885dfe7d39cff
librbd: do not attempt to retrieve metadata for old format images

An unnecessary error message is being logged due to a failure to retrieve
metadata for old-format images -- which don't support metadata.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageCtx.cc