mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: fix virDomainRestoreFlags description bug
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>
This commit is contained in:
parent
d0b2d0177b
commit
af67a43659
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user