User Guide >>

Visual LVM

Overview
The weLees Visual LVM is GUI manager for LVM.
User can view the storage system layout directly and do management task with mouse, and got the result right now. You will be free away from complex commands, the size & position calculating, and the boring parameters.
Visual LVM main panel
Visual LVM main panel
 
Physical Volume Operation
Create
Create Physical Volume on a partition. To click PV Operation->Create it will show wizard for creating operation, if you selected a partition before wizard was shown, the partition will be shown as selected in disk view of wizard.
User can select multiple partitions in this operation.
Create Physical Volume
Create Physical Volume
Advance
Advanced setting of Physical Volume
Advanced setting of Physical Volume
User can click Advance button to set advanced parameters. In advanced popup panel, user can configure the following parameters of Physical Volume:
Boot Area Sizefor boot issue, the non-booting Physical Volume should set to 0.
Metadata Copiesthe count of metadata section in Physical Volume. It should be 0/1/2. The 0 means do not store metadata information of Volume Group in current Physical Volume.
Meta Area Sizethe size of metadata section.
Label Sectorthe index of sector for detecting information in Physical Volume. It should be set as 0/1/2/3.
Volume Sizethe available size for Volume Group in Physical Volume. It is a value from 0 to total spare size except meta section and boot section in selected Physical Volume. User cannot set this parameter when selected multiple partitions.
Clear HeaderClear header sectors of partition when create Physical Volume. This flags is used to avoid system detects the original data in selected partition as other component.
Ignore MetadataIt means do not store metadata information in selected Physical Volume(s) except the existing Physical Volumes with metadata section is insufficient of setting of Volume Group.
UUIDUser can specify UUID for current Physical Volume. The parameter is forbidden to set when user selected multiple partitions.
Destroy
Remove identify information from Physical Volume and change it back to normal partition. To click PV Operation->Destroy it will show wizard for destroying operation, if you selected a partition before wizard was shown, the item will be shown as selected in disk view of wizard.
User can select multiple partitions in this operation.
Destroy Physical Volume
Destroy Physical Volume
Change
Change parameter of selected Physical Volume.
User can change the following parameters of selected Physical Volume:
TagsUser can add/remove tags for Physical Volume. Caution: The tag information is stored with Volume Group information, so you cannot modify tags on Physical Volume not belongs to Volume Group.
Volume SizeAs the volume size setting of create Physical Volume operation.
AllocatableTo enable or disable allocate space from current Physical Volume.
Ignore MetadataAs the ignore metadata setting of create Physical Volume operation.
Change UUIDLet system create a random UUID for current Physical Volume. The operation is only for Physical Volume not belongs to Volume Group.
Change setting of Physical Volume
Change setting of Physical Volume
 
Volume Group Operation
Create
Create Volume Group. To click VG Operation->Create it will show wizard for creating operation, if you selected a Physical Volume before wizard was shown, the item will be shown as selected in disk view of wizard.
User can select multiple Physical Volumes in this operation.
To create Volume Group, you need select at least one Physical Volume with metadata area to store meta data of Volume Group.
The name of Volume Group must be combined with 'a'-'z','A'-'Z','0'-'9', '_' and '-'.
The (physical) extent is allocation unit in Volume Group. The size of any Logical Volume in Volume Group must be multiple times of physical extent size.
Create Volume Group
Create Volume Group
Advance
Advanced setting of Create Volume Group
Advanced setting of Create Volume Group
User can click Advance button to set advanced parameters. In advanced popup panel, user can configure the following parameters of Volume Group:
TagsUser can set tags for Volume Group. The limit of tag is the same of name of Volume Group.
Max Physical/Logical Volume countThe count of Physical/Logical Volume can be created into current Volume Group. The range is 0-255. The value 0 means no limit.
Metadata CopiesThe count of copies of Volume Group metadata will be stored into Physical Volume(s) of Volume Group. More copies mean more security, and fewer copies mean less space for metadata.
System IDThe ID used to limit access of current Volume Group. It can be one of machineid, uname, lvmlocal and file. Any machine can access Volume Group without system ID. Only machine with matched system ID can access Volume Group.
Delete
Delete selected Volume Group.
To click VG Operation->Delete it will show wizard for deleting operation, if you selected a Volume Group before wizard was shown, the item will be shown as selected in disk view of wizard.
Delete Volume Group
Delete Volume Group
Append PV
Append new orphan Physical Volume into selected Volume Group.
To click VG Operation->Append PV it will show wizard for appending operation, if you selected a Physical Volume before wizard was shown, the item will be shown as selected in disk view of wizard.
Append Physical Volume into Volume Group
Append Physical Volume into Volume Group
Remove PV
Remove Physical Volume from selected Volume Group.
To click VG Operation->Remove PV it will show wizard for removing operation, if you selected a Physical Volume before wizard was shown, the item will be shown as selected in disk view of wizard.
Only the Physical Volume without instance of Logical Volume can be removed.
Remove Physical Volume from Volume Group
Remove Physical Volume from Volume Group
Rename
Rename Volume Group.
The new name should not be duplicated with name of existing Volume Group, and the rule of name is the same as create Volume Group.
Rename Volume Group
Rename Volume Group
Change
Change parameter of selected Volume Group.
User can change the following parameters of selected Volume Group:
Extent SizeFor existing Volume Group, user can only reduce extent size for avoid Logical Volume size problem.
Allocation PolicyTo inform LVM manager how to allocate space for new Logical Volume.
TagsTo add or remove tag of Volume Group.
Metadata CopiesThe count of copies of Volume Group metadata will be stored into Physical Volume(s) of Volume Group. More copies mean more security, and fewer copies mean less space for metadata.
Max Physical/Logical Volume countThe count of Physical/Logical Volume can be created into current Volume Group. The range is 0-255. The value 0 means no limit.
System IDThe ID used to limit access of current Volume Group. It can be one of machineid, uname, lvmlocal and file. Any machine can access Volume Group without system ID. Only machine with matched system ID can access Volume Group.
Other optionsPlease view Logical Volume Manager Administration for more information.
Change setting of Volume Group
Change setting of Volume Group
Backup/Restore
Backup or Restore configuration of selected Volume Group.
Click the button Backup on left-top of popup to switch the operation between backup and restore.
The left view in popup is for selecting Volume Group to be handled, and the right bar in popup is for configuration file and path.
Backup/Restore setting of Volume Group
Backup/Restore setting of Volume Group
 
Logical Volume Operation
Create
Create Logical Volume.
The Logical Volume consists of one or more sections in Physical Volume which belongs to Volume Group.
LVM system supports Simple /Spanning /Stripe /Mirror /RAID4 /RAID5 /RAID6 / StripeMirror /Snapshot /Cache /Pool type of Logical Volume, the Visual LVM MKI supports Simple /Spanning /Stripe /Mirror /RAID 4 /RAID 5 /RAID 6 /StripeMirror type only.
The space of Logical Volume is allocated from Physical Volume which belongs to Volume Group, so it must consist of at least one section in Physical Volumes.
There is some limit for certain type Logical Volume followed,
For Simple1+ Physical Volume
For Stripe/Mirror2+ Physical Volumes
For RAID4/53+ Physical Volumes
For RAID65+ Physical Volumes
For StripeMirror4+ (must be even) Physical Volumes
User can set followed parameter:
TypeOne of Visual LVM supported Logical Volume, the available type will be enabled by select matched Physical Volume(s).
Volume NameThe name of new volume, it obeys the rule of name of Volume Group.
Volume SizeThe size of new volume, it is calculated by selected physical volume count, section size & volume type.
To calculate the volume size, obey the rules followed:
ssSection(s) size in one Physical Volume
pcthe selected Physical Volume count
For Simple : size = ss
For Spanning/Stripe: size = ss * pc
For Mirror: size = ss
For RAID4/5: size = ss*(pc-1)
For RAID6: size = ss*(pc-2)
For StripeMirror: size = ss*pc/2
TagThe tag of Logical Volume, split by comma.
Device number /PersistentPersistent used to set a fixed device number for Logical Volume for access. When persistent was set, the device number input boxes are enabled to set, otherwise they are disabled.
ContiguousThe space of new volume must be contiguous in one Physical Volume.
Create Logical Volume
Create Logical Volume
User can click Advance button to set advanced parameters. In advanced popup panel, user can configure the following parameters of Volume Group:
TagsUser can set tags for Volume Group. The limit of tag is the same of name of Volume Group.
Max Physical/Logical Volume countThe count of Physical/Logical Volume can be created into current Volume Group. The range is 0-255. The value 0 means no limit.
Metadata CopiesThe count of copies of Volume Group metadata will be stored into Physical Volume(s) of Volume Group. More copies mean more security, and fewer copies mean less space for metadata.
System IDThe ID used to limit access of current Volume Group. It can be one of machineid, uname, lvmlocal and file. Any machine can access Volume Group without system ID. Only machine with matched system ID can access Volume Group.
Advance
User can click Advance button to set advanced parameters of Logical Volume. The advanced settings for each type are different.
 
For Simple volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create Simple type Logical Volume
Advanced setting of Create Simple type Logical Volume
Read ahead sizeRead ahead size for volume for performance.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For Stripe volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create Stripe type Logical Volume
Advanced setting of Create Stripe type Logical Volume
Stripe SizeThe size of one stripe.
Read ahead sizeRead ahead size for volume for performance.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For Mirror volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create Mirror type Logical Volume
Advanced setting of Create Mirror type Logical Volume
Region SizeThe size of one reading/writing operation.
Read ahead sizeRead ahead size for volume for performance.
Min/Max Recovery RateThe data transfer rate for RAID recovering operation.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For StripeMirror volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create StripeMirror type Logical Volume
Advanced setting of Create StripeMirror type Logical Volume
Stripe SizeThe size of one stripe.
Region SizeThe size of one reading/writing operation.
Read ahead sizeRead ahead size for volume for performance.
Min/Max Recovery RateThe data transfer rate for RAID recovering operation.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For RAID4 volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create RAID4 type Logical Volume
Advanced setting of Create RAID4 type Logical Volume
Stripe SizeThe size of one stripe.
Region SizeThe size of one reading/writing operation.
Read ahead sizeRead ahead size for volume for performance.
Min/Max Recovery RateThe data transfer rate for RAID recovering operation.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For RAID5 volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create RAID5 type Logical Volume
Advanced setting of Create RAID5 type Logical Volume
TypeThe sub type of RAID5.
Stripe SizeThe size of one stripe.
Region SizeThe size of one reading/writing operation.
Read ahead sizeRead ahead size for volume for performance.
Min/Max Recovery RateThe data transfer rate for RAID recovering operation.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
 
For RAID6 volume:
    user can configure the following parameters of Logical Volume:
Advanced setting of Create RAID6 type Logical Volume
Advanced setting of Create RAID6 type Logical Volume
TypeThe sub type of RAID6.
Stripe SizeThe size of one stripe.
Region SizeThe size of one reading/writing operation.
Read ahead sizeRead ahead size for volume for performance.
Min/Max Recovery RateThe data transfer rate for RAID recovering operation.
Activate VolumeActivate volume after it was created for access.
Read OnlySet volume read only or not.
Clear HeaderZero 4k bytes at head of volume, to avoid next user get the data of previous user.
Delete
Delete selected Logical Volume.
To click LV Operation->Delete it will show wizard for deleting operation, if you selected a Logical Volume before wizard was shown, the item will be shown as selected in disk view of wizard.
Delete Logical Volume
Delete Logical Volume
Rename
Rename Logical Volume.
The new name should not duplicated with name of existing Logical Volume in Volume Group, and the rule of name is the same as create Volume Group.
rename Logical Volume
rename Logical Volume
Change
Change parameter of selected Logical Volume.
User can change the following parameters of selected Logical Volume:
Allocation PolicyTo set the allocation policy for Logical Volume for extending operation.
Stripe SizeFor extending only, to set the stripe size of the new allocated section.
Read ahead SizeRead ahead size for volume for performance.
Write Behind IO CountFor Mirror type only, flushing data to standby device after the count of writing operations were done.
Min/Max Recovery RateFor Mirror/StripeMirror/RAID 4/RAID 5/RAID6 type only, the data transfer rate for RAID recovering operation.
Write mostlyFor Mirror type only, all reads to device with write mostly setting will be avoided unless necessary
Volume SizeUser can vary volume size by input or drag. When certain volume was selected, drag bar with twinkling strip will be showing on all sections of volume. User can drag any twinkling strip to shrink volume. To extend volume, user need to select spare section in Physical Volume belongs to Volume Group first, and drag the twinkling strip on new space to extend. Be aware that for complex volume(Mirror/StripeMirror/RAID 4/RAID 5/RAID 6) the count of Physical Volume of selected spare space must be equal with count of Physical Volumes in current Logical Volume or extend operation is disabled. For Stripe type, user can select any count of Physical Volume for extend operation. The selected Physical Volume will be showing in list bar after Volume Size for user exchange the order or remove it.
Device number /PersistentPersistent used to set a fixed device number for Logical Volume for access. When persistent was set, the device number input boxes are enabled to set, otherwise they are disabled.
Sync ActionTo initiate a RAID scrubbing operation.
Read OnlySet volume read only or not.
OtherPlease view Red Hat Logical Volume Manager Administration for detail
Change Logical Volume
Change Logical Volume