1 .TH LVRENAME 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
3 lvrename \- rename a logical volume
6 .RB [ \-A | \-\-autobackup " {" y | n }]
7 .RB [ \-d | \-\-debug ]
8 .RB [ \-f | \-\-force ]
10 .RB [ \-\-noudevsync ]
11 .RB [ \-t | \-\-test ]
12 .RB [ \-v | \-\-verbose ]
15 .IR "OldLogicalVolumePath NewLogicalVolume" { Path | Name }
17 .I VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName
20 renames an existing logical volume from
21 .IR OldLogicalVolume { Name | Path }
23 .IR NewLogicalVolume { Name | Path }.
25 See \fBlvm\fP for common options.
28 Disable udev synchronisation. The
29 process will not wait for notification from udev.
30 It will continue irrespective of any possible udev processing
31 in the background. You should only use this if udev is not running
32 or has rules that ignore the devices LVM2 creates.
42 \ lvrename /dev/vg02/lvold /dev/vg02/lvnew
45 An alternate syntax to rename this logical volume is
48 \ lvrename vg02 lvold lvnew