Bug 1340836 - Object Map is showing as invalid, even when Object Map is disabled for that Image.
Summary: Object Map is showing as invalid, even when Object Map is disabled for that I...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RBD
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: 2.0
Assignee: Jason Dillaman
QA Contact: Tanay Ganguly
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-30 11:34 UTC by Tanay Ganguly
Modified: 2017-07-30 15:28 UTC (History)
6 users (show)

Fixed In Version: RHEL: ceph-10.2.2-1.el7cp Ubuntu: ceph_10.2.2-3redhat1xenial
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-23 19:40:06 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 16076 0 None None None 2016-06-12 23:54:51 UTC
Red Hat Product Errata RHBA-2016:1755 0 normal SHIPPED_LIVE Red Hat Ceph Storage 2.0 bug fix and enhancement update 2016-08-23 23:23:52 UTC

Description Tanay Ganguly 2016-05-30 11:34:18 UTC
Description of problem:
Object Map is showing invalid, after disabling the object map feature

Version-Release number of selected component (if applicable):
ceph version 10.2.1-6.el7cp

How reproducible:
Always

Steps to Reproduce:
1 rbd create cephfs_data/img6 --size 100G 
2 rbd info cephfs_data/img6

rbd image 'img6':
        size 102400 MB in 25600 objects
        order 22 (4096 kB objects)
        block_name_prefix: rbd_data.125345238e1f29
        format: 2
        features: layering, exclusive-lock, object-map, fast-diff, deep-flatten
        flags:

3 rbd feature disable cephfs_data/img6 exclusive-lock, object-map, fast-diff
4 rbd info cephfs_data/img6
rbd image 'img6':
        size 102400 MB in 25600 objects
        order 22 (4096 kB objects)
        block_name_prefix: rbd_data.125345238e1f29
        format: 2
        features: layering, deep-flatten
        flags:

5 rbd feature enable cephfs_data/img6 exclusive-lock, object-map, fast-diff
6 rbd info cephfs_data/img6
rbd image 'img6':
        size 102400 MB in 25600 objects
        order 22 (4096 kB objects)
        block_name_prefix: rbd_data.125345238e1f29
        format: 2
        features: layering, exclusive-lock, object-map, fast-diff, deep-flatten
        flags: object map invalid, fast diff invalid

7 rbd feature disable cephfs_data/img6 exclusive-lock, object-map, fast-diff
8 rbd info cephfs_data/img6

rbd image 'img6':
        size 102400 MB in 25600 objects
        order 22 (4096 kB objects)
        block_name_prefix: rbd_data.125345238e1f29
        format: 2
        features: layering, deep-flatten
        flags: object map invalid


Actual results:
Object Map is showing as Invalid, although object map is not enabled.

Expected results:
Object Map should not show as invalid.

Additional info:

Comment 4 Jason Dillaman 2016-06-02 12:28:49 UTC
Upstream PR: https://github.com/ceph/ceph/pull/9441

Comment 7 Jason Dillaman 2016-06-12 23:55:18 UTC
Merged upstream Jewel PR: https://github.com/ceph/ceph/pull/9555

Comment 12 errata-xmlrpc 2016-08-23 19:40:06 UTC
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://rhn.redhat.com/errata/RHBA-2016-1755.html


Note You need to log in before you can comment on or make changes to this bug.