diff options
author | Sage Weil <sage@newdream.net> | 2010-07-02 16:52:42 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-07-02 16:57:16 +0200 |
commit | 9c3fc0ae40b6f913c654092a435bd89158ee22fe (patch) | |
tree | 9b4c6b0125f398e813aafc965347cd9188efc2ff /man | |
parent | mount.ceph: add mount options/flags (diff) | |
download | ceph-9c3fc0ae40b6f913c654092a435bd89158ee22fe.tar.xz ceph-9c3fc0ae40b6f913c654092a435bd89158ee22fe.zip |
mkmonfs: remove all traces
It's been replaced by 'cmon --mkfs'
Reported-by: Thomas Mueller <thomas@chaschperli.ch>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 | ||||
-rw-r--r-- | man/cmon.8 | 1 | ||||
-rw-r--r-- | man/mkcephfs.8 | 1 | ||||
-rw-r--r-- | man/mkmonfs.8 | 24 |
4 files changed, 0 insertions, 27 deletions
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) |