The --add option will only infer a bare IP to include a v2 addr if the
NAUTILUS feature is there, and that isn't normally present on a freshly
generate monmap. Add it if we are doing addrvecs!
Signed-off-by: Sage Weil <sage@redhat.com>
'--create',
'--clobber',
]
+ if mon_bind_addrvec:
+ args.extend(['--enable-all-features'])
for (name, addr) in addresses:
n = name[4:]
if mon_bind_addrvec and (',' in addr or 'v' in addr or ':' in addr):