Differences between revisions 1 and 2
Revision 1 as of 2017-10-11 20:38:45
Size: 626
Editor: scott
Comment:
Revision 2 as of 2017-10-11 20:40:47
Size: 617
Editor: scott
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
vda2 LVM vda2 lvm (vg1)
Line 21: Line 21:
LVM Volumes === LVM Volumes ===
{{{
Line 25: Line 25:
}}}
Line 26: Line 27:
Filesystems and Mountpoints === Filesystems and Mountpoints ===
{{{
Line 29: Line 30:
/dev/md0 /boot (btrfs) /dev/vda1 /boot (btrfs)
Line 31: Line 32:


lvm-root 2G btrfs lvm-swap swappartition
}}}

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)