All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] minio cleanup patches.
@ 2026-06-15 19:07 Benjamin Marzinski
  2026-06-15 19:07 ` [PATCH 1/4] libmultipath: deprecate rr_weight, and make it do nothing Benjamin Marzinski
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Benjamin Marzinski @ 2026-06-15 19:07 UTC (permalink / raw)
  To: Christophe Varoqui
  Cc: device-mapper development, Martin Wilck, Xose Vazquez Perez

This patchset is to deprecate the rr_weight, rr_min_io_rq, and rr_min_io
multipath config options. It's a companion of the patchset to handle
their deprecation in the man pages.
https://lore.kernel.org/all/20260607103831.336833-2-xose.vazquez@gmail.com/

It does not completely remove the minio setting code, since there are
ideas for reusing this in the future. The final patch is simply a change
to avoid a kernel warning message that I hit while testing these
patches.

Benjamin Marzinski (4):
  libmultipath: deprecate rr_weight, and make it do nothing
  libmultipath: deprecate rr_min_io_rq, and make it do nothing
  libmultipath: deprecate rr_min_io
  libmultipath: don't set hwhander for bio based devices

 libmultipath/config.c    |  6 ---
 libmultipath/config.h    |  6 ---
 libmultipath/configure.c |  1 -
 libmultipath/defaults.h  |  2 +-
 libmultipath/dict.c      | 90 +++++++---------------------------------
 libmultipath/dmparser.c  | 28 +------------
 libmultipath/hwtable.c   |  3 --
 libmultipath/propsel.c   | 54 ++++++------------------
 libmultipath/propsel.h   |  1 -
 libmultipath/structs.h   |  1 -
 tests/hwtable.c          | 13 ++----
 tests/test-lib.c         |  1 -
 12 files changed, 33 insertions(+), 173 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-06-16  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 19:07 [PATCH 0/4] minio cleanup patches Benjamin Marzinski
2026-06-15 19:07 ` [PATCH 1/4] libmultipath: deprecate rr_weight, and make it do nothing Benjamin Marzinski
2026-06-15 19:07 ` [PATCH 2/4] libmultipath: deprecate rr_min_io_rq, " Benjamin Marzinski
2026-06-15 19:07 ` [PATCH 3/4] libmultipath: deprecate rr_min_io Benjamin Marzinski
2026-06-15 19:07 ` [PATCH 4/4] libmultipath: don't set hwhander for bio based devices Benjamin Marzinski
2026-06-15 21:00 ` [PATCH 0/4] minio cleanup patches Xose Vazquez Perez
2026-06-15 22:56   ` Benjamin Marzinski
2026-06-16  7:47     ` Xose Vazquez Perez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.