Re: [dm-devel] NetAPP AFF A220 - Debian - multipathing setup

2023-02-23 Thread Chris Hofstaedtler
* Thomas Glanzmann [230222 14:15]: > Hello, > I have Debian bullseye connected to an AFF A220 NetApp iSCSI target with > ALUA enabled. I see two paths, however multipathd doesn't seem to > configure a multipath device for the two paths. Find the output of the > following commands here: > multipat

Re: [dm-devel] multipath-tools: Debian patches

2023-06-06 Thread Chris Hofstaedtler
Hi, * Martin Wilck [230606 17:18]: > On Mon, 2023-06-05 at 21:59 +0200, Xose Vazquez Perez wrote: > > Hi, > I have no Debian salsa account, so I reply here, trying to reach Chris > via email. (not sure where this mail thread started, I don't see the first mail in the dm-devel archives) > > A c

[dm-devel] [PATCH] multipath-tools build: rename PKGCONFIG to PKG_CONFIG

2023-06-06 Thread Chris Hofstaedtler
Debian's build system helpers automatically set "PKG_CONFIG" correctly, so it would be convenient for Debian to use this name instead of "PKGCONFIG". The majority of projects also seem to call this makefile variable "PKG_CONFIG". Signed-off-by: Chris Hofstae

[dm-devel] [PATCH] multipath-tools build: accept KBUILD_BUILD_TIMESTAMP from env

2023-06-06 Thread Chris Hofstaedtler
get a timestamp, which fails in a typical Debian build environment, which is not a full git source tree. Have libdmmp/Makefile use KBUILD_BUILD_TIMESTAMP from the environment if available, otherwise use git as before. Signed-off-by: Chris Hofstaedtler --- libdmmp/Makefile | 2 +- 1 file changed

Re: [dm-devel] multipath-tools: Debian patches

2023-06-07 Thread Chris Hofstaedtler
* Martin Wilck [230606 21:40]: > On Tue, 2023-06-06 at 18:48 +0200, Chris Hofstaedtler wrote: [..] > > > If Chris has followed the upstream discussion, he is probably aware > > > that we do care about the ABI. We don't keep the libmultipath ABI > > > stable