remove commented out addition

This commit is contained in:
Chris MacNaughton 2016-01-11 10:24:30 -05:00
parent 453a6dec0c
commit ce566d64d2
1 changed files with 0 additions and 2 deletions

View File

@ -375,8 +375,6 @@ def bootstrap_monitor_cluster(secret):
'--cap', 'mon', 'allow *'])
subprocess.check_call(['ceph-mon', '--mkfs',
# '--setuser', ceph_user(),
# '--setgroup', ceph_user(),
'-i', hostname,
'--keyring', keyring])
chownr(path, ceph_user(), ceph_user())