Month: August 2019

Released flexVDI Manager v3.1.2

Changes since v3.1.1

  • Fix starting a guest in “Start Once” mode when it fails the first time.
  • Fix migrating database schema that has unsorted disks.
  • Immediately release resources of a stopped guest.
  • Fix a Volume showing “OK” state when it is still waiting for the first refresh.
  • Fix a Volume showing “OK” state when some of the hosts are having problems. Now it shows “Degraded” state.
  • Allow ‘_’, ‘-‘ and ‘.’ characters in image, volume and image storage names, unless it starts with ‘.’. This includes ‘.’ and ‘..’
  • Fix Terminal Policies not being saved to disk.

Problems upgrading to kernel 3.10.0-957.27.2

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

 

Released flexVDI Client v3.1.2

Changes since v3.1.1

  • Fix crash when the connection is closed by the server.
  • Fix CRITICAL log messages that make reference to a NULL pointer cast.
  • Linux: Ungrab the keyboard and mouse after 50 seconds of inactivity so that the screen saver and lock screen apps can run.
  • Windows: Fix installing to “C:\Program files” on 64-bit OS.
  • Windows: Fix showing model and vendor of known USB devices.