Displaying 1 result from an estimated 1 matches for "vg_bare".
2011 Aug 15
2
lvm and kvm
...l server to take
space from the main vg or does one allocate lv space from inside
that allocated to the virtual instance? Is it even considered
advisable to use lvs with virtual guests?
To give an example, if I were to configure an smtp server on bare
metal I might use the following disk layout:
vg_bare 500Gb
/ lv_root 8Gb
/boot lv_boot 1Gb
/tmp lv_tmp 8Gb
/var/log lv_log 8Gb
/var/spool/mail lv_mail 16Gb
In a kvm setup, if I wish to do this, would I first create an lv
just to host the virtual image and then assign lv s from the space
allocated to that image file?
vg_bare 500Gb
/ lv_root 8Gb
/...