1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-03 17:47:44 +03:00

Update clustered log kernel module name to log-userspace.

This commit is contained in:
Alasdair Kergon 2010-05-24 16:30:15 +00:00
parent 954df8f3d7
commit 4e553333d9
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View 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;
}