Updated on: 7 MAR 2023
open-vm-tools | 7 MAR 2023 | Build 21223074
Check back for additions and updates to these release notes.
The release notes cover the following topics:
- What's New
- Internationalization
- End of Feature Support Notice
- Guest Operating System Customization Support
- Interoperability Matrix
- Resolved Issues
- Known Issues
There are no new features in the open-vm-tools 12.2.0 release. This is primarily a maintenance release that addresses a few critical problems.
-
Please see the Resolved Issues and Known Issues sections below.
-
A complete list of the granular changes in the open-vm-tools 12.2.0 release is available at:
open-vm-tools 12.2.0 is available in the following languages:
- English
- French
- German
- Spanish
- Italian
- Japanese
- Korean
- Simplified Chinese
- Traditional Chinese
The Guest OS Customization Support Matrix provides details about the guest operating systems supported for customization.
The VMware Product Interoperability Matrix provides details about the compatibility of current and earlier versions of VMware Products.
-
A number of Coverity reported issues have been addressed.
-
The vmtoolsd task is blocked in the uninterruptible state while doing a quiesced snapshot.
As the ioctl FIFREEZE is done during a quiesced snapshot operation, an EBUSY could be seen because of an attempt to freeze the same superblock more than once depending on the OS configuration (e.g. usage of bind mounts). An EBUSY could also mean another process has locked or frozen that filesystem. That later could lead to the vmtoolsd process being blocked and ultimately other processes on the system could be blocked.
The Linux quiesced snapshot procedure has been updated that when an EBUSY is received, the filesystem FSID is checked against the list of filesystems that have already been quiesced. If not previously seen, a warning that the filesystem is controlled by another process is logged and the quiesced snapshot request will be rejected.
This fix to lib/syncDriver/syncDriverLinux.c is directly applicable to previous releases of open-vm-tools and is available at:
https://github.com/vmware/open-vm-tools/commit/9d458c53a7a656d4d1ba3a28d090cce82ac4af0e
-
Updated the guestOps to handle some edge cases.
When File_GetSize() fails or returns a -1 indicating the user does not have access permissions:
- Skip the file in the output of the ListFiles() request.
- Fail an InitiateFileTransferFromGuest operation.
-
The following pull requests and issues have been addressed.
-
Detect the proto files for the containerd grpc client in alternate locations.
-
FreeBSD: Support newer releases and code clean-up for earlier versions.
-
-
Shared Folders mount is unavailable on Linux VM.
If the Shared Folders feature is enabled on a Linux VM while it is powered off, the shared folders mount is not available on restart.
Note: This issue is applicable to open-vm-tools running on VMware Workstation and VMware Fusion.
Workaround:
If the VM is powered on, disable and enable the Shared Folders feature from the interface. For resolving the issue permanently, edit /etc/fstab and add an entry to mount the Shared Folders automatically on boot. For example, add the line:
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0