diff options
Diffstat (limited to 'man/lvrename.8.in')
-rw-r--r-- | man/lvrename.8.in | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/man/lvrename.8.in b/man/lvrename.8.in deleted file mode 100644 index ea640ae..0000000 --- a/man/lvrename.8.in +++ /dev/null @@ -1,46 +0,0 @@ -.TH LVRENAME 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*- -.SH NAME -lvrename \- rename a logical volume -.SH SYNOPSIS -.B lvrename -.RB [ \-A | \-\-autobackup -.RI { y | n }] -.RB [ \-d | \-\-debug ] -.RB [ \-h | \-\-help ] -.RB [ \-t | \-\-test ] -.RB [ \-v | \-\-verbose ] -.RB [ \-\-version ] -.RB [ \-f | \-\-force ] -.RB [ \-\-noudevsync ] -.RI { OldLogicalVolume { Name | Path } -.IR NewLogicalVolume { Name | Path } -| -.I VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName\fR} -.SH DESCRIPTION -lvrename renames an existing logical volume from -.IR OldLogicalVolume { Name | Path } -to -.IR NewLogicalVolume { Name | Path }. -.SH OPTIONS -See \fBlvm\fP(8) for common options. -.TP -.BR \-\-noudevsync -Disable udev synchronisation. The -process will not wait for notification from udev. -It will continue irrespective of any possible udev processing -in the background. You should only use this if udev is not running -or has rules that ignore the devices LVM2 creates. -.SH EXAMPLE -To rename lvold in volume group vg02 to lvnew: -.sp -.B lvrename /dev/vg02/lvold vg02/lvnew -.sp -An alternate syntax to rename this logical volume is: -.sp -.B lvrename vg02 lvold lvnew -.sp -.SH SEE ALSO -.BR lvm (8), -.BR lvchange (8), -.BR vgcreate (8), -.BR vgrename (8) |