diff options
Diffstat (limited to 'man/vgmknodes.8.in')
-rw-r--r-- | man/vgmknodes.8.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/man/vgmknodes.8.in b/man/vgmknodes.8.in new file mode 100644 index 0000000..49f6a9d --- /dev/null +++ b/man/vgmknodes.8.in @@ -0,0 +1,26 @@ +.TH VGMKNODES 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*- +.SH NAME +vgmknodes \- recreate volume group directory and logical volume special files +.SH SYNOPSIS +.B vgmknodes +.RB [ \-d | \-\-debug] +.RB [ \-h | \-\-help] +.RB [ \-\-refresh] +.RB [ \-v | \-\-verbose] +[[VolumeGroupName | LogicalVolumePath]...] +.SH DESCRIPTION +Checks the LVM2 special files in /dev that are needed for active +logical volumes and creates any missing ones and removes unused ones. +.SH OPTIONS +.TP +.BR \-\-refresh +If any logical volume in the volume group is active, reload its metadata. +This is not necessary in normal operation, but may be useful +if something has gone wrong or if you're doing clustering +manually without a clustered lock manager. +.TP +See \fBlvm\fP for common options. +.SH SEE ALSO +.BR lvm (8), +.BR vgscan (8), +.BR dmsetup (8) |