[Oraclevm-errata] OVMBA-2017-0022 Oracle VM 3.3 ovs-agent bug fix update

Errata Announcements for Oracle VM oraclevm-errata at oss.oracle.com
Thu Jan 26 05:54:52 PST 2017


Oracle VM Bug Fix Advisory OVMBA-2017-0022

The following updated rpms for Oracle VM 3.3 have been uploaded to the 
Unbreakable Linux Network:

x86_64:
ovs-agent-3.3.5-1.6.el6.x86_64.rpm


SRPMS:
http://oss.oracle.com/oraclevm/server/3.3/SRPMS-updates/ovs-agent-3.3.5-1.6.el6.src.rpm



Description of changes:

[3.3.5-1.6]
- This is to handle the case where a VLAN bridge was configured on this
   interface and now we are adding a bridge to the underlying physical
   interface. Then we must preserve the OFFLOAD options in the config 
file. [bug 25205587]

[3.3.5-1.5]
- Signed-Off by: Philippe Vanhaesendonck
   Signed-Off by: Guido Tijskens
   get_support_files: remove printing module from sos blacklist
   We upgraded sos and `printing` module is removed. We get this error:
   a non-existing plugin (printing) was specified in the command line
   As we don't need printing module anyways, just remove it. [bug 25176824]

[3.3.5-1.4]
- This is a regression, after backport patch for bug 20434500 to OVM3.3, 
QA tried
   to stop/start vlan bridge several times, duplicate ETHTOOL_OPTS 
entries added into
   ifcfg-eth, this patch will check if ETHTOOL_OPTS already existed 
before add
   the config.
   Signed-off-by: Joe Jin <joe.jin at oracle.com>
   Signed-off-by: Adnan Misherfi <adnan.misherfi at oracle.com> [bug 20466383]

[3.3.5-1.3]
- Fix long iSCSI storage discovery
   Changing multipath -ll to multpathd list topology
   Signed-Off by: Firas Azar<firas.azar at oracle.com> [bug 25176548]

[3.3.5-1.2.el6]
- Remove typos in the code [bug 25133699] (Shelly Ma)

[3.3.5-1.1.el6]
- Update ovs-agent version to 3.3.5 for 3.3.5 errata

[3.3.4-1.12.el6]
- 25106965 - [backport] ovs-agent fails to start upon reboot on T7 servers
   Signed-off-by: Luong Nguyen-Duy <luong.nguyenduy at oracle.com>
   Signed-off-by: William Roche <william.roche at oracle.com> [bug 25106965]

[3.3.4-1.11.el6]
-  [bug 24575522] [bug Backporting] [bug Williams] [bug fix.] [bug 
Datatypes] [bug within] [bug published] [bug statistics] [bug interface] 
[bug needs] [bug to] [bug be] [bug completely] [bug validated.Fix] [bug 
statistics] [bug numeric] [bug values] [bug out] [bug of] [bug range] 
[bug of] [bug long] [bug exception.]

[3.3.4-1.10.el6]
- When removing a bridge with a physical interface, and the physical 
interface has a
   VLAN interface to another bridge, preserve  Ethernet off load setting 
in ifcfg-ethX file
   Signed-off-by: Adnan Misherfi <adnan.misherfi at oracle.com>
   Backported-by: Joe Jin <joe.jin at oracle.com> [bug 20466383]

[3.3.4-1.9.el6]
- OVS agent network discovery code needs to take into account that
   FCoE service daemon may dynamically create VLAN interfaces with
   names encoded in the 'dev.vlan-fcoe' format.
   (Backport of Bug 22634846 fix)
   Signed-off-by: Adnan Misherfi <adnan.misherfi at oracle.com> [bug 22584539]

[3.3.4-1.8.el6]
- Set HTTPSSession timeout to 600s. Ackownledged by Zhigang 
Wang<zhigang.x.wang at oracle.com> [bug 24841984]

[3.3.4-1.7.el6]
- Signed-off-by: Luong Nguyen-Duy <luong.nguyenduy at oracle.com>
   Signed-off-by: William Roche <william.roche at oracle.com>
   [backport] OVMM should have redundant paths with NFS & Dual Service 
domains [bug 23019397]

[3.3.4-1.6.el6]
- Fixed data long type length to match that of Java long 2[[bug 24369962]

[3.3.4-1.5.el6]
- Signed-off by: Firas Azar <firas.azar at oracle.com>
   Adjust the timer for OVS agent init to 60 s (physical disks). [bug 
23504611]

[3.3.4-1.4.el6]
- Fix for command to return system disk available space error
   Signed-off-by: Siddharth Verma <siddharth.x.verma at oracle.com>
   Signed-off-by: Adnan Misherfi <adnan.misherfi at oracle.com>
   Signed-off-by: Ke-Chiang Chen <ke-chiang.chen at oracle.com>
   Backported-by: Jie Li <jie.l.li at oracle.com> [bug 22653061]

[3.3.4-1.3.el6]
-  [bug 22755974] [bug Specified] [bug hashing] [bug algorithm] [bug 
sha256] [bug to] [bug replace] [bug sha1] [bug for] [bug SSL] [bug 
certificate.] [bug Acknowledged] [bug by] [bug developer] [bug 
carson.hovey at oracle.com] [bug and] [bug jingjie.jiang at oracle.com]

[3.3.4-1.2.el6]
- Signed-Off by: Adnan Misherfi <adnan.misherfi at oracle.com>
   Signed-Off by: Zhigang Wang <zhigang.x.wang at oracle.com>
   Signed-Off by: Guido Tijskens <guido.tijskens at oracle.com>
   This patch changes the VM running locks behavior, especially for HA 
VMs. It
   addresses bug 21780684, where multiple copies of the same HA-enabled 
VM start
   on different servers under load or stress condition.
   The changes are as follows:
   - Remove local VM running lock. If the server is clustered, DLM lock 
is used.
   If the server is not clustered, no lock at all will be used. We are
   eliminating the 2-phase locking (local + DLM) for clustered case.
   - Simplify and clean up the code in ovs-agent-dlm, to clearly separate
   clustered and non-clustered cases.
   - Changes in DLM FS
   - in HA, bypass the check "is_vm_running_locally"
   fixes also the ovs-agent-dlm return value addressed in 22462444
   Signed-off-by: Zhigang Wang <zhigang.x.wang at oracle.com>
   Signed-off-by: Ke-Chiang Chen <ke-chiang.chen at oracle.com>
   patch_name dlm_busy_error_handling
   Signed-off by: Zhigang Wang <zhigang.x.wang at oracle.com>
   Signed-off by: Adnan Misherfi <adnan.misherfi at oracle.com>
   Signed-off by: Firas Azar <firas.azar at oracle.com>
   Signed-off by: Guido Tijskens <guido.tijskens at oracle.com>
   fixes 22471909
   This patch fixes an issue where a lock file "residue" remains on a 
server if
   the server fails to take a DLM lock (e.g. when HA tries to start a 
VM, etc.).
   Later on, OVS agent fails to take the lock because the lock file is 
present
   locally, and EEXISTS error is raised. In this change, OVS agent will 
always
   remove the "local" lock file if a ETXTBSY error is detected. [bug 
22393202]




More information about the Oraclevm-errata mailing list