-
Sun Jul 22 2018 Susan Kamm-Worrell <susan.kamm-worrell@oracle.com> - 3.7-13.el7
- Oracle-Bug: 27923102
ovmd-3.7:
Replaced select with fgets which is restartable after a signal.
Outchild pipe needs to be kept open to write ovmapi data.
xenstoreprovider:
Added restart to SIGIO sa_flags so that syscalls can be restarted after event handling.
Signed-off-by: Paul Benoit <paul.x.benoit@oracle.com>
-
Thu Feb 22 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-12.el7
- Oracle-Bug: 27486046
Moved ovmd service to after "basic.target" in OL7 boot order.
-
Wed Jan 10 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-11.el7
- Oracle-Bug: 27250922
Implemented a workaround for unexpected startup script termination during boot process.
-
Fri Jan 05 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-10.el7
- Oracle-Bug: 27250922
Fixed deadlock between ovmd and ovm-template-config on attempt to exchange parameters.
-
Thu Jan 04 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-9.el7
- Oracle-Bug: 27250922
Fixed the initial config functionality that was broken in 3.7-8.el7.
-
Wed Jan 03 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-8.el7
- Oracle-Bug: 27250922
Fixed incorrect use of select() that could cause SIGIO handler to hang.
-
Wed Dec 06 2017 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-7.el7
- Oracle-Bug: 27150498
Handle multiple IPv4 addresses per network interface.
-
Thu Oct 29 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-6.el7
- Update the build and runtime dependency on libovmapi version >= 3.2
-
Mon Oct 19 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-5.el7
- Removed "goto fail" from sendAliveEvent and sendIPChangeInfoMessage
Reviewed-by: Zhigang Wang <zhigang.x.wang@oracle.com>
-
Mon Oct 12 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.7-4.el7
Use ovmjson library from libovmapi package instead of cJSON.c in ovmd and xenstoreprovider. [bug 21877857]
Reviewed-by: Zhigang Wang <zhigang.x.wang@oracle.com>