1
0
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:
Milan Broz 2012-03-26 20:29:45 +00:00
parent 836bafac6e
commit 62a40438ab
2 changed files with 2 additions and 1 deletions

View File

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

View File

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