cloud-atomic: Use LVM by default in combination with docker-storage-setup

This will allow flexible expansion of direct Docker LVM.
This commit is contained in:
Colin Walters 2014-11-04 08:30:28 -05:00 committed by Matthew Miller
parent 0679b37d65
commit 213dbfcaaa
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config
zerombr
clearpart --all
# Atomic differs from cloud - we want LVM
autopart
part /boot --size=300 --fstype="xfs"
part pv.01 --grow
volgroup atomicos pv.01
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
# Equivalent of %include fedora-repo.ks
ostreesetup --nogpg --osname=fedora-atomic-host --remote=installmedia --url=http://kojipkgs.fedoraproject.org/mash/atomic/ --ref=fedora-atomic/rawhide/x86_64/docker-host