]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 19 Aug 2020 17:01:17 +0000 (10:01 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 19 Aug 2020 17:01:17 +0000 (10:01 -0700)
open-vm-tools/lib/include/conf.h

index 7bbc837d3c2cf657636429c0dd8b2527215a3788..3f82e19dc4074a491961664761ee212b10386245 100644 (file)
  */
 #define CONFNAME_DISKINFO_REPORT_UUID "diskinfo-report-uuid"
 
+/**
+ * Avoid buggy USB driver when querying disks for UUID.
+ * Turning this on can result in a major delay if the vmdk is
+ * being replicated.  See PR 2575285, 26539.
+ *
+ * @param boolean Set to true to work around buggy 3rd party driver.
+ */
+#define CONFNAME_DISKINFO_DRIVER_WORKAROUND "diskinfo-usb-workaround"
+
 /**
  * Report Linux disk device for vmdk mapping via vim.
  *