Skip to content

Commit 1073932

Browse files
committed
OSPRH-17209: Change the default boot label.
A conflict can occur where storage area networks are utilized for instance storage, where multiple instances might exist on the underlying backend storage, which may conflict with the local disks. For RHOSO, we want the the intended and expected disk to boot, and *not* any other potential disk. A such, we've changed the default label moving forward. Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
1 parent 8e3f8f7 commit 1073932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dib/edpm-partition-uefi/block-device-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
name: fs_root
8787
base: lv_root
8888
type: xfs
89-
label: "img-rootfs"
89+
label: "rhoso-rootfs"
9090
mount:
9191
mount_point: /
9292
fstab:

0 commit comments

Comments
 (0)