Differences between revisions 4 and 5
Revision 4 as of 2017-10-12 20:10:35
Size: 614
Editor: shran
Comment:
Revision 5 as of 2020-12-13 12:34:55
Size: 628
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
vda2 lvm (vg1) vda2 lvm (vg_os)
Line 21: Line 21:
vg1 root 2G (/dev/vg1/root)
vg1 swap 512M (/dev/vg1/swap)
vg_os root 2G (/dev/vg_os/root)
vg_os swap 512M (/dev/vg_os/swap)
Line 27: Line 27:
/dev/vg1/root / (btrfs) /dev/vg_os/root / (btrfs)
Line 29: Line 29:
/dev/vg1/swap (swap) /dev/vg_os/swap (swap)

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 (vg_os)

LVM Volumes

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

Filesystems and Mountpoints

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

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