Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
The rpm is not include all plugins that we need for podman run. And podman run command will failed with this error msg:
time="2018-04-27T05:11:18-04:00" level=error msg="Error adding network: failed to find plugin "portmap" in path [/usr/libexec/cni /usr/lib/cni /opt/cni/bin /opt/bridge/bin]"
time="2018-04-27T05:11:18-04:00" level=error msg="Error while adding to cni network: failed to find plugin "portmap" in path [/usr/libexec/cni /usr/lib/cni /opt/cni/bin /opt/bridge/bin]"
Version-Release number of selected component (if applicable):
containernetworking-plugins-0.7.0-3.gitb51d327.el7.x86_64.rpm
How reproducible:
100%
Steps to Reproduce:
1. Try to run any container with podman
# podman run fedora ls
Actual results:
podman failed to run it and report error msg above
Expected results:
podman can start and run container as expect.
Additional info:
The first one is the file list that I build from cni upstream and the second one is I get from our rpm:
ls /usr/libexec/cni/ cni/
cni/:
bridge dhcp flannel host-device host-local ipvlan loopback macvlan portmap ptp sample tuning vlan
/usr/libexec/cni/:
bridge dhcp flannel host-local ipvlan loopback macvlan ptp sample tuning vlan
Test with containernetworking-plugins-0.7.0-4.gitb51d327.el7.x86_64.rpm and podman-0.4.1-4.gitb51d327.el7.x86_64.rpm with the same steps and it works as expact:
# podman run fedora ls
Trying to pull registry.access.redhat.com/fedora:latest...Failed
Trying to pull docker.io/fedora:latest...Getting image source signatures
Copying blob sha256:2176639d844bbe1386912e1d9952cebdb8249923a16691025cf693963f8aec53
77.54 MB / 77.54 MB [====================================================] 1m3s
Copying config sha256:9110ae7f579f35ee0c3938696f23fe0f5fbe641738ea52eb83c2df7e9995fa17
2.29 KB / 2.29 KB [========================================================] 0s
Writing manifest to image destination
Storing signatures
bin
boot
dev
etc
home
lib
lib64
lost+found
media
mnt
opt
proc
root
run
sbin
srv
sys
tmp
usr
var
So set this to verified.
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, 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/RHEA-2018:1418