[lvm-devel] [PATCH 0/5] Fixes for relase

Zdenek Kabelac zkabelac at redhat.com
Wed Feb 2 13:07:56 UTC 2011


Contains minimal consistent patchset for a release.

1st patch might need  very simply 'hack' to make it work properly.
But currently I fail to see how :(

Others are fixes releated to multiple stacked operations.

As we have had still left fs_unlock with every lv_resume()
these were not really a big problem - but once this is removed
the lv_info() check showed as the best place for checking 
udev sychronization and making sure there are no operations in 
progress. (This is very quick one the cookie is 0)


Zdenek Kabelac (5):
  Fix clustered and no-lock locking with HOTFIX
  Move add_dev_node to DM_DEVICE_RESUME
  Fix operation node stacking
  lv_info handle udev_sync
  Remove  open_count read from some lv_info calls

 daemons/clvmd/clvmd-command.c |    5 ++-
 daemons/clvmd/clvmd.c         |    3 ++
 daemons/clvmd/lvm-functions.c |    9 ++++-
 daemons/clvmd/lvm-functions.h |    2 +-
 lib/activate/activate.c       |   15 +++++++-
 lib/activate/fs.c             |   66 ++++++++++++++++++++++++++++++++++++--
 lib/activate/fs.h             |    1 +
 lib/locking/cluster_locking.c |    6 ++--
 lib/locking/locking.c         |    7 ++--
 lib/locking/locking.h         |   22 +++++++++++-
 libdm/ioctl/libdm-iface.c     |    8 ++--
 libdm/libdm-common.c          |   71 ++++++++++++++++++++++++++++++++++++-----
 liblvm/lvm_lv.c               |    4 +-
 tools/lvconvert.c             |    2 +-
 tools/lvscan.c                |    2 +-
 15 files changed, 190 insertions(+), 33 deletions(-)

-- 
1.7.3.5




More information about the lvm-devel mailing list