From aa42195c029387b42344b9f6d96bee458257ec1e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 2 Jun 2015 10:21:08 -0600 Subject: [PATCH] Re-add --size to part line RHEL6 needs it and RHEL7 doesn't seem to mind. Signed-off-by: Zack Cerza --- roles/cobbler/templates/snippets/cephlab_rhel_disks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5