Skip to content

Commit 480a88b

Browse files
authored
Merge pull request #85235 from amolnar-rh/TELCODOCS-2112
TELCODOCS-2112: Update IBU doc prechaching partition label
2 parents 0a752c9 + 1eed663 commit 480a88b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

edge_computing/image_based_upgrade/preparing_for_image_based_upgrade/cnf-image-based-upgrade-shared-container-partition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
Your {sno} clusters need to have a shared `var/lib/containers` partition for the image-based upgrade.
9+
Your {sno} clusters need to have a shared `/var/lib/containers` partition for the image-based upgrade.
1010
You can do this at install time.
1111

1212
include::modules/cnf-image-based-upgrade-shared-container-partition.adoc[leveloffset=+1]

modules/cnf-image-based-upgrade-shared-container-partition.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ spec:
4646
disks:
4747
- device: /dev/disk/by-path/pci-<root_disk> <1>
4848
partitions:
49-
- label: varlibcontainers
49+
- label: var-lib-containers
5050
startMiB: <start_of_partition> <2>
5151
sizeMiB: <partition_size> <3>
5252
filesystems:
53-
- device: /dev/disk/by-partlabel/varlibcontainers
53+
- device: /dev/disk/by-partlabel/var-lib-containers
5454
format: xfs
5555
mountOptions:
5656
- defaults
@@ -63,12 +63,12 @@ spec:
6363
# Generated by Butane
6464
[Unit]
6565
Before=local-fs.target
66-
Requires=systemd-fsck@dev-disk-by\x2dpartlabel-varlibcontainers.service
67-
After=systemd-fsck@dev-disk-by\x2dpartlabel-varlibcontainers.service
66+
Requires=systemd-fsck@dev-disk-by\x2dpartlabel-var\x2dlib\x2dcontainers.service
67+
After=systemd-fsck@dev-disk-by\x2dpartlabel-var\x2dlib\x2dcontainers.service
6868
6969
[Mount]
7070
Where=/var/lib/containers
71-
What=/dev/disk/by-partlabel/varlibcontainers
71+
What=/dev/disk/by-partlabel/var-lib-containers
7272
Type=xfs
7373
Options=defaults,prjquota
7474

0 commit comments

Comments
 (0)