]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: ignore lack of support for metadata on older OSDs 4589/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 6 May 2015 18:48:50 +0000 (14:48 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 6 May 2015 20:30:27 +0000 (16:30 -0400)
commitf25aa5f39336a24523c5299664f6ed54ba74b75c
treee9bf68f8f919757f3f173ddb4f9489795eca0dc3
parent4ca500d84021af847a6b14de80dbf7a491a5fb18
librbd: ignore lack of support for metadata on older OSDs

If an Infernalis librbd attempts to open an image stored on a
pre-Infernalis OSD, the new config metadata operations won't
be supported.  This error can be safely ignored.

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