The uid/gid is determined by looking at file ownership. It
was looking at /etc/ceph, but on current builds this is owned by root so switched to using /var/lib/ceph which
is the homedir of the ceph account.
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
cname='ceph-%s-%s.%s' % (fsid, daemon_type, daemon_id),
)
-def extract_uid_gid(img='', file_path='/etc/ceph'):
+def extract_uid_gid(img='', file_path='/var/lib/ceph'):
# type: (str, str) -> Tuple[int, int]
if not img: