Merge pull request #13457 from craig08/wip-18954

ceph-disk: Fix getting wrong group name when --setgroup in bluestore

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2017-02-16 13:56:15 +01:00 committed by GitHub
commit a9afc5aaed

View File

@ -2939,7 +2939,7 @@ def mkfs(
'--osd-uuid', fsid,
'--keyring', os.path.join(path, 'keyring'),
'--setuser', get_ceph_user(),
'--setgroup', get_ceph_user(),
'--setgroup', get_ceph_group(),
],
)
else: