Fixup bust point

This commit is contained in:
James Page 2014-08-15 10:09:48 +01:00
parent 4418b0cf8d
commit 3d36a94b2b
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def osdize_dir(path):
log('Path {} is already configured as an OSD - bailing'.format(path))
return
if cmp_pkgrevno('ceph', '0.56.6.') < 0:
if cmp_pkgrevno('ceph', '0.56.6') < 0:
log('Unable to use directories for OSDs with ceph < 0.56.6',
level=ERROR)
raise