summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-06-23 16:48:28 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-23 16:48:28 -0500
commitba2b701f2cc98eb8e4049866f3d1cc77b61b4abd (patch)
tree066d7fcaf20ef25a3d064ccc911e8318b2919dda /doc
parentc23e7ff2a02c65619d05eb525adaaf9336de2692 (diff)
downloadlvm2-ba2b701f2cc98eb8e4049866f3d1cc77b61b4abd.tar.gz
doc: mention new invalid states in lvmetad_design
Diffstat (limited to 'doc')
-rw-r--r--doc/lvmetad_design.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lvmetad_design.txt b/doc/lvmetad_design.txt
index 3b336eced..1961cfbd8 100644
--- a/doc/lvmetad_design.txt
+++ b/doc/lvmetad_design.txt
@@ -137,6 +137,17 @@ hosts. Overall, this is not hard, but the devil is in the details. I would
possibly disable lvmetad for clustered volume groups in the first phase and
only proceed when the local mode is robust and well tested.
+With lvmlockd, lvmetad state is kept up to date by flagging either an
+individual VG as "invalid", or the global state as "invalid". When either
+the VG or the global state are read, this invalid flag is returned along
+with the data. The client command can check for this invalid state and
+decide to read the information from disk rather than use the stale cached
+data. After the latest data is read from disk, the command may choose to
+send it to lvmetad to update the cache. lvmlockd uses version numbers
+embedded in its VG and global locks to detect when cached data becomes
+invalid, and it then tells lvmetad to set the related invalid flag.
+dct, 2015-06-23
+
Protocol & co.
--------------