summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README1
-rw-r--r--debian/ceph.install1
-rw-r--r--man/Makefile.am1
-rw-r--r--man/cmon.81
-rw-r--r--man/mkcephfs.81
-rw-r--r--man/mkmonfs.824
7 files changed, 0 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index 7d46e630658..0858c085467 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,7 +33,6 @@ cauthtool
crushtool
*.la
mkcephfs
-mkmonfs
mount.ceph
osdmaptool
rados
diff --git a/README b/README
index 1c43c0179cf..7559476319c 100644
--- 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
diff --git a/debian/ceph.install b/debian/ceph.install
index 723a19430f9..9a5f6c47860 100644
--- a/debian/ceph.install
+++ b/debian/ceph.install
@@ -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
diff --git a/man/Makefile.am b/man/Makefile.am
index a309227fc03..b9541d16c37 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -5,7 +5,6 @@ dist_man_MANS = \
cmds.8 \
cmon.8 \
mkcephfs.8 \
- mkmonfs.8 \
cfuse.8 \
csyn.8 \
crushtool.8 \
diff --git a/man/cmon.8 b/man/cmon.8
index 6903f2cb4d7..4f566501f20 100644
--- a/man/cmon.8
+++ b/man/cmon.8
@@ -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)
diff --git a/man/mkcephfs.8 b/man/mkcephfs.8
index 1facd94d849..17190559b1a 100644
--- a/man/mkcephfs.8
+++ b/man/mkcephfs.8
@@ -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
index 4efc1f6db2f..00000000000
--- a/man/mkmonfs.8
+++ /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)