projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2d5523f
)
(no commit message)
author
ahoka <ahoka@web>
Thu, 19 May 2011 15:55:43 +0000 (08:55 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Thu, 19 May 2011 15:55:43 +0000 (08:55 -0700)
docs/developer/dmmirror/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/developer/dmmirror/index.mdwn
b/docs/developer/dmmirror/index.mdwn
index
f5c0978
..
6df2960
100644
(file)
--- a/
docs/developer/dmmirror/index.mdwn
+++ b/
docs/developer/dmmirror/index.mdwn
@@
-54,6
+54,13
@@
volume was out of sync (for faster recovery).
- write second copy, mark as secondary
- flushing would be a good idea here! [1]
+##Writing the data
+- set the dirty flag in the bitmap
+- also set the MODIFIED flag if we run in degraded mode
+- write the actual data
+- remove the dirty bit from the bitmap
+
+
[1] does it kill performance?