Differences between revisions 6 and 7
Revision 6 as of 2017-10-10 22:04:22
Size: 603
Editor: shran
Comment:
Revision 7 as of 2017-10-10 22:04:57
Size: 607
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
md0 raid1 sda1 sdb1
md1 raid1 sda2 sdb2
md0 raid1 (sda1 sdb1)
md1 raid1 (sda2 sdb2)

Configuring your disks is really two parts

  • where should the KVM host be installed
  • where will you store the KVM guests filesystem images

KVM host

I have two identical 16G SSD disks. The partition layout is

sda     16G
sda1   256M
sda2 15360M

sdb     16G
sdb1   256M
sdb2 15360M

Raid

md0 raid1 (sda1 sdb1)
md1 raid1 (sda2 sdb2)

Luks

md1 luks formatted

LVM

md1 is configured as lvm with a volumegroup called vg1

with two partitons

For my system I have two small SSD disks. They are 16G each. I will use those to install the KVM host on.

None: KVM host disk (last edited 2017-10-10 22:24:17 by shran)