diff --git a/man/virt-install.pod b/man/virt-install.pod index 772c9f56..f6e635eb 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -607,9 +607,12 @@ Path to a disk to use as the backing store for the newly created image. =item B The cache mode to be used. The host pagecache provides cache memory. -The cache value can be 'none', 'writethrough', or 'writeback'. +The cache value can be 'none', 'writethrough', 'directsync', 'unsafe' +or 'writeback'. 'writethrough' provides read caching. 'writeback' provides -read and write caching. +read and write caching. 'directsync' bypasses the host page +cache. 'unsafe' may cache all content and ignore flush requests from +the guest. =item B