]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Update RHEL disk partition snippet for RHEL8 463/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 18 Jul 2019 16:48:25 +0000 (12:48 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 18 Jul 2019 16:48:25 +0000 (12:48 -0400)
Syntax was incorrect and caused issues on systems where /dev/sda isn't the first disk in the system.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_rhel_disks

index e5962a7d7c336b7bae6c2e0c3a17f023b61f584f..20c8a1a912c82d9c238948f3a31398edf5c8f9fa 100644 (file)
@@ -9,6 +9,9 @@ zerombr
 # System bootloader configuration
 #if $os_version == 'rhel7'
     #set bootloader_args = "--location=mbr --boot-drive=sda"
+#else if $os_version == 'rhel8'
+    #set bootloader_args = "--location=mbr --boot-drive=sda"
+ignoredisk --only-use=sda
 #else
     #set bootloader_args = "--location=mbr --driveorder=sda"
 #end if