Bug 860800
| Summary: | pulp doesnt handle errata spanning across multiple repos case | |||
|---|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Pradeep Kilambi <pkilambi> | |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 1.1.0 | CC: | dgregor | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 860802 864999 (view as bug list) | Environment: | ||
| Last Closed: | 2013-01-07 14:09:58 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 860802, 864999, 971286 | |||
|
Description
Pradeep Kilambi
2012-09-26 18:15:57 UTC
fixed! commit 86125ca3ab40dbbe53b7c1aedbe0466318c0a10a build: 1.1.13 verified [root@pulp-v1-server ~]# rpm -q pulp pulp-1.1.13-1.el6.noarch [root@pulp-v1-server ~]# [root@pulp-v1-server ~]# pulp-admin errata info --id RHBA-2012:1305 Id RHBA-2012:1305 Title openswan bug fix update Description Openswan is a free implementation of IPsec (Internet Protocol Security) and IKE (Internet Key Exchange) for Linux. The openswan packages contain daemons and user-space tools for setting up Openswan. It supports the NETKEY/XFRM IPsec kernel stack that exists in the default Linux kernel. Openswan 2.6 and later also supports IKEv2 (Internet Key Exchange Protocol version 2), which is defined in RFC5996. This update fixes the following bug: * When a tunnel was established between two IPsec hosts (say host1 and host2) utilizing DPD (Dead Peer Detection), and if host2 went offline while host1 continued to transmit data, host1 continually queued multiple phase 2 requests after the DPD action. When host2 came back online, the stack of pending phase 2 requests was established, leaving a new IPsec SA (Security Association), and a large group of extra SA's that consumed system resources and eventually expired. This update ensures that openswan has just a single pending phase 2 request during the time that host2 is down, and when host2 comes back up, only a single new IPsec SA is established, thus preventing this bug. (BZ#852454) All users of openswan are advised to upgrade to these updated packages, which fix this bug. Type bugfix Issued 2012-09-24 00:00:00 Updated 2012-09-24 00:00:00 Version 1 Release Status final Packages Effected openswan-2.6.32-19.el6_3.i686.rpm, openswan-doc-2.6.32-19.el6_3.i686.rpm Reboot Suggested False References href : https://rhn.redhat.com/errata/RHBA-2012-1305.html type : self id : None title : RHBA-2012:1305 [root@pulp-v1-server ~]# [root@pulp-v1-server ~]# pulp-admin repo list
+------------------------------------------+
List of Available Repositories
+------------------------------------------+
Id rhel-6-w
Name rhel-6-w
Repo URL https://pulp-v1-server.usersys.redhat.com/pulp/repos/content/dist/rhel/workstation/6/6.3/i386/os/
Feed URL https://cdn.redhat.com/content/dist/rhel/workstation/6/6.3/i386/os
Feed Type remote
Content Type yum
Feed Certs CA:Yes Cert:Yes
Consumer Certs CA:No Cert:No
Architecture noarch
Sync Schedule None
Packages 7319
Files 0
Distributions ks-Red Hat Enterprise Linux-Workstation-6.3-i386
Publish True
Clones []
Groups None
Filters []
Notes {}
Preserve Metadata True
Checksum Type sha
Id rhel-6-w-optional
Name rhel-6-w-optional
Repo URL https://pulp-v1-server.usersys.redhat.com/pulp/repos/content/dist/rhel/workstation/6/6.3/i386/optional/os/
Feed URL https://cdn.redhat.com/content/dist/rhel/workstation/6/6.3/i386/optional/os/
Feed Type remote
Content Type yum
Feed Certs CA:Yes Cert:Yes
Consumer Certs CA:No Cert:No
Architecture noarch
Sync Schedule None
Packages 3207
Files 0
Distributions None
Publish True
Clones []
Groups None
Filters []
Notes {}
Preserve Metadata True
Checksum Type sha
[root@pulp-v1-server ~]#
Pulp 2.0 released. |