]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd/image: use internal feature flag mask when creating images
authorJason Dillaman <dillaman@redhat.com>
Fri, 18 Dec 2020 14:48:58 +0000 (09:48 -0500)
committerNathan Cutler <ncutler@suse.com>
Thu, 28 Jan 2021 11:03:17 +0000 (12:03 +0100)
commitc9e5c8a46e4f05570be344841257bca45b76f97b
tree0095bf612fb653c70882d24c247594450229aaf8
parent1d9f4c700966a3d7fb619228a266c51405e34096
librbd/image: use internal feature flag mask when creating images

When validating the provided features for an image, utilize the
RBD_FEATURES_INTERNAL flag instead of just RBD_FEATURE_OPERATION.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 7dd77814402f0710f9283084b45960a054078897)
src/librbd/image/CreateRequest.cc