]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: bootstrap: fix example shell command 31695/head
authorSage Weil <sage@redhat.com>
Mon, 18 Nov 2019 00:27:23 +0000 (18:27 -0600)
committerSage Weil <sage@redhat.com>
Mon, 18 Nov 2019 00:27:23 +0000 (18:27 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-daemon/ceph-daemon

index f2646633796af9a8966a33e916f572764b3d777a..63c46567963d10258d5457a013458dd784ab8dda 100755 (executable)
@@ -1213,8 +1213,9 @@ def command_bootstrap():
                         password))
 
     logger.info('You can access the Ceph CLI with:\n\n'
-                '\tsudo %s shell -c %s -k %s\n' % (
+                '\tsudo %s shell --fsid %s -c %s -k %s\n' % (
                     sys.argv[0],
+                    fsid,
                     args.output_config,
                     args.output_keyring))