crushtool
*.la
mkcephfs
-mkmonfs
mount.ceph
osdmaptool
rados
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
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
cmds.8 \
cmon.8 \
mkcephfs.8 \
- mkmonfs.8 \
cfuse.8 \
csyn.8 \
crushtool.8 \
http://ceph.newdream.net/wiki for more information.
.SH SEE ALSO
.BR ceph (8),
-.BR mkmonfs (8),
.BR cmds (8),
.BR cosd (8)
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)
+++ /dev/null
-.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)