Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2017-10-10 22:00:55
Size: 571
Editor: shran
Comment:
Revision 11 as of 2017-10-10 22:09:04
Size: 611
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
KVM host === KVM host ===
Line 8: Line 8:
I have two identical 16G SSD disks. The partition layout is ==== Physical Disks ====
Line 10: Line 10:
`sda 16G
sda1 256M
{{{
sda     16G
sda1   256M
Line 13: Line 14:
sdb 16G
sdb1 256M
sdb2 15360M`
Line 17: Line 15:
Raid sdb 16G
sdb1 256M
sdb2 15360M
}}}
Line 19: Line 20:
md0 raid1 sda1 sdb1
md1 raid1 sda2 sdb2
==== Raid ====
Line 22: Line 22:
Luks {{{
md0 raid1 (sda1, sdb1)
md1 raid1 (sda2, sdb2)
}}}
Line 24: Line 27:
md1 luks formatted ==== Luks ====
Line 26: Line 29:
LVM {{{
md1 luks
}}}

==== LVM ====

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

Physical Disks

sda     16G
sda1   256M
sda2 15360M

sdb     16G
sdb1   256M
sdb2 15360M

Raid

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

Luks

md1 luks

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)