]> sourceware.org Git - lvm2.git/commitdiff
Remove unused and wrongly set cluster VG flag from clvmd lock query command.
authorMilan Broz <mbroz@redhat.com>
Mon, 26 Mar 2012 20:29:45 +0000 (20:29 +0000)
committerMilan Broz <mbroz@redhat.com>
Mon, 26 Mar 2012 20:29:45 +0000 (20:29 +0000)
WHATS_NEW
lib/locking/cluster_locking.c

index e70dc58a7efda3a64607f4ce067d57067412c626..93b6440e5daa5c4ca4b0c8a19013cbdab0805235 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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.
index 990e8b13aa743ef7fc0339567bcb3dffcd0fc5b0..3e2543b103fe8fceac6a1b5589ab073baf410ce4 100644 (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);
This page took 0.034948 seconds and 5 git commands to generate.