Bug 2078016 - [4.10] drop multipathd.socket workaround
Summary: [4.10] drop multipathd.socket workaround
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RHCOS
Version: 4.11
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: 4.10.z
Assignee: Micah Abbott
QA Contact: Michael Nguyen
URL:
Whiteboard:
Depends On: 2078013
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-22 20:09 UTC by RHCOS Bug Bot
Modified: 2022-05-11 10:32 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2078013
Environment:
Last Closed: 2022-05-11 10:31:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github coreos fedora-coreos-config pull 1687 0 None Merged remove multipathd socket workaround 2022-04-22 20:10:22 UTC
Github openshift os pull 786 0 None open Bug 2078016: drop multipathd socket workaround 2022-04-22 20:15:33 UTC
Red Hat Product Errata RHBA-2022:1690 0 None None None 2022-05-11 10:32:01 UTC

Description RHCOS Bug Bot 2022-04-22 20:09:03 UTC
Backport the fix for bug 2078013 to 4.10.

Comment 3 Michael Nguyen 2022-04-28 19:49:21 UTC
Verified on RHCOS 410.84.202204271052-0 which is a part of 4.10.0-0.nightly-2022-04-28-074916.  The workaround has been removed and multipathd.socket has the start condition.

$ oc get clusterversion
NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.10.0-0.nightly-2022-04-28-074916   True        False         67m     Cluster version is 4.10.0-0.nightly-2022-04-28-074916
$ oc get nodes
NAME                                       STATUS   ROLES    AGE   VERSION
ci-ln-m9mbxxt-72292-6s6v8-master-0         Ready    master   86m   v1.23.5+b463d71
ci-ln-m9mbxxt-72292-6s6v8-master-1         Ready    master   86m   v1.23.5+b463d71
ci-ln-m9mbxxt-72292-6s6v8-master-2         Ready    master   86m   v1.23.5+b463d71
ci-ln-m9mbxxt-72292-6s6v8-worker-a-p6nfz   Ready    worker   78m   v1.23.5+b463d71
ci-ln-m9mbxxt-72292-6s6v8-worker-b-c4pnq   Ready    worker   78m   v1.23.5+b463d71
ci-ln-m9mbxxt-72292-6s6v8-worker-c-8b75m   Ready    worker   78m   v1.23.5+b463d71
$ oc debug node/ci-ln-m9mbxxt-72292-6s6v8-worker-a-p6nfz
Starting pod/ci-ln-m9mbxxt-72292-6s6v8-worker-a-p6nfz-debug ...
To use host binaries, run `chroot /host`
Pod IP: 10.0.128.3
If you don't see a command prompt, try pressing enter.
sh-4.4# chroot /host
sh-4.4# rpm-ostree status
State: idle
Deployments:
* pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:59b3f92e230b728009dc4d66bddebf84d45b92323fdb2403cd6c0acf1864f82f
              CustomOrigin: Managed by machine-config-operator
                   Version: 410.84.202204271052-0 (2022-04-27T10:55:54Z)

  ostree://b1529f891c792557fd28e040870ab4b8220e65c5416427032701d21147815293
                   Version: 410.84.202201251210-0 (2022-01-25T12:13:24Z)
sh-4.4# ls -lR /usr/lib/systemd/system/multipathd.socket 
-rw-r--r--. 2 root root 304 Jan  1  1970 /usr/lib/systemd/system/multipathd.socket
sh-4.4# systemctl cat multipathd.socket
# /usr/lib/systemd/system/multipathd.socket
[Unit]
Description=multipathd control socket
DefaultDependencies=no
ConditionPathExists=/etc/multipath.conf
ConditionKernelCommandLine=!nompath
ConditionKernelCommandLine=!multipath=off
Before=sockets.target

[Socket]
ListenStream=@/org/kernel/linux/storage/multipathd

[Install]
WantedBy=sockets.target
sh-4.4# exit
exit
sh-4.4# exit
exit

Removing debug pod ...

Comment 7 errata-xmlrpc 2022-05-11 10:31:49 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.10.13 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:1690


Note You need to log in before you can comment on or make changes to this bug.