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