]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix filename in mon addition process
authorSage Weil <sage@newdream.net>
Fri, 16 Dec 2011 18:39:33 +0000 (10:39 -0800)
committerSage Weil <sage@newdream.net>
Fri, 16 Dec 2011 18:39:33 +0000 (10:39 -0800)
Signed-off-by: Sage Weil <sage@newdream.net>
doc/ops/manage/grow/mon.rst

index 70f8445f5170590b2cec855c3ebbc90dbb59c895..0ae9adbe90b8477a38779ae6b926665658dd301c 100644 (file)
@@ -17,7 +17,7 @@ Adding a monitor
 
      $ ceph mon getmap -o /tmp/monmap           # provides fsid and existing monitor addrs
      $ ceph auth export mon. -o /tmp/monkey     # mon. auth key
-     $ ceph-mon -i newname --mkfs --monmap /tmp/foo --keyring /tmp/monkey
+     $ ceph-mon -i newname --mkfs --monmap /tmp/monmap --keyring /tmp/monkey
 
 #. Start the new monitor and it will automatically join the cluster::