1
0
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:
Alasdair G Kergon 2016-01-20 02:54:11 +00:00
parent 509410bbbc
commit 2da7525c83

View File

@ -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;
/*