This patch removes option "filestore_xattr_use_omap"
from default ceph.conf global section,
as this option was removed in #7408.
Cleanup #14355
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
cfg.set('global', 'auth service required', 'cephx')
cfg.set('global', 'auth client required', 'cephx')
- # http://tracker.newdream.net/issues/3138
- cfg.set('global', 'filestore xattr use omap', 'true')
-
path = '{name}.conf'.format(
name=args.cluster,
)
assert cfg.get('global', 'auth cluster required') == 'cephx'
assert cfg.get('global', 'auth service required') == 'cephx'
assert cfg.get('global', 'auth client required') == 'cephx'
- assert cfg.get('global', 'filestore_xattr_use_omap') == 'true'