]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mkmonfs: remove all traces
authorSage Weil <sage@newdream.net>
Fri, 2 Jul 2010 14:52:42 +0000 (07:52 -0700)
committerSage Weil <sage@newdream.net>
Fri, 2 Jul 2010 14:57:16 +0000 (07:57 -0700)
It's been replaced by 'cmon --mkfs'

Reported-by: Thomas Mueller <thomas@chaschperli.ch>
Signed-off-by: Sage Weil <sage@newdream.net>
.gitignore
README
debian/ceph.install
man/Makefile.am
man/cmon.8
man/mkcephfs.8
man/mkmonfs.8 [deleted file]

index 7d46e6306587c872158dce5a12cab1c7e2d0c93f..0858c085467272f4d8a5c1f7c23ed5064d16f838 100644 (file)
@@ -33,7 +33,6 @@ cauthtool
 crushtool
 *.la
 mkcephfs
-mkmonfs
 mount.ceph
 osdmaptool
 rados
diff --git a/README b/README
index 1c43c0179cfdc994f96b7455d6df063639a82501..7559476319c3c0dd2b32f027aa96e317d73183e6 100644 (file)
--- a/README
+++ b/README
@@ -33,7 +33,6 @@ userland clients:
  csyn -- synthetic workload generator client.
 
 tools:
- mkmonfs -- create a fresh monfs (for a new filesystem)
  monmaptool -- create/edit mon map
  osdmaptool -- create/edit osd map 
  crushtool -- create/edit crush map
index 723a19430f943f92a74688cfaac5427347d34df5..9a5f6c478603b7b53c7ea71fe3527b4386964b7c 100644 (file)
@@ -22,7 +22,6 @@ usr/share/man/man8/cmon.8
 usr/share/man/man8/cmds.8
 usr/share/man/man8/cosd.8
 usr/share/man/man8/mkcephfs.8
-usr/share/man/man8/mkmonfs.8
 usr/share/man/man8/crun.8
 usr/share/man/man8/csyn.8
 usr/share/man/man8/crushtool.8
index a309227fc031715b43187a67e50313c6da349943..b9541d16c378f0da177c7a98d3f7673372046988 100644 (file)
@@ -5,7 +5,6 @@ dist_man_MANS = \
        cmds.8 \
        cmon.8 \
        mkcephfs.8 \
-       mkmonfs.8 \
        cfuse.8 \
        csyn.8 \
        crushtool.8 \
index 6903f2cb4d7fdb943491678d25f56a1efada677a..4f566501f2069f84bd83fa1b439e391a7a5f5564 100644 (file)
@@ -36,6 +36,5 @@ is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
 http://ceph.newdream.net/wiki for more information.
 .SH SEE ALSO
 .BR ceph (8),
-.BR mkmonfs (8),
 .BR cmds (8),
 .BR cosd (8)
index 1facd94d84926da66ad6c03c5c873f3342b60478..17190559b1a4c69d7a863ff2b8dda85bc087c66d 100644 (file)
@@ -37,7 +37,6 @@ is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
 http://ceph.newdream.net/wiki for more information.
 .SH SEE ALSO
 .BR ceph (8),
-.BR mkmonfs (8),
 .BR monmaptool (8),
 .BR osdmaptool (8),
 .BR crushmaptool (8)
diff --git a/man/mkmonfs.8 b/man/mkmonfs.8
deleted file mode 100644 (file)
index 4efc1f6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-.TH MKMONFS 8
-.SH NAME
-mkmonfs \- create a ceph monitor data store
-.SH SYNOPSIS
-.B mkmonfs
-\fB\-i \fImonid\fR
-\fB\-\-mon\-data \fIdatadir\fR
-\fB\-\-monmap \fImonmapfile\fR
-\fB\-\-osdmap \fIosdmapfile\fR
-[ \fB\-\-clobber\fR ]
-.SH DESCRIPTION
-.B mkmonfs
-will create a fresh monitor data directory in \fIdatadir\fP for
-monitor \fImonid\fP based on the specified \fImonmap\fP and
-\fIosdmap\fP.  It will refuse to overwrite any existing data unless
-\fB\-\-clobber\fP is specified.
-.SH AVAILABILITY
-.B mkmonfs
-is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
-http://ceph.newdream.net/wiki for more information.
-.SH SEE ALSO
-.BR osdmaptool (8),
-.BR monmaptool (8),
-.BR mkcephfs (8)