You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open-vm-tools 12.1.5 is available in the following languages:
33
+
open-vm-tools 12.2.0 is available in the following languages:
34
34
35
35
* English
36
36
* French
@@ -42,6 +42,10 @@ open-vm-tools 12.1.5 is available in the following languages:
42
42
* Simplified Chinese
43
43
* Traditional Chinese
44
44
45
+
## <aid="guestop"name="guestop"></a>Guest Operating System Customization Support
46
+
47
+
The [Guest OS Customization Support Matrix](http://partnerweb.vmware.com/programs/guestOS/guest-os-customization-matrix.pdf) provides details about the guest operating systems supported for customization.
The [VMware Product Interoperability Matrix](http://partnerweb.vmware.com/comp_guide2/sim/interop_matrix.php) provides details about the compatibility of current and earlier versions of VMware Products.
@@ -50,21 +54,34 @@ The [VMware Product Interoperability Matrix](http://partnerweb.vmware.com/comp_
50
54
51
55
***A number of Coverity reported issues have been addressed.**
52
56
53
-
***The deployPkg plugin may prematurely reboot the guest VM before cloud-init has completed user data setup.**
57
+
***The vmtoolsd task is blocked in the uninterruptible state while doing a quiesced snapshot.**
58
+
59
+
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.
60
+
61
+
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.
62
+
63
+
This fix to lib/syncDriver/syncDriverLinux.c is directly applicable to previous releases of open-vm-tools and is available at:
***Updated the guestOps to handle some edge cases.**
68
+
69
+
When File_GetSize() fails or returns a -1 indicating the user does not have access permissions:
70
+
71
+
1. Skip the file in the output of the ListFiles() request.
72
+
2. Fail an InitiateFileTransferFromGuest operation.
54
73
55
-
If both the Perl based Linux customization script and cloud-init run when the guest VM boots, the deployPkg plugin may reboot the guest before cloud-init has finished. The deployPkg plugin has been updated to wait for a running cloud-init process to finish before the guest VM reboot is initiated.
74
+
***The following pull requests and issues have been addressed.**
56
75
57
-
This issue is fixed in this release.
76
+
* Detect the proto files for the containerd grpc client in alternate locations.
58
77
59
-
***A SIGSEGV may be encountered when a non-quiesing snapshot times out.**
When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd services are started automatically at system start and desktop login. If running on physical hardware or in a non-VMware hypervisor, the services will emit an error message to the Systemd's logging service before stopping.
0 commit comments