File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,11 @@ pipelines:
290
290
mpp-format-string : ' {boot_fs_uuid}'
291
291
label :
292
292
mpp-format-string : ' {boot_fs_label}'
293
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
294
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
295
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
296
+ # in /etc/mke2fs.conf.
297
+ metadata_csum_seed : true
293
298
- type : org.osbuild.mkfs.xfs
294
299
devices :
295
300
device :
@@ -449,6 +454,11 @@ pipelines:
449
454
mpp-format-string : ' {boot_fs_uuid}'
450
455
label :
451
456
mpp-format-string : ' {boot_fs_label}'
457
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
458
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
459
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
460
+ # in /etc/mke2fs.conf.
461
+ metadata_csum_seed : true
452
462
- type : org.osbuild.mkfs.xfs
453
463
devices :
454
464
device :
Original file line number Diff line number Diff line change @@ -283,6 +283,11 @@ pipelines:
283
283
mpp-format-string : ' {boot_fs_uuid}'
284
284
label :
285
285
mpp-format-string : ' {boot_fs_label}'
286
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
287
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
288
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
289
+ # in /etc/mke2fs.conf.
290
+ metadata_csum_seed : true
286
291
- type : org.osbuild.mkfs.xfs
287
292
devices :
288
293
device :
@@ -419,6 +424,11 @@ pipelines:
419
424
mpp-format-string : ' {boot_fs_uuid}'
420
425
label :
421
426
mpp-format-string : ' {boot_fs_label}'
427
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
428
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
429
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
430
+ # in /etc/mke2fs.conf.
431
+ metadata_csum_seed : true
422
432
- type : org.osbuild.mkfs.xfs
423
433
devices :
424
434
device :
Original file line number Diff line number Diff line change @@ -282,6 +282,11 @@ pipelines:
282
282
mpp-format-string : ' {boot_fs_uuid}'
283
283
label :
284
284
mpp-format-string : ' {boot_fs_label}'
285
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
286
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
287
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
288
+ # in /etc/mke2fs.conf.
289
+ metadata_csum_seed : true
285
290
- type : org.osbuild.mkfs.xfs
286
291
devices :
287
292
device :
@@ -389,6 +394,11 @@ pipelines:
389
394
mpp-format-string : ' {boot_fs_uuid}'
390
395
label :
391
396
mpp-format-string : ' {boot_fs_label}'
397
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
398
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
399
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
400
+ # in /etc/mke2fs.conf.
401
+ metadata_csum_seed : true
392
402
- type : org.osbuild.mkfs.xfs
393
403
devices :
394
404
device :
Original file line number Diff line number Diff line change @@ -292,6 +292,11 @@ pipelines:
292
292
mpp-format-string : ' {boot_fs_uuid}'
293
293
label :
294
294
mpp-format-string : ' {boot_fs_label}'
295
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
296
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
297
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
298
+ # in /etc/mke2fs.conf.
299
+ metadata_csum_seed : true
295
300
- type : org.osbuild.mkfs.xfs
296
301
devices :
297
302
device :
@@ -453,6 +458,11 @@ pipelines:
453
458
mpp-format-string : ' {boot_fs_uuid}'
454
459
label :
455
460
mpp-format-string : ' {boot_fs_label}'
461
+ # Set manually the metadata_csum_seed ext4 option otherwise changing the
462
+ # filesystem UUID while it's mounted doesn't work. Can remove this when
463
+ # metadata_csum_seed is default in RHEL, which can be checked by looking
464
+ # in /etc/mke2fs.conf.
465
+ metadata_csum_seed : true
456
466
- type : org.osbuild.mkfs.xfs
457
467
devices :
458
468
device :
You can’t perform that action at this time.
0 commit comments