Description of problem: While flag rbd.RBD_FLAG_FAST_DIFF_INVALID exists in Luminous, it's not exposed in the Python bindings. It was fixed in Mimic, together with additions of new flags, in commit 36d3b17dc8c9af0d62ada4b9b0e4af58ec825b46. The fix is trivial and has been already done for Ceph-dashboard backporting: https://github.com/rhcs-dashboard/ceph/commit/36656fa Version-Release number of selected component (if applicable): 3.2 How reproducible: From command line interface. Steps to Reproduce: In CLI run: python -c 'from rbd import RBD_FLAG_FAST_DIFF_INVALID' Actual results: Error printed: "ImportError: cannot import name RBD_FLAG_FAST_DIFF_INVALID" Expected results: No error shown. Additional info: NA
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0475