File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ fast query and update. All updates are appended to the redo-log to ensure
5353they operate in O(1) time. The redo log updates are periodically flushed
5454to the primary LVM metadata.
5555
56+ Since the operations are stored in the redo-log and will only be removed
57+ after the real metadata has been written, the implication is that it is
58+ possible for the operations to be performed more than once. This will
59+ occur if the xenvmd process exits between flushing to the real metadata
60+ and acknowledging the operations as completed. For this to work as expected,
61+ every individual operation stored in the redo-log _ must_ be idempotent.
62+
5663Note on running out of blocks
5764-----------------------------
5865
You can’t perform that action at this time.
0 commit comments