gfs2_jadd(8) | System Manager's Manual | gfs2_jadd(8) |
gfs2_jadd - Add journals to a gfs2 filesystem
gfs2_jadd [options] <device|mountpoint> ...
gfs2_jadd is used to add journals (and a few other per-node files) to a gfs2 filesystem. When this operation is complete, the journal index is updated so that machines mounting the filesystem will see the newly created journals in addition to the existing journals. Machines which are already running in the cluster are unaffected.
gfs2_jadd must be run on a mounted filesystem. Adding journals to unmounted filesystems is not supported. gfs2_jadd need only be run on one node in the cluster; the added journals will be visible across the cluster.
gfs2_jadd must be run as root. gfs2_jadd only updates the journal index at the end of the process if no error conditions are encountered, otherwise the filesystem is left in its original state.
The journals added by gfs2_jadd are not guaranteed to be laid out contiguously as they are with mkfs.gfs2(8). Therefore it may be beneficial to performance to create the filesystem with the required number of journals instead of adding journals later.