summaryrefslogtreecommitdiffstats
path: root/lib/mirror
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-07-31 14:43:39 +0000
committerAlasdair Kergon <agk@redhat.com>2008-07-31 14:43:39 +0000
commit9125b72b15e1687e89027bd1764faf0f6be01eb1 (patch)
tree8c9faa4890797a284bb185852e8ef127c1831bf0 /lib/mirror
parent131bc6f0918362e77339eb2f50155843b3488d0d (diff)
downloadlvm2-9125b72b15e1687e89027bd1764faf0f6be01eb1.tar.gz
lvm2-9125b72b15e1687e89027bd1764faf0f6be01eb1.tar.xz
lvm2-9125b72b15e1687e89027bd1764faf0f6be01eb1.zip
Change clustered mirror kernel module name from cmirror to dm-log-clustered.
Diffstat (limited to 'lib/mirror')
-rw-r--r--lib/mirror/mirrored.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mirror/mirrored.c b/lib/mirror/mirrored.c
index cbf2b77e..0a0c39bc 100644
--- a/lib/mirror/mirrored.c
+++ b/lib/mirror/mirrored.c
@@ -375,7 +375,7 @@ static int _mirrored_target_present(const struct lv_segment *seg __attribute((un
* FIXME: Fails incorrectly if cmirror was built into kernel.
*/
if (attributes) {
- if (!_mirror_attributes && module_present("cmirror"))
+ if (!_mirror_attributes && module_present("log-clustered"))
_mirror_attributes |= MIRROR_LOG_CLUSTERED;
*attributes = _mirror_attributes;
}