From: Zack Cerza Date: Tue, 2 Jun 2015 16:21:08 +0000 (-0600) Subject: Re-add --size to part line X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aa42195c029387b42344b9f6d96bee458257ec1e;p=ceph-cm-ansible.git Re-add --size to part line RHEL6 needs it and RHEL7 doesn't seem to mind. Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/templates/snippets/cephlab_rhel_disks b/roles/cobbler/templates/snippets/cephlab_rhel_disks index 865ea92..e5962a7 100644 --- a/roles/cobbler/templates/snippets/cephlab_rhel_disks +++ b/roles/cobbler/templates/snippets/cephlab_rhel_disks @@ -2,8 +2,8 @@ #set os_version = $getVar('os_version','') # Partition clearing information clearpart --all --initlabel -# Use all of /dev/sda for the root partition -part / --fstype="ext4" --ondisk=sda --grow +# Use all of /dev/sda for the root partition (20G minimum) +part / --fstype="ext4" --ondisk=sda --size=20000 --grow # Clear the Master Boot Record zerombr # System bootloader configuration