mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
activation: remote node check doesn't work yet
This commit is contained in:
parent
509410bbbc
commit
2da7525c83
@ -1381,7 +1381,7 @@ static int _lv_is_active(const struct logical_volume *lv,
|
||||
if (skip_cluster_query)
|
||||
goto out;
|
||||
|
||||
if ((r = cluster_lock_held(lv->lvid.s, NODE_REMOTE, &e)) >= 0)
|
||||
if ((r = cluster_lock_held(lv->lvid.s, "", &e)) >= 0)
|
||||
goto out;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user