From 9c3fc0ae40b6f913c654092a435bd89158ee22fe Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 2 Jul 2010 07:52:42 -0700 Subject: [PATCH] mkmonfs: remove all traces It's been replaced by 'cmon --mkfs' Reported-by: Thomas Mueller Signed-off-by: Sage Weil --- .gitignore | 1 - README | 1 - debian/ceph.install | 1 - man/Makefile.am | 1 - man/cmon.8 | 1 - man/mkcephfs.8 | 1 - man/mkmonfs.8 | 24 ------------------------ 7 files changed, 30 deletions(-) delete mode 100644 man/mkmonfs.8 diff --git a/.gitignore b/.gitignore index 7d46e6306587c..0858c08546727 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 1c43c0179cfdc..7559476319c3c 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 723a19430f943..9a5f6c478603b 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 a309227fc0317..b9541d16c378f 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 6903f2cb4d7fd..4f566501f2069 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 1facd94d84926..17190559b1a4c 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 4efc1f6db2f59..0000000000000 --- 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) -- 2.39.5