Project

General

Profile

Actions

Bug #16076

closed

Object Map is showing as invalid, even when Object Map is disabled for that Image.

Added by Tanay Ganguly almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
jewel
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

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:


Related issues 1 (0 open1 closed)

Copied to rbd - Backport #16147: jewel: Object Map is showing as invalid, even when Object Map is disabled for that Image.ResolvedAbhishek VarshneyActions
Actions #1

Updated by Jason Dillaman almost 8 years ago

  • Status changed from New to Fix Under Review
  • Backport set to jewel
Actions #2

Updated by Jason Dillaman almost 8 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #3

Updated by Nathan Cutler almost 8 years ago

  • Copied to Backport #16147: jewel: Object Map is showing as invalid, even when Object Map is disabled for that Image. added
Actions #4

Updated by Jason Dillaman almost 8 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF