All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pvmove cluster fixes
@ 2012-03-25 20:56 Milan Broz
  2012-03-25 20:56 ` [PATCH 1/4] Remove unused and wrongly set cluster VG flag from clvmd lock query command Milan Broz
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Milan Broz @ 2012-03-25 20:56 UTC (permalink / raw)
  To: lvm-devel

Various locking changes in previous releases, mainly commit

commit bd86888d7406cdb8ba20ff3d3b807fabcc7ba0db
    Pass exclusive LV locks to all nodes in the cluster.
    This was the intended behaviour, as described in the lvchange man page, so you
    have complete control through volume_list in lvm.conf, but the code seems to
    have been treating -ae as local-only for a very long time.

caused pvmove to stopped working if an LV is activated exclusively.

Milan

Milan Broz (4):
  Remove unused and wrongly set cluster VG flag from clvmd lock query
    command.
  Use new flag PVMOVE_EXCLUSIVE in update_metatada call.
  Do not allow pvmove if some affected LVs are activated locally     or
    on more nodes while others are activated exclusively.
  Keep exclusive activation in pvmove if LV is already active.

 WHATS_NEW                     |    3 ++
 lib/locking/cluster_locking.c |    2 +-
 lib/locking/locking.c         |    2 +-
 tools/pvmove.c                |   44 +++++++++++++++++++++++++++++++++-------
 4 files changed, 41 insertions(+), 10 deletions(-)

-- 
1.7.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-25 21:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 20:56 [PATCH 0/4] pvmove cluster fixes Milan Broz
2012-03-25 20:56 ` [PATCH 1/4] Remove unused and wrongly set cluster VG flag from clvmd lock query command Milan Broz
2012-03-25 20:56 ` [PATCH 2/4] Use new flag PVMOVE_EXCLUSIVE in update_metatada call Milan Broz
2012-03-25 20:56 ` [PATCH 3/4] Do not allow pvmove if some affected LVs are activated locally or on more nodes while others are activated exclusively Milan Broz
2012-03-25 21:00   ` Milan Broz
2012-03-25 20:56 ` [PATCH 4/4] Keep exclusive activation in pvmove if LV is already active Milan Broz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.