mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Remove unused and wrongly set cluster VG flag from clvmd lock query command.
This commit is contained in:
parent
836bafac6e
commit
62a40438ab
@ -1,5 +1,6 @@
|
||||
Version 2.02.96 -
|
||||
================================
|
||||
Remove unused and wrongly set cluster VG flag from clvmd lock query command.
|
||||
Fix pvmove for exclusively activated LV pvmove in clustered VG. (2.02.86)
|
||||
Always free hash table on update_pvid_to_vgid() in lvmetad.
|
||||
Update and fix monitoring of thin pool devices.
|
||||
|
@ -538,7 +538,7 @@ int query_resource(const char *resource, int *mode)
|
||||
strcpy(args + 2, resource);
|
||||
|
||||
args[0] = 0;
|
||||
args[1] = LCK_CLUSTER_VG;
|
||||
args[1] = 0;
|
||||
|
||||
status = _cluster_request(CLVMD_CMD_LOCK_QUERY, node, args, len,
|
||||
&response, &num_responses);
|
||||
|
Loading…
Reference in New Issue
Block a user