]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix virDomainRestoreFlags description bug
authorWang Yufei <james.wangyufei@huawei.com>
Thu, 7 Nov 2013 08:44:04 +0000 (16:44 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 8 Nov 2013 19:08:39 +0000 (12:08 -0700)
In virDomainRestoreFlags with VIR_DOMAIN_SAVE_BYPASS_CACHE, it risks
slowing restores from NFS, but not saves to NFS.

Signed-off-by: Wang Yufei <james.wangyufei@huawei.com>
src/libvirt.c

index 7d94cd7202db3ce66696104c89fa99834e5b3944..90608ab87c9c32742cc383e99be486623e73cafe 100644 (file)
@@ -2925,7 +2925,7 @@ error:
  * If @flags includes VIR_DOMAIN_SAVE_BYPASS_CACHE, then libvirt will
  * attempt to bypass the file system cache while restoring the file, or
  * fail if it cannot do so for the given system; this can allow less
- * pressure on file system cache, but also risks slowing saves to NFS.
+ * pressure on file system cache, but also risks slowing restores from NFS.
  *
  * Normally, the saved state file will remember whether the domain was
  * running or paused, and restore defaults to the same state.