Blame gfs2/man/gfs2_convert.8

Packit Service 360c39
.TH gfs2_convert 8
Packit Service 360c39
Packit Service 360c39
.SH NAME
Packit Service 360c39
gfs2_convert - Convert a GFS1 filesystem to GFS2
Packit Service 360c39
Packit Service 360c39
.SH SYNOPSIS
Packit Service 360c39
.B gfs2_convert
Packit Service 360c39
[\fIOPTION\fR]... \fIDEVICE\fR
Packit Service 360c39
Packit Service 360c39
.SH DESCRIPTION
Packit Service 360c39
gfs2_convert is used to convert a filesystem from GFS1 to GFS2. It is
Packit Service 360c39
required that the GFS1 filesystem be checked and fixed for errors using 
Packit Service 360c39
\fBfsck.gfs2\fP and that the filesystem be backed up before
Packit Service 360c39
attempting to convert it. The convert process is irreversible and any
Packit Service 360c39
error encountered during the conversion can result in the abrupt
Packit Service 360c39
termination of the program and consequently an unusable filesystem.
Packit Service 360c39
See \fBNOTES\fP section below for more information. 
Packit Service 360c39
Packit Service 360c39
.SH OPTIONS
Packit Service 360c39
.TP
Packit Service 360c39
\fB-h\fP
Packit Service 360c39
Help.
Packit Service 360c39
Packit Service 360c39
This prints out the proper command line usage syntax.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-q\fP
Packit Service 360c39
Quiet.  Print less information while running.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-n\fP
Packit Service 360c39
No to all questions.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-V\fP
Packit Service 360c39
Print program Version information only.
Packit Service 360c39
Packit Service 360c39
Print out the current version name.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-v\fP
Packit Service 360c39
Verbose operation.
Packit Service 360c39
Packit Service 360c39
Print more information while running.
Packit Service 360c39
.TP
Packit Service 360c39
\fB-y\fP
Packit Service 360c39
Yes to all questions.
Packit Service 360c39
Packit Service 360c39
By specifying this option, gfs2_convert will not prompt before making
Packit Service 360c39
changes.
Packit Service 360c39
Packit Service 360c39
.SH EXAMPLE
Packit Service 360c39
.TP
Packit Service 360c39
gfs2_convert /dev/vg0/lvol0
Packit Service 360c39
This will convert the Global File System on the block device
Packit Service 360c39
"/dev/vg0/lvol0" to gfs2 format.
Packit Service 360c39
Packit Service 360c39
.SH NOTES
Packit Service 360c39
If gfs2_convert is interrupted for some reason other than a conversion 
Packit Service 360c39
failure, DO NOT run \fBfsck.gfs2\fP on this partially converted filesystem.
Packit Service 360c39
When this occurs, reissue the gfs2_convert command on the partially converted
Packit Service 360c39
filesystem to complete the conversion process.
Packit Service 360c39
Packit Service 360c39
The GFS2 filesystem does not support Context-Dependent Path Names (CDPNs). 
Packit Service 360c39
gfs2_convert identifies such CDPNs and replaces them with empty directories 
Packit Service 360c39
with the same name. The administrator can use bind mounts on these 
Packit Service 360c39
directories to get the same effect as CDPNs.
Packit Service 360c39
Packit Service 360c39
When converting full or nearly full filesystems, it is possible that there
Packit Service 360c39
won't be enough space available to fit all the GFS2 filesystem data 
Packit Service 360c39
structures. In such cases, the size of all the journals is reduced uniformly
Packit Service 360c39
such that everything fits in the available space.