summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-09-06 13:56:40 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-09-06 15:19:51 +0200
commit79427151dc5ffb5faff133c57e058acbad00dd10 (patch)
tree485f248b4d56c171549997438ade1c773030836d /conf
parent337053c56a2d288337449067510301d5a2e4eec5 (diff)
downloadlvm2-79427151dc5ffb5faff133c57e058acbad00dd10.tar.gz
vdo: add support for auto-unsafe writePolicy
This vdoWritePolicy policy missed matching support in lvm2.
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 2dc6dd9e6..5bcbc65e7 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -713,6 +713,8 @@ allocation {
# This policy is not supported if the underlying storage is not also synchronous.
# async - Writes are acknowledged after data has been cached for writing to stable storage.
# Data which has not been flushed is not guaranteed to persist in this mode.
+ # async-unsafe - Writes are handled like 'async' but there is no guarantee of the atomicity async provides.
+ # This mode should only be used for better performance when atomicity is not required.
# This configuration option has an automatic default value.
# vdo_write_policy = "auto"