From f45ee1fcb502b23d04e645f69a26384ee09c544e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 17 Nov 2019 18:27:23 -0600 Subject: [PATCH] ceph-daemon: bootstrap: fix example shell command Signed-off-by: Sage Weil --- src/ceph-daemon/ceph-daemon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ceph-daemon/ceph-daemon b/src/ceph-daemon/ceph-daemon index f2646633796af..63c46567963d1 100755 --- a/src/ceph-daemon/ceph-daemon +++ b/src/ceph-daemon/ceph-daemon @@ -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)) -- 2.47.3