Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lvchange(8) [redhat man page]

LVCHANGE(8)						      System Manager's Manual						       LVCHANGE(8)

NAME
lvchange - change attributes of a logical volume SYNOPSIS
lvchange [-A|--autobackup {y|n}] [-a|--available {y|n}] [-C|--contiguous {y|n}] [-d|--debug] [-h|--help] [-p|--permission {r|rw}] [-r|--readahead ReadAheadSectors] [-v/--verbose] LogicalVolumePath [LogicalVolumePath...] DESCRIPTION
lvchange allows you to change the attributes of a logical volume. OPTIONS -A, --autobackup y/n Controls automatic backup of VG metadata after the change ( see vgcfgbackup(8) ). Default is yes. -a, --available y/n Controls the availability of the logical volumes for use. This is (among others) useful for changing the logical volume's name ( see lvrename(8) ) safely. -C, --contiguous y/n Tries to set or resets the contiguous allocation policy for logical volumes. It's only possible to change a non-contiguous logical volume's allocation policy to contiguous, if all of the allocated physical extents are already contiguous. -d, --debug Enables additional debugging output (if compiled with DEBUG). -h, --help Print a usage message on standard output and exit successfully. -p, --permission r/w Change access permission to read-only or read/write. -r, --readahead ReadAheadSectors Change read ahead sector count per logical between 2 and 120. -v, --verbose Gives verbose runtime information about lvchange's activities. Examples "lvchange -x n /dev/vg00/lvol1" prevents the allocation of any physical extents on logical volume lvol1 in volume group vg00. DIAGNOSTICS
lvchange returns an exit code of 0 for success or > 0 for error: 1 invalid logical volume name 2 error checking existence of volume group 3 logical volume cannot be opened 4 logical volume access permissions cannot be set 5 logical volume status cannot be set 6 logical volume allocation policy cannot be set 7 VGDA for logical volume cannot be written to the physical volumes 8 error changing read ahead sectors 95 driver/module not in kernel 96 invalid I/O protocol version 97 error locking logical volume manager 98 invalid lvmtab (run vgscan(8)) 99 invalid command line ENVIRONMENT VARIABLES
LVM_AUTOBACKUP If this variable is set to "no" then the automatic backup of VG metadata is disabled. LVM_VG_MAX_BACKUPS This variable determines the backup history depth of kept VGDA copy files in /etc/lvmconf. It can be set to a positive number between 0 and 999. The higher this number is, the more changes you can restore using vgcfgrestore(8). LVM_VG_NAME The default Volume Group Name to use. Setting this variable enables you to enter just the Logical Volume Name rather than its com- plete path. See also lvm(8), lvcreate(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS LVCHANGE(8)

Check Out this Related Man Page

LVREMOVE(8)						      System Manager's Manual						       LVREMOVE(8)

NAME
lvremove - remove a logical volume SYNOPSIS
lvremove [-A|--autobackup {y|n}] [-d|--debug] [-f|--force] [-h|--help] [-v|--verbose] LogicalVolumePath [LogicalVolumePath...] DESCRIPTION
lvremove allows you to remove one or more inactive logical volumes. OPTIONS -A, --autobackup y/n Controls automatic backup of VG metadata after the change ( see vgcfgbackup(8) ). Default is yes. -d, --debug Enables additional debugging output (if compiled with DEBUG). -f, --force Force remove without confirmation. -h, --help Print a usage message on standard output and exit successfully. -v, --verbose Gives verbose runtime information about lvremove's activities. Example "lvremove -f /dev/vg00/lvol1" removes that inactive logical volume unconditionally. DIAGNOSTICS
lvremove returns an exit code of 0 for success and > 0 for error: 1 no logical volume name on command line 2 invalid logical volume name 3 error checking existence of volume group 4 inactive volume group 5 error getting VGDA from kernel 6 error getting status of logical volume from kernel 7 open logical volume cannot be removed 8 error reading VGDA 9 error removing logical volume from VGDA 10 error removing logical volume from kernel 11 error writing VGDA to physical volume(s) 95 driver/module not in kernel 96 invalid I/O protocol version 97 error locking logical volume manager 98 invalid lvmtab (run vgscan(8)) 99 invalid command line ENVIRONMENT VARIABLES
LVM_AUTOBACKUP If this variable is set to "no" then the automatic backup of VG metadata is turned off. LVM_VG_MAX_BACKUPS This variable determines the backup history depth of kept VGDA copy files in /etc/lvmconf. It can be set to a positive number between 0 and 999. The higher this number is, the more changes you can restore using vgcfgrestore(8). LVM_VG_NAME The default Volume Group Name to use. Setting this variable enables you to enter just the Logical Volume Name rather than its com- plete path. See also lvm(8), lvcreate(8), lvdisplay(8), lvscan(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS LVREMOVE(8)
Man Page