forked from pool/multipath-tools
* multipathd: fix hang during shutdown with queuing maps
(bsc#1238484).
This adds multipathd-queueing.service.
* multipath-tools: make multipathd listen on a pathname socket
(/run/multipathd.socket) besides listening on an abstract socket.
This allows connecting to multipathd from a containerized application
(gh#opensvc/multipath-tools#111). In client mode, applications
linked against libmpathcmd will attempt to connect to the pathname
socket first, and to the abstract socket if this fails.
The MULTIPATH_SOCKET_NAME environment variable can be used to
override the socket name.
* multipathd: trigger uevents for blacklisted paths in reconfigure
(bsc#1236321)
* libmultipath: remove buggy reinstate_paths function
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=353
17 lines
692 B
XML
17 lines
692 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
|
<param name="filename">multipath-tools</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
|
<param name="revision">factory</param>
|
|
<param name="match-tag">0.[0-9]*.[0-9]*</param>
|
|
<param name="versionrewrite-pattern">[-]pre(\.)?([0-9])</param>
|
|
<param name="versionrewrite-replacement">~\2</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service mode="buildtime" name="tar"/>
|
|
</services>
|