diff --git a/ChangeLog b/ChangeLog index 05ed72a1..dc66eaaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,6 +45,29 @@ Release Conventions / Branches / Tagnames NO NEW FEATURES, not even minor ones, except when absolutely necessary for a bugfix. +light0.1stable08 +-------- + * Minor fix: after emergency mode, a versionlink was forgotten + to create. This could lead to unnecessary reports of split + brain and/or need for additional re-invalidate. + * Minor fix: the predicate 'view-is-consistent' reported 'false' + in some situations on secondaries when all was ok. + * Minor fix: it was impossible to determine the 'is-consistent' + from 'marsadm view' (without -1and1 suffix). Added a new [Cc-] + flag. This is absolutely needed to determine whether the + underlying disks must have the same checksum (provided that + both disks are detached and the network works and fetch+replay + had completed before the detach). + * Updated docs to reflect this. + * Minor fix: 'invalidate' did not work when the resource was not + completely detached. Now it implicitly does a detach before + starting invalidation. + * Minor fix: wait-umount was waiting for umount of _all_ primaries + during split brain. Now it waits only for umount of the local node. + Notice that having multiple primaries in parallel is an + erroneous state anyway. + * Minor fix: leave-cluster did not work without --force. + light0.1stable07 -------- * Minor fix: re-creation of a completely destroyed resource diff --git a/docu/mars-manual.lyx b/docu/mars-manual.lyx index 75ed67d7..71ef2675 100644 --- a/docu/mars-manual.lyx +++ b/docu/mars-manual.lyx @@ -131,7 +131,7 @@ tst@1und1.de \end_layout \begin_layout Date -Version 0.16 +Version 0.17 \end_layout \begin_layout Lowertitleback @@ -4936,6 +4936,18 @@ d = none present. \end_layout +\begin_layout Labeling +\labelwidthstring 00.00.0000 +consistency: C = locally consistent, c = maybe inconsistent (no guarantee), + - = cannot determine. + Notice: like the other flags, this flag is subject to races and therefore + should be relied on only in +\emph on +detached +\emph default + state! +\end_layout + \begin_layout Labeling \labelwidthstring 00.00.0000 attach: diff --git a/docu/mars-manual.pdf b/docu/mars-manual.pdf index 11c140b6..518d847d 100644 Binary files a/docu/mars-manual.pdf and b/docu/mars-manual.pdf differ