From: Alfredo Deza Date: Thu, 13 Jul 2017 13:49:33 +0000 (-0400) Subject: ceph-volume: util: remove ceph_user option, it is the default X-Git-Tag: ses5-milestone10~3^2~5^2~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29df8d389efaea09e747126fb9ddb0f5607652bb;p=ceph.git ceph-volume: util: remove ceph_user option, it is the default Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/util/system.py b/src/ceph-volume/ceph_volume/util/system.py index da6156b02a31..11048895968a 100644 --- a/src/ceph-volume/ceph_volume/util/system.py +++ b/src/ceph-volume/ceph_volume/util/system.py @@ -37,7 +37,7 @@ def mkdir_p(path, chown=True): os.chown(path, uid, gid) -def chown(path, recursive=True, ceph_user=True): +def chown(path, recursive=True): """ ``chown`` a path to the ceph user (uid and guid fetched at runtime) """