Skip to content

Commit 0955547

Browse files
authored
Merge pull request #85379 from openshift-cherrypick-robot/cherry-pick-85235-to-enterprise-4.16
[enterprise-4.16] TELCODOCS-2112: Update IBU doc prechaching partition label
2 parents 5341bad + 93c98b2 commit 0955547

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
@@ -32,11 +32,11 @@ spec:
3232
disks:
3333
- device: /dev/disk/by-path/pci-<root_disk> <1>
3434
partitions:
35-
- label: varlibcontainers
35+
- label: var-lib-containers
3636
startMiB: <start_of_partition> <2>
3737
sizeMiB: <partition_size> <3>
3838
filesystems:
39-
- device: /dev/disk/by-partlabel/varlibcontainers
39+
- device: /dev/disk/by-partlabel/var-lib-containers
4040
format: xfs
4141
mountOptions:
4242
- defaults
@@ -49,12 +49,12 @@ spec:
4949
# Generated by Butane
5050
[Unit]
5151
Before=local-fs.target
52-
Requires=systemd-fsck@dev-disk-by\x2dpartlabel-varlibcontainers.service
53-
After=systemd-fsck@dev-disk-by\x2dpartlabel-varlibcontainers.service
52+
Requires=systemd-fsck@dev-disk-by\x2dpartlabel-var\x2dlib\x2dcontainers.service
53+
After=systemd-fsck@dev-disk-by\x2dpartlabel-var\x2dlib\x2dcontainers.service
5454
5555
[Mount]
5656
Where=/var/lib/containers
57-
What=/dev/disk/by-partlabel/varlibcontainers
57+
What=/dev/disk/by-partlabel/var-lib-containers
5858
Type=xfs
5959
Options=defaults,prjquota
6060

0 commit comments

Comments
 (0)