Blame gfs2/man/gfs2_jadd.8

Packit Service 360c39
.TH gfs2_jadd 8
Packit Service 360c39
Packit Service 360c39
.SH NAME
Packit Service 360c39
gfs2_jadd \- Add journals to a GFS2 filesystem
Packit Service 360c39
Packit Service 360c39
.SH SYNOPSIS
Packit Service 360c39
.B gfs2_jadd
Packit Service 360c39
[\fIOPTION\fR]... <\fIDEVICE\fR|\fIMOINTPOINT\fR>...
Packit Service 360c39
Packit Service 360c39
.SH DESCRIPTION
Packit Service 360c39
\fIgfs2_jadd\fR is used to add journals (and a few other per-node
Packit Service 360c39
files) to a GFS2 filesystem.  When this operation is complete, the
Packit Service 360c39
journal index is updated so that machines mounting the filesystem at a
Packit Service 360c39
later date will see the newly created journals in addition to the
Packit Service 360c39
journals already there. Machines which are already running in the
Packit Service 360c39
cluster are unaffected.
Packit Service 360c39
Packit Service 360c39
You may only run \fIgfs2_jadd\fR on a mounted filesystem, addition of
Packit Service 360c39
journals to unmounted filesystems is not supported.  You only need to
Packit Service 360c39
run \fIgfs2_jadd\fR on one node in the cluster. All the other nodes
Packit Service 360c39
will see the expansion has occurred when required.
Packit Service 360c39
Packit Service 360c39
You must be superuser to execute \fIgfs2_jadd\fR. The \fIgfs2_jadd\fR
Packit Service 360c39
tool tries to prevent you from corrupting your filesystem by checking
Packit Service 360c39
as many of the likely problems as it can. When growing a filesystem,
Packit Service 360c39
only the last step of updating the journal index affects the currently
Packit Service 360c39
mounted filesystem and so failure part way through the expansion
Packit Service 360c39
process should leave your filesystem in its original state.
Packit Service 360c39
Packit Service 360c39
.SH OPTIONS
Packit Service 360c39
.TP
Packit Service 360c39
\fB-c MegaBytes\fP
Packit Service 360c39
Initial size of each journal's quota change file
Packit Service 360c39
.TP
Packit Service 360c39
\fB-D\fP
Packit Service 360c39
Print out debugging information about the filesystem layout.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-h\fP
Packit Service 360c39
Prints out a short usage message and exits.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-J size\fP
Packit Service 360c39
The size of the new journals in megabytes. The defaults to 32MB (the
Packit Service 360c39
minimum size allowed is 8MB). If you want to add journals of different
Packit Service 360c39
sizes to the filesystem, you'll need to run gfs2_jadd once for each
Packit Service 360c39
different size of journal.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-j num\fP
Packit Service 360c39
The number of new journals to add.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-q\fP
Packit Service 360c39
Be quiet.  Don't print anything.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-V\fP
Packit Service 360c39
Version. Print version information, then exit.
Packit Service 360c39
.
Packit Service 360c39
.SH SEE ALSO
Packit Service 360c39
mkfs.gfs2(8) gfs2_grow(8)