From ce566d64d265bc92a736a58c32caef6b2444e767 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 11 Jan 2016 10:24:30 -0500 Subject: [PATCH] remove commented out addition --- hooks/ceph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/ceph.py b/hooks/ceph.py index be2251e..b7a9cc8 100644 --- a/hooks/ceph.py +++ b/hooks/ceph.py @@ -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())