Differences between revisions 2 and 3
Revision 2 as of 2017-10-11 20:40:47
Size: 617
Editor: scott
Comment:
Revision 3 as of 2017-10-11 20:57:23
Size: 618
Editor: scott
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
One 4G virtual disk One 4G virtual disk.

KVM Guest Disk Layout

The KVM Guests usually only runs one service. Many services does not require that much diskspace to run. Today filesystems can do online growing and shrinking, so the disksize can always be adjusted later on.

Hardware

One 4G virtual disk.

Partitions

vda    4G
vda1 256M
vda2   4G 

LVM

vda2 lvm (vg1)

LVM Volumes

vg1 root   2G (/dev/vg1/root)
vg1 swap 512M (/dev/vg1/swap)

Filesystems and Mountpoints

/dev/vg1/root /     (btrfs)
/dev/vda1     /boot (btrfs)
/dev/vg1/swap       (swap)

None: KVM Guest Disk Layout (last edited 2020-12-13 12:34:55 by Kristian Kallenberg)