]> sourceware.org Git - lvm2.git/commitdiff
Update clustered log kernel module name to log-userspace.
authorAlasdair Kergon <agk@redhat.com>
Mon, 24 May 2010 16:30:15 +0000 (16:30 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 24 May 2010 16:30:15 +0000 (16:30 +0000)
WHATS_NEW
lib/mirror/mirrored.c

index 4541874efc6f39ded51ac1c172163d46488400aa..9ababd3420e13695db4ee2ead11862a65bd28a36 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.67 -
 ===============================
+  Update clustered log kernel module name to log-userspace.
   Activate only first head of Replicator for vgchange -ay.
   Add Replicators' LVs to dtree for activation.
   Avoid print activation message if there is a missing VG (Replicator).
index 69452ebd324cb54531ab8809ecb26d4abdde3683..43960f84299ca9c84691cb6d6828d2fa8a224d8d 100644 (file)
@@ -503,7 +503,7 @@ static int _mirrored_target_present(struct cmd_context *cmd,
         * FIXME: Fails incorrectly if cmirror was built into kernel.
         */
        if (attributes) {
-               if (!_mirror_attributes && module_present(cmd, "log-clustered"))
+               if (!_mirror_attributes && module_present(cmd, "log-userspace"))
                        _mirror_attributes |= MIRROR_LOG_CLUSTERED;
                *attributes = _mirror_attributes;
        }
This page took 2.400125 seconds and 5 git commands to generate.