From 27bd6550b3a99d48b2375e79d7140fb280321982 Mon Sep 17 00:00:00 2001 From: Nitin Madhok Date: Wed, 6 Apr 2016 14:21:21 -0400 Subject: [PATCH] Update VirtualDiskSpec.rst --- docs/vim/vm/device/VirtualDiskSpec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vim/vm/device/VirtualDiskSpec.rst b/docs/vim/vm/device/VirtualDiskSpec.rst index a21957e..9d507ed 100644 --- a/docs/vim/vm/device/VirtualDiskSpec.rst +++ b/docs/vim/vm/device/VirtualDiskSpec.rst @@ -16,4 +16,4 @@ vim.vm.device.VirtualDiskSpec Attributes: migrateCache (`bool`_, optional): - Manner in which to transfer the cache associated with the virtual disk to the target host. If left unset then migrate is used when the backing vFlash module version is compatible with the specific vFalsh module on the target host; otherwise flush is used for write back cache, or a no-op for write through cache. This setting can avoid VM migration failure due to incompatibility. If true then migrate is always used. VM migration may fail if the backing vFlash module version is incompatible with the module on the target host. If false then flush is used for write back cache. It is a no-op for write through cache. This setting can avoid VM migration failure due to incompatibility, but cache files have to be rebuilt on the target host. Default is unset.See `HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption`_ + Manner in which to transfer the cache associated with the virtual disk to the target host. If left unset then migrate is used when the backing vFlash module version is compatible with the specific vFlash module on the target host; otherwise flush is used for write back cache, or a no-op for write through cache. This setting can avoid VM migration failure due to incompatibility. If true then migrate is always used. VM migration may fail if the backing vFlash module version is incompatible with the module on the target host. If false then flush is used for write back cache. It is a no-op for write through cache. This setting can avoid VM migration failure due to incompatibility, but cache files have to be rebuilt on the target host. Default is unset. See `HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption`_