]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: util: remove ceph_user option, it is the default
authorAlfredo Deza <adeza@redhat.com>
Thu, 13 Jul 2017 13:49:33 +0000 (09:49 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 4 Aug 2017 14:25:58 +0000 (10:25 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/util/system.py

index da6156b02a31b851564ec4baacecd611479d35e2..11048895968abef84a25ccfd5c3042d52336e420 100644 (file)
@@ -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)
     """