]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Enable the guest OS disk mapping feature as default.
authorOliver Kurth <okurth@vmware.com>
Mon, 5 Aug 2019 18:22:01 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 5 Aug 2019 18:22:01 +0000 (11:22 -0700)
Enabling the OS disk mapping feature in VMware Tools 11.0.0 for
Windows and Linux guests.

open-vm-tools/services/plugins/guestInfo/guestInfoInt.h

index aaab8efe0ee4c81f75a264979b03bdf9ee653023..79ca107a8584c1117eacbfb18f272f662ee30832 100644 (file)
 #include "dynbuf.h"
 
 /* Default for whether to query and report disk UUIDs */
-#define CONFIG_GUESTINFO_REPORT_UUID_DEFAULT FALSE
+#define CONFIG_GUESTINFO_REPORT_UUID_DEFAULT TRUE
 
 /* Default for whether to query and report disk devices */
-#define CONFIG_GUESTINFO_REPORT_DEVICE_DEFAULT FALSE
+#define CONFIG_GUESTINFO_REPORT_DEVICE_DEFAULT TRUE
 
 /*
  * Plugin-specific data structures for the DiskGuestInfo.