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:
parent
954df8f3d7
commit
4e553333d9
@ -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).
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user