[dm-devel] [opensvc/multipath-tools] Bump version (PR #27)

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Feb 23 21:55:03 UTC 2022


On 2/21/22 22:34, Martin Wilck wrote:

> here is another multipath-tools update. I've taken the liberty to bump the version to 0.8.9 already. It's mostly a bug fix release. The most important new feature is the support for FC Fibre 
> Performance Impact Notifications (FPIN) contributed by Muneendra Kumar.


It was not tagged yet!


> @bmarzins <https://github.com/bmarzins> (12):
> libmultipath: embed dm_info in multipath structure
> multipathd: update dm_info on multipath change events
> multipathd: avoid unnecessary path read-only reloads
> libmultipath: fix DI_NOIO pathinfo PATH_PENDING handling
> libmultipath: simplify out __set_no_path_retry()
> libmultipath: don't enter recovery mode with pending paths
> libmultipath: fix disassemble status for historical-service-time PS
> libmultipath: make helper function to trigger path uevents
> multipathd: trigger udev change on path addition
> libmultipath: use asprintf() to allocate prefixed_uuid
> multipathd: disallow changing to/from fpin marginal paths on reconfig
> libmultipath: fix printing native nvme multipath topology.
> 
> @mwilck <https://github.com/mwilck> (23):
> multipathd.service: remove LimitCORE=infinity directive
> multipathd.service: don't load SCSI device handler modules
> multipathd.service: add dependency on initrd-cleanup.service
> multipathd.service: drop dependencies on iscsi and iscsid
> libmpathpersist: split public and internal API
> multipathd: remove duplicate definitions from main.h
> libmpathpersist/multipathd: remove duplicate definition
> libmpathpersist: remove __STDC_FORMAT_MACROS
> libmpathpersist: cleanup mpathpr.h
> libmultipath.version: bump major version
> multipath/Makefile: use $(udevrulesdir)
> multipath-tools: Makefile.inc: delete obsolete comment
> multipath-tools: install modules-load.d/multipath.conf
> multipathd.service: drop ExecStartPre for loading dm-multipath
> multipath: Makefile: modules-load.d file for SCSI device handlers
> README.md: add basic information about building multipath-tools
> libmultipath: hwtable: use ALUA for all LIO targets
> kpartx.rules: skip MD devices
> libmultipath: enable linear ordering of bus/proto tuple
> libmultipath: use bus_protocol_id() in snprint_path_protocol()
> libmultipath: enable defining a static bitfield
> libmultipath: only warn once about unsupported dev_loss_tmo
> Bump version to 0.8.9
> 
> @muneendramandala <https://github.com/muneendramandala> (1):
> multipathd: handle fpin events
> 
> @thesamesam <https://github.com/thesamesam> (1):
> build: don't compress man pages (fixes #24 <https://github.com/opensvc/multipath-tools/pull/24>)
> 
> @trofi <https://github.com/trofi> (6):
> kpartx/devmapper.c: fix unused-but-set variable error
> kpartx/devmapper.c: fix unused variable error
> multipath-tools: autodiscover libdevmapper.h headers
> multipath-tools: autodiscover libudev.h headers
> multipath-tools: allow passing non-standard linux-headers location
> multipath-tools: avoid using GZIP Makefile variable
> (fixes #23 <https://github.com/opensvc/multipath-tools/pull/23>)
> 
> @steffen-maier <https://github.com/steffen-maier> (2):
> libmultipath: support host adapter name lookup for s390x ccw bus
> libmultipath: add %L path wildcard for 64-bit hex LUN
> 
> @Uglymotha <https://github.com/Uglymotha> (1):
> Add missing include <assert.h> (fixes #25 <https://github.com/opensvc/multipath-tools/pull/25>)
> 
> @xosevp <https://github.com/xosevp> (2):
> multipath-tools: fix misspellings
> multipath-tools: remove duplicate headers
> 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> 
>         You can view, comment on, or merge this pull request online at:
> 
> https://github.com/opensvc/multipath-tools/pull/27 <https://github.com/opensvc/multipath-tools/pull/27>
> 
> 
>         Commit Summary
> 
>   * 6afb78f <https://github.com/opensvc/multipath-tools/pull/27/commits/6afb78f9535e646c3d7b1b59f22935e91c57ca39> multipathd.service: remove LimitCORE=infinity directive
>   * e90c387 <https://github.com/opensvc/multipath-tools/pull/27/commits/e90c387e044c264bef3ee9b438f4343e34e14973> multipathd.service: don't load SCSI device handler modules
>   * 11f0440 <https://github.com/opensvc/multipath-tools/pull/27/commits/11f044067974ae12c097aa48d27a46cbad6ce934> multipathd.service: add dependency on initrd-cleanup.service
>   * 7b251a0 <https://github.com/opensvc/multipath-tools/pull/27/commits/7b251a0b791045a88f12d79c8e528bf8cb598f70> multipathd.service: drop dependencies on iscsi and iscsid
>   * cc18bab <https://github.com/opensvc/multipath-tools/pull/27/commits/cc18bab3453532adcfe0eebeef8b044404ea93a1> libmultipath: embed dm_info in multipath structure
>   * 67c86ad <https://github.com/opensvc/multipath-tools/pull/27/commits/67c86adbcb043d1abaee9b290444075f13fda320> multipathd: update dm_info on multipath change events
>   * 6e40bf9 <https://github.com/opensvc/multipath-tools/pull/27/commits/6e40bf92486f82b4c58c1bfecf815e3410892d06> multipathd: avoid unnecessary path read-only reloads
>   * 54e7ed6 <https://github.com/opensvc/multipath-tools/pull/27/commits/54e7ed696b47b847c449b90f4c78f10e4f749b41> libmpathpersist: split public and internal API
>   * 2f7fc4f <https://github.com/opensvc/multipath-tools/pull/27/commits/2f7fc4f70d1de5c2a6a00d76b4e17b1084f81c8f> multipathd: remove duplicate definitions from main.h
>   * ac8da60 <https://github.com/opensvc/multipath-tools/pull/27/commits/ac8da6075bf68f1fdb6cf2108388b52e9472166e> libmpathpersist/multipathd: remove duplicate definition
>   * e179cb8 <https://github.com/opensvc/multipath-tools/pull/27/commits/e179cb84ec80f8c7303d91c9042b80e338ef18fc> libmpathpersist: remove __STDC_FORMAT_MACROS
>   * e608144 <https://github.com/opensvc/multipath-tools/pull/27/commits/e608144bfcaef293c11da1bf83eb91e2dc96d324> libmpathpersist: cleanup mpathpr.h
>   * 69d5e81 <https://github.com/opensvc/multipath-tools/pull/27/commits/69d5e814022eff674e6fe7fe020bf8dc29e25242> multipath-tools: fix misspellings
>   * 1834dc4 <https://github.com/opensvc/multipath-tools/pull/27/commits/1834dc46e7ab9b08b0919d189f7ae1642443c06d> libmultipath: fix DI_NOIO pathinfo PATH_PENDING handling
>   * 5c88969 <https://github.com/opensvc/multipath-tools/pull/27/commits/5c88969edb7744f1718b64eb11774feda4a87c37> libmultipath: simplify out __set_no_path_retry()
>   * 7278108 <https://github.com/opensvc/multipath-tools/pull/27/commits/727810804a94097456639e979a6a573d24111d14> libmultipath: don't enter recovery mode with pending paths
>   * dd6338d <https://github.com/opensvc/multipath-tools/pull/27/commits/dd6338ddc17c2315a188fcbf29ec5cfef1231c8e> libmultipath.version: bump major version
>   * a220dd1 <https://github.com/opensvc/multipath-tools/pull/27/commits/a220dd114343680854aa53235550ee6b96e1910b> build: don't compress man pages
>   * c54d933 <https://github.com/opensvc/multipath-tools/pull/27/commits/c54d933264bc8053dacd4574fb38c58064cf5ac8> multipath-tools: remove duplicate headers
>   * 2316566 <https://github.com/opensvc/multipath-tools/pull/27/commits/23165664d3ed90c4dcae0a7c4b165706f40ea588> kpartx/devmapper.c: fix unused-but-set variable error
>   * be16f42 <https://github.com/opensvc/multipath-tools/pull/27/commits/be16f42c608e58ac973fc1d43a101a7334ca9b21> kpartx/devmapper.c: fix unused variable error
>   * 921fabd <https://github.com/opensvc/multipath-tools/pull/27/commits/921fabd48963e84e1c441327f8d8d542a3511f79> multipath-tools: autodiscover libdevmapper.h headers
>   * 1017d59 <https://github.com/opensvc/multipath-tools/pull/27/commits/1017d59d9fa6f4cdcfb24947f0a260d05906dc22> multipath-tools: autodiscover libudev.h headers
>   * 193455b <https://github.com/opensvc/multipath-tools/pull/27/commits/193455b2c32eb781c47039d0f6bb251235c61e36> multipath-tools: allow passing non-standard linux-headers location
>   * 02bc889 <https://github.com/opensvc/multipath-tools/pull/27/commits/02bc8893f839ecc16f88920f286a7e756be6f70b> multipath-tools: avoid using GZIP Makefile variable
>   * 353419e <https://github.com/opensvc/multipath-tools/pull/27/commits/353419e81529c52ec01088ede1c841a7f60c5e0b> libmultipath: fix disassemble status for historical-service-time PS
>   * ad16d0b <https://github.com/opensvc/multipath-tools/pull/27/commits/ad16d0b88991370f1b504a7ba6c35087fcb48abe> libmultipath: make helper function to trigger path uevents
>   * 9b634e8 <https://github.com/opensvc/multipath-tools/pull/27/commits/9b634e88d37a3c340683ac1a3a0d358aa60d67c7> multipathd: trigger udev change on path addition
>   * 378932f <https://github.com/opensvc/multipath-tools/pull/27/commits/378932f296c153c634eaaaf1d6bf6e93ee8e7fc0> libmultipath: use asprintf() to allocate prefixed_uuid
>   * 1ef4541 <https://github.com/opensvc/multipath-tools/pull/27/commits/1ef4541ca0ceab4cdec43548c61542e532e0f08e> multipath/Makefile: use $(udevrulesdir)
>   * 41d0b66 <https://github.com/opensvc/multipath-tools/pull/27/commits/41d0b66f6ca6cbdc18c95d209b85d96fdd9f6299> multipath-tools: Makefile.inc: delete obsolete comment
>   * 92f0893 <https://github.com/opensvc/multipath-tools/pull/27/commits/92f0893ac1f0c9daf7eef8753e6bd9730bcce4c6> multipath-tools: install modules-load.d/multipath.conf
>   * a1eabea <https://github.com/opensvc/multipath-tools/pull/27/commits/a1eabea75e8e0f6072f2b655cae25ec473b006c5> multipathd.service: drop ExecStartPre for loading dm-multipath
>   * 2159f76 <https://github.com/opensvc/multipath-tools/pull/27/commits/2159f761f83a0f253c7bcf439fd319eab7ac81a9> multipath: Makefile: modules-load.d file for SCSI device handlers
>   * 5e5e51c <https://github.com/opensvc/multipath-tools/pull/27/commits/5e5e51c71f7e8277d128683871c7021acc58cc55> README.md: add basic information about building multipath-tools
>   * 544c4f4 <https://github.com/opensvc/multipath-tools/pull/27/commits/544c4f4824de6132817015908cedf86f706c4d77> libmultipath: hwtable: use ALUA for all LIO targets
>   * 4f50e0e <https://github.com/opensvc/multipath-tools/pull/27/commits/4f50e0e2a0dc9e216d56476ceb8a1fa7ac4d0d5b> kpartx.rules: skip MD devices
>   * cfff03e <https://github.com/opensvc/multipath-tools/pull/27/commits/cfff03efbca753ef485ad717087464dced9c721a> multipathd: handle fpin events
>   * 3af023b <https://github.com/opensvc/multipath-tools/pull/27/commits/3af023b501b6453e1ad0dad6be1c4920a6809bdd> multipathd: disallow changing to/from fpin marginal paths on reconfig
>   * 852a1df <https://github.com/opensvc/multipath-tools/pull/27/commits/852a1dfd9488395e9a907ff882a630f11d10935c> libmultipath: support host adapter name lookup for s390x ccw bus
>   * 260d7cb <https://github.com/opensvc/multipath-tools/pull/27/commits/260d7cb411fedf49167646ccc8834fd4b88f8005> libmultipath: add %L path wildcard for 64-bit hex LUN
>   * 1a2f329 <https://github.com/opensvc/multipath-tools/pull/27/commits/1a2f32924d8ad025f2d0837f509d4e7fd501f1d1> libmultipath: fix printing native nvme multipath topology.
>   * d11793a <https://github.com/opensvc/multipath-tools/pull/27/commits/d11793a9386cee36da58391128d17f3a70fa83ba> Add missing include <assert.h>
>   * 571f28b <https://github.com/opensvc/multipath-tools/pull/27/commits/571f28bffa95eac49a5436ab9d34c6afff434757> libmultipath: enable linear ordering of bus/proto tuple
>   * 28fcf23 <https://github.com/opensvc/multipath-tools/pull/27/commits/28fcf23cc30b48ddc82cb2024a455b124baa3257> libmultipath: use bus_protocol_id() in snprint_path_protocol()
>   * 6ae1b0c <https://github.com/opensvc/multipath-tools/pull/27/commits/6ae1b0c8e401e9f6cf137a7c78dbf2801e80858b> libmultipath: enable defining a static bitfield
>   * ac61ccc <https://github.com/opensvc/multipath-tools/pull/27/commits/ac61ccc950456acfe7a4dacdadef26e9546707fb> libmultipath: only warn once about unsupported dev_loss_tmo
>   * fc87ba4 <https://github.com/opensvc/multipath-tools/pull/27/commits/fc87ba4fe63b3eda51325209b86e159db493975d> Bump version to 0.8.9
> 
> 
>         File Changes
> 
> (71 files <https://github.com/opensvc/multipath-tools/pull/27/files>)
> 
>   * *M* Makefile.inc <https://github.com/opensvc/multipath-tools/pull/27/files#diff-45f338d2aca0e170b4531d9554b6a2a0ad301a651de3a0c237af4365dabbf2ff> (48)
>   * *M* README.md <https://github.com/opensvc/multipath-tools/pull/27/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5> (56)
>   * *M* kpartx/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-82e491d7d0a3244998d5794b270be79449856d8baa7fb37d9373eb96a4bd7928> (9)
>   * *M* kpartx/crc32.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-827fb367281d0dc24284a4c6f33f6a4310579025636c1ab6347d60418d85eced> (2)
>   * *M* kpartx/devmapper.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-7fcedbdfc0b8f22d60fc7864bb7b149e1ea695637564ae531ed8248bc7adb0b7> (10)
>   * *M* kpartx/gpt.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-037ac32db3d8a8f9a16abf980e9d1ff9bd2c28bb7a5f948bd7b6e60752323ad8> (2)
>   * *M* kpartx/kpartx.rules <https://github.com/opensvc/multipath-tools/pull/27/files#diff-3588844e647ca9016af2c082436864c591288bb7675973353fab0e1fbc3ea2c0> (3)
>   * *M* libdmmp/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-c66a1a934d21599db44cb39b77ac8e81247b9dc2f86e19500f915afcdaa3a796> (14)
>   * *M* libdmmp/libdmmp.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-6f9d5b1a8f78d472020138b033a0f442c967c362fb86d09e7bbfffa8abe36978> (3)
>   * *M* libmpathcmd/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-9932294e61db3731b45c80550e24e55bb307b1c5e05dbababd4a23dc43a18d84> (2)
>   * *M* libmpathcmd/mpath_cmd.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-1553c79692ca3417712ab0837f322972bcf236bd1796465be0e2b18a8308cee7> (2)
>   * *M* libmpathpersist/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-150a1f2d6ca3219f86ae98329c1c3d12d07fef8dd2d570ebd17c21a384f48cc1> (18)
>   * *M* libmpathpersist/libmpathpersist.version <https://github.com/opensvc/multipath-tools/pull/27/files#diff-ec4726ecf53c97ab73131c06d71e29ad520cfb633ae6dc06b618b50fc779d40a> (27)
>   * *M* libmpathpersist/mpath_persist.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-fe6e484178b6614b7d7fb630ea684afba79bfb236c4d49df3db29dc94b2a6952> (776)
>   * *M* libmpathpersist/mpath_persist.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-f9026728f352c8c347cf1e327ed9b0b915912ff7806f6739a7b7556916da51aa> (2)
>   * *A* libmpathpersist/mpath_persist_int.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-ff74202e031594e13bcc0401fcd0850d0ebca4322b985384045b66d42e6b25c2> (792)
>   * *A* libmpathpersist/mpath_persist_int.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-68ed0ba8d212665519be5c78e8ffff2727f4ea5a8f891fa08edf80b02c1a1b9e> (25)
>   * *M* libmpathpersist/mpath_pr_ioctl.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-30fafc4cfc34caa42b7ea3f9ced3f8c76a6dcbeec4f990d533794ddf0cde8356> (4)
>   * *M* libmpathpersist/mpath_updatepr.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-bbcdb54cae488d426788afa24c7a173f77137170f1ba7a2c621fbcdc7fe43a12> (1)
>   * *M* libmpathpersist/mpathpr.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-8029ce78f8dd2fefa895579caca67910dcb4ed081f4c0ed377adceb4971cbcd7> (49)
>   * *M* libmpathvalid/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-f794dd73cecd0f75bba0f1b3ef258584bd9920b20afcb9f2b2d0b753f227ea18> (2)
>   * *M* libmpathvalid/mpath_valid.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-b945efb8f1dfc8bf61e0382903b46a6fdf57c9f21bf994f153190173567a07e0> (6)
>   * *M* libmultipath/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-0786a7389ddc7495caec38150cd5c4e8f7e64b5e89d29a8f3ade9e4c251e9210> (21)
>   * *M* libmultipath/alias.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-e3acbc45dc1fe5d8929260b435379446ad0aeb2aa7d4bf19c31e66e5f1db2869> (3)
>   * *M* libmultipath/checkers.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-54e6a288c2fbfbf0277a36ce74d29679b2027f42974d5603a4bacd2cb63bd3e5> (1)
>   * *M* libmultipath/checkers.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-12c9c3bcd4c5109e9f7338b4de6d089532a07bd2396d30330dbed31b9e56ecb6> (2)
>   * *M* libmultipath/checkers/directio.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-7a7b922fcd863ae800a5fe3d3885bd2bcead5eaff0dde1e28df204333ef4ab77> (3)
>   * *M* libmultipath/checkers/tur.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-00957fd6c5579d3e3df1c065b24cc34c46af0809493fd39da67bc3e479882195> (1)
>   * *M* libmultipath/configure.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-6d853ab682c591e6c3bd542f9eeb12ea57d21ca6e81b2c6843ad1ac45dc274ed> (86)
>   * *M* libmultipath/configure.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-2fc90cc8bf40b0310c8e348d92e9e8acc67bc5cd71e3afab8a4d0ea27f6d3f2d> (1)
>   * *M* libmultipath/devmapper.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-a303d8e40cae11a9444d89401637b1cf0fa1b3b85a309d01627497daa570ad07> (56)
>   * *M* libmultipath/devmapper.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-5a0f8ec0f52fe5c65e436d3f41e43a02b9e0dc7fa12c97eaf94b01c1201e2b1a> (3)
>   * *M* libmultipath/dict.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-56bef81ef557fd7267f89c3b7f5ed8099f865a48865c7793b1d847f7413910ff> (56)
>   * *M* libmultipath/discovery.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-d9b97ae09863c321a4e50c08e57bc489877d7a38d9f7cd6853ff0f80b486ea1a> (88)
>   * *M* libmultipath/discovery.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-933c817ba159a199a5c1983ac9df6feb74698c59d0cd9d509089d87c2e369247> (1)
>   * *M* libmultipath/dmparser.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-d1d75c7959740a5e5daad81ee3556a74b1662c79aaa95f33d8e6d0fbfe0a40b2> (16)
>   * *M* libmultipath/foreign.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-ead8d572300c6b44cc85c9b83e2c2cb4670f06289882926683f0d472199b8ca1> (2)
>   * *M* libmultipath/foreign/nvme.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-88bec83b696a0a6c40e840b1b0400feda67523227774bd35d52590cf48ade34c> (2)
>   * *M* libmultipath/hwtable.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-eeab98c4bb0459858e2ad17c9aa77ea30ee7a900e16cddb5325b9984b1694021> (2)
>   * *M* libmultipath/libmultipath.version <https://github.com/opensvc/multipath-tools/pull/27/files#diff-a9a62c1b7d4e875e1640ad844228ea810da1bfc5a896fe243480d570c9f1746f> (7)
>   * *M* libmultipath/print.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-03fdf3265535480005c30346d1d869870c39e9ac3c3d7399567f3b9cb75d7456> (91)
>   * *M* libmultipath/prioritizers/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-0928214c2e050637a7c5a3fec4378990bc3bdf3ba4b5e398c3a482d323e192cd> (2)
>   * *M* libmultipath/prioritizers/alua_spc3.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-39da921d68dff167c5d10bd65f36ccc878ae28c9e9d15aca0ee167fe207f6a3b> (2)
>   * *M* libmultipath/prioritizers/path_latency.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-01681965c27467dd17e7129b7b16184f08c6a914aef0a54b07a5804a72b7c3c8> (2)
>   * *M* libmultipath/propsel.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-bec539be6926f7acb59899267b98d1912715a4361e3db8479938d42c59de59c0> (47)
>   * *M* libmultipath/structs.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-a31b5efadebd69a7842149167323fdae7bd37ce83ca40c1e016c860c747add24> (20)
>   * *M* libmultipath/structs.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-a93cd36e0e666f8ec9bd08ac0ec17f20da83aa724f22e09a9894a34680220752> (23)
>   * *M* libmultipath/structs_vec.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-4382e17f0bfac068cd635da00d1c177bf708c65f6cdf334e1eaac8382900f9d6> (13)
>   * *M* libmultipath/structs_vec.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-962e0deb6f34f8678cb3e23ab520aa19acb9b40d22dc896fa8df1f2741a39e0b> (3)
>   * *M* libmultipath/uevent.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-f6b3f1fbbef51ecd6bdd5b1cfa8be66cf3927296e62fac05dadb20c645082910> (3)
>   * *M* libmultipath/util.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-6efaeff5faaf61b2167737e05f3bb8ca3d3114063fddb56f09cc2f43382ea76b> (10)
>   * *M* libmultipath/version.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-478da31aeaa3038e1bc4794fab319e67df436df652a4e10abdaf6594141dea3a> (4)
>   * *M* mpathpersist/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-9e9a919aefdb62392c2f54afe0c72f11703e4951eb2c22e59c136be95e7cbfb8> (7)
>   * *M* mpathpersist/main.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-35caad6186137dd02a675dafa4739633a9cf04ad4ea843460e67af0b659d0ed0> (1)
>   * *M* multipath/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-7a952bcc107f8938a7f1a1da913759ec33b169acd716c67c901e8344df09f71e> (23)
>   * *M* multipath/main.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-f8c60d3ccbd6bca8a17e2783761581a9469442ec027bea8a2eee49aa99a77509> (1)
>   * *A* multipath/modules-load.conf <https://github.com/opensvc/multipath-tools/pull/27/files#diff-33a2b01084401edcf864aca8f15f0b502eecbd8a14f282a906dde68dd82e352c> (3)
>   * *M* multipath/multipath.conf.5 <https://github.com/opensvc/multipath-tools/pull/27/files#diff-3d327d29ff88bc38130c0649b75672502a995446eb3bcc2e5dc2beee51049389> (42)
>   * *A* multipath/scsi_dh.conf <https://github.com/opensvc/multipath-tools/pull/27/files#diff-7bfe50979579b59dbde2cd2a55701cdf464444077126205b3cfb46dfbf54e835> (2)
>   * *M* multipathd/Makefile <https://github.com/opensvc/multipath-tools/pull/27/files#diff-a6fe2ff4f4336191232a04fb3053c7c84ae03c56e7690ea707608f0bb8d09c58> (19)
>   * *M* multipathd/dmevents.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-695a6d459e971d373ddfb7d0bb6e5ffec6f4063c967ea64666c1e1a893ee004c> (2)
>   * *A* multipathd/fpin.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-f88a094cfc72f7071ac8ef8f6e9bb066f25db2867ae940282cbb403e7f75cfb0> (20)
>   * *A* multipathd/fpin_handlers.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-e8a8be17245a3840252ea5e09b0159446fcdf64cd4f47f82106512d7ea27cb62> (540)
>   * *M* multipathd/main.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-169188c7d0796975d09cda29346f2f1081930b0fbf2348080f58152c5b5f8ac5> (120)
>   * *M* multipathd/main.h <https://github.com/opensvc/multipath-tools/pull/27/files#diff-995c25e6d7c1cd81790dcce037c73aa92b8080ce8bc6b141b78c83a2a999218d> (17)
>   * *M* multipathd/multipathd.8 <https://github.com/opensvc/multipath-tools/pull/27/files#diff-4fad50913d121067ba1940a866c706be878c36861eef98e2f7e045bf1d6d943d> (2)
>   * *M* multipathd/multipathd.service <https://github.com/opensvc/multipath-tools/pull/27/files#diff-e29db1b23f412fe4d5934558cc7d7fef32380159008d2c15ef1ab43c28b44e56> (6)
>   * *M* multipathd/uxlsnr.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-4302227410c6a1268f6318fa264158948ce376efbed3169654c4cbc9536419f0> (2)
>   * *M* tests/README.md <https://github.com/opensvc/multipath-tools/pull/27/files#diff-dacac2ebf9792f0d23c0f922a744486ded01901957d5281290925acd89cf83ac> (2)
>   * *M* tests/hwtable.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-d4126e26dd61ad6ccef6a2afe45c601d39efccde147e8a66dc0a697956f6f565> (12)
>   * *M* tests/strbuf.c <https://github.com/opensvc/multipath-tools/pull/27/files#diff-e6c8cbaaf2d15967419fc0060c8abaa89a2a6a01648e857093282d336188a0ad> (1)
> 
> 
>         Patch Links:
> 
>   * https://github.com/opensvc/multipath-tools/pull/27.patch <https://github.com/opensvc/multipath-tools/pull/27.patch>
>   * https://github.com/opensvc/multipath-tools/pull/27.diff <https://github.com/opensvc/multipath-tools/pull/27.diff>
> 
>> Reply to this email directly, view it on GitHub <https://github.com/opensvc/multipath-tools/pull/27>, or unsubscribe 
> <https://github.com/notifications/unsubscribe-auth/ABF3ACTWRLJD32JMGKZU5W3U4KVVLANCNFSM5O7URGAA>.
> Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android 
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
> You are receiving this because you were mentioned.Message ID: <opensvc/multipath-tools/pull/27 at github.com>




More information about the dm-devel mailing list