Difference between revisions of "Extend LVM on qcow2 images"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* <code>[[resize2fs]] /dev/mapper/VolGroup-lv_root</code> | * <code>[[resize2fs]] /dev/mapper/VolGroup-lv_root</code> | ||
+ | |||
+ | ==Activities== | ||
+ | * Read about raw files and [[qcow2]] differences: https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/ | ||
== See also == | == See also == | ||
− | * | + | * [[wikipedia:Qcow|Qcow]] file format |
− | |||
* <code>[[virt-resize]]</code> | * <code>[[virt-resize]]</code> | ||
* {{LVM}} | * {{LVM}} |
Revision as of 10:00, 2 January 2020
qemu-img resize c845ba080f2326a51c53965af1ac6c18 +3G
- Modify partition with:
fdisk /dev/vdX
+ Reboot pvresize /dev/vdX#
(Expand a PV after enlarging the partition)lvextend -L +1.8G /dev/mapper/VolGroup-lv_root
resize2fs /dev/mapper/VolGroup-lv_root
Activities
- Read about raw files and qcow2 differences: https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/
See also
- Qcow file format
virt-resize
- LVM: LVM errors LVM scan commands
lkvmetad
, Add a new disk
- scan:
pvscan
vgscan
- LVM:
lvs
lvmscan
lvm fullreport
lvmreport
lvmconfig
lvmdump
lvmcheck
lvm dumpconfig
- Scan:
pvs
vgs
lvs
pvscan
vgscan
- PV:
pvcreate
pvremove
pvscan
pvremove
pvscan
pvs
pvchange
pvck
pvdisplay
pvresize
- LV:
lvdisplay
lvcreate
lvremove
,lvresize
,lvextend
,lvreduce
,lvrename
- VG:
vgdisplay
,vgcreate
,vgremove
,vgextend
,vgreduce
,vgscan
,vgchange
,vgrename
,vgcfgbackup
,vgcfgrestore
,vgimportclone
,vgck
- Check commands:
pvck
vgck
Advertising: