Changes since 3.1.2_5
Supports cache option for disk images, enabling writethrough for better performance. Requires flexvdi-manager 3.1.3 to show the option in flexVDI Dashboard.
Supports cache option for disk images, enabling writethrough for better performance. Requires flexvdi-manager 3.1.3 to show the option in flexVDI Dashboard.
This release fixes a bug that causes flexvdi-agent to restart when the system is under heavy load, with many guests running and frequent starts/stops of virtual machines.
This version adds the TCP port redirection feature. The flexVDI Client v3.1.3 and spice-server-flexvdi-0.14.0-7 package are also needed for this feature to work.
This releases fixes a regression error introduced in v3.1.1 that made live migration impossible. With this release, live migration is again operative.
Apparently, the OCFS2 kmod we provide for CentOS 7 kernels of the 957 release is not compatible with revisions 27.2 and later. To solve this problem we have published a second release of this kmod, that is compatible with all current revisions of this kernel release. However, we have detected an error in the PREUN scriptlet of the previous RPM package that makes it impossible to remove it, with the following error message:
Error in PREUN scriptlet in rpm package kmod-ocfs2-flexvdi-k957-1.5.0-1.el7.x86_64
In order to correctly remove it, run the following commands:
# rpm -ql kmod-ocfs2-flexvdi-k957-1.5.0-1.el7.x86_64 | grep ‘\.ko$’ > /tmp/modules.txt
# yum remove –setopt=tsflags=noscripts kmod-ocfs2-flexvdi-k957-1.5.0-1.el7.x86_64
# cat /tmp/modules.txt | /usr/sbin/weak-modules –remove-modules
# rm /tmp/modules.txt