This is less confusing for users since the pull can be slow and the
uid/gid check is a weird thing to hang on for a long time.
Signed-off-by: Sage Weil <sage@redhat.com>
if ret:
raise RuntimeError('Failed to ping %s' % mon_ip)
+ logger.info('Pulling latest %s container...' % args.image)
+ call_throws([podman_path, 'pull', args.image])
+
logger.info('Extracting ceph user uid/gid from container image...')
(uid, gid) = extract_uid_gid()