<div dir="ltr">Hi Ben,<div><br></div><div>This patchset is merged, thanks.</div><div><br></div><div>The version code has been bumped to 0.6.0</div><div><br></div><div>Best regards,</div><div>Christophe Varoqui</div><div><a href="http://www.opensvc.com">www.opensvc.com</a></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 8, 2016 at 1:19 AM, Benjamin Marzinski <span dir="ltr"><<a href="mailto:bmarzins@redhat.com" target="_blank">bmarzins@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is a resend of my previous batch of patches.  The only one that has<br>
changed (besides in offsets) is patch 10 "multipathd: delay reloads during<br>
creation". I renamed the config option "missing_uev_wait_timeout". When<br>
it triggers, multipath will simply print a warning message and re-enable<br>
reloads as if it had received the uevent.<br>
<br>
I also added a new patch that adds a new keyword to the weightedpath<br>
prioritizer, so that you can refer to paths in a persistent way.<br>
<br>
Benjamin Marzinski (18):<br>
  multipathd: use /run instead of /var/run<br>
  retrigger uevents to try and get the uid through udev<br>
  Fix issues with user_friendly_names initramfs bindings<br>
  Add libmpathcmd library and use it internally<br>
  libmultipath: add ignore_new_boot_devs option<br>
  libmultipath: fix PAD and PRINT macros<br>
  libmultipath: Cut down on alua prioritizer ioctls<br>
  multipathd: fail if pidfile can't be created<br>
  libmultipath: check correct function for define<br>
  multipathd: delay reloads during creation<br>
  multipath: Fix minor text issues<br>
  kpartx: verify partition devices<br>
  multipath: add exclusive_pref_bit for alua prio<br>
  multipathd: print "fail" when remove fails<br>
  multipath: check partitions unused before removing<br>
  multipathd.service: remove blk-availability Requires<br>
  multipathd: use 64-bit int for command key<br>
  multipath: add wwn keyword to weightedpath prio<br>
<br>
 Makefile                                 |   1 +<br>
 Makefile.inc                             |  12 +-<br>
 kpartx/devmapper.c                       |  17 ++-<br>
 kpartx/devmapper.h                       |   2 +-<br>
 kpartx/kpartx.c                          |  70 ++++++++++-<br>
 libmpathcmd/Makefile                     |  30 +++++<br>
 libmpathcmd/mpath_cmd.c                  | 178 +++++++++++++++++++++++++++<br>
 libmpathcmd/mpath_cmd.h                  | 125 +++++++++++++++++++<br>
 libmpathpersist/Makefile                 |   9 +-<br>
 libmpathpersist/mpath_persist.c          |   2 +-<br>
 libmpathpersist/mpath_updatepr.c         |  14 +--<br>
 libmultipath/Makefile                    |   5 +-<br>
 libmultipath/config.c                    |   7 +-<br>
 libmultipath/config.h                    |   5 +<br>
 libmultipath/configure.c                 |  20 +--<br>
 libmultipath/defaults.h                  |   6 +-<br>
 libmultipath/devmapper.c                 |  46 +++++--<br>
 libmultipath/devmapper.h                 |   2 +-<br>
 libmultipath/dict.c                      |  20 ++-<br>
 libmultipath/discovery.c                 |  28 +++--<br>
 libmultipath/discovery.h                 |   2 +<br>
 libmultipath/print.c                     |  25 ++--<br>
 libmultipath/print.h                     |   4 +<br>
 libmultipath/prioritizers/alua.c         |  44 ++++---<br>
 libmultipath/prioritizers/alua_rtpg.c    |  69 +++++++----<br>
 libmultipath/prioritizers/alua_rtpg.h    |   2 +-<br>
 libmultipath/prioritizers/weightedpath.c |  37 ++++++<br>
 libmultipath/prioritizers/weightedpath.h |   1 +<br>
 libmultipath/propsel.c                   |   2 +-<br>
 libmultipath/structs.h                   |  10 ++<br>
 libmultipath/uxsock.c                    |  73 +++--------<br>
 libmultipath/uxsock.h                    |   5 +-<br>
 libmultipath/wwids.c                     |  19 +--<br>
 mpathpersist/Makefile                    |   2 +-<br>
 multipath.conf.defaults                  |   1 +<br>
 multipath/Makefile                       |   5 +-<br>
 multipath/main.c                         |   6 +-<br>
 multipath/multipath.conf.5               |  36 +++++-<br>
 multipathd/Makefile                      |   5 +-<br>
 multipathd/cli.c                         |  22 ++--<br>
 multipathd/cli.h                         |  20 +--<br>
 multipathd/cli_handlers.c                |  73 ++++++++---<br>
 multipathd/main.c                        | 205 ++++++++++++++++++++++++++-----<br>
 multipathd/main.h                        |   1 +<br>
 multipathd/multipathd.8                  |   4 +<br>
 multipathd/multipathd.init.suse          |   2 +-<br>
 multipathd/multipathd.service            |   3 +-<br>
 multipathd/uxclnt.c                      |  13 +-<br>
 multipathd/uxlsnr.c                      |  11 +-<br>
 49 files changed, 1031 insertions(+), 270 deletions(-)<br>
 create mode 100644 libmpathcmd/Makefile<br>
 create mode 100644 libmpathcmd/mpath_cmd.c<br>
 create mode 100644 libmpathcmd/mpath_cmd.h<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.8.3.1<br>
<br>
</font></span></blockquote></div><br></div>