All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>,
	Christophe Varoqui <christophe.varoqui@opensvc.com>,
	DM_DEVEL-ML <dm-devel@lists.linux.dev>
Subject: Re: [PATCH 2/5] multipath-tools: clarify path selector descriptions in multipath.conf.5
Date: Mon, 15 Jun 2026 18:44:43 +0200	[thread overview]
Message-ID: <8a34e0aa-d9ee-4f1b-bb02-7464b56566fc@gmail.com> (raw)
In-Reply-To: <43b7869e56668aff117cc376dea71855f73b70fa.camel@suse.com>

On 6/15/26 11:15 AM, Martin Wilck wrote:

> On Mon, 2026-06-15 at 10:26 +0200, Xose Vazquez Perez wrote:
>> On 6/15/26 10:16 AM, Martin Wilck wrote:
>>
>>> On Sat, 2026-06-13 at 15:09 +0200, Xose Vazquez Perez wrote:
>>>> Selectors operate on the next individual I/O request rather
>>>> than a "bunch" of I/O.
>>>
>>> This patch doesn't apply cleanly to any of my branches (master,
>>> queue,
>>> tip).
>> That quote is from the patch series I sent earlier. You might have
>> missed it:
>>
>> Xose Vazquez Perez (3):
>>     multipath-tools: delete obsolete information from multipath.conf.5
>>     multipath-tools: remove explicit width from .TP macros in
>> multipath.conf.5
>>     multipath-tools: remove explicit widths from macros in the
>> remaining man pages
> 
> I was about to apply this (5-part) series to the queue branch. But I do
> have an issue with the other series, as I just wrote, so I'm postponing
> this again. I would like to ask you to send a consolidated series. But
> first I guess we need to reach consensus what to do with the rr_minio
> patch.
With git 2.54.0 and a clean environment (no ~/.gitconfig), all parches
apply cleanly on my end over the queue branch:

$ git clone https://github.com/openSUSE/multipath-tools.git
Cloning into 'multipath-tools'...
remote: Enumerating objects: 40696, done.
remote: Counting objects: 100% (240/240), done.
remote: Compressing objects: 100% (126/126), done.
remote: Total 40696 (delta 141), reused 180 (delta 114), pack-reused 40456 (from 1)
Receiving objects: 100% (40696/40696), 8.00 MiB | 23.14 MiB/s, done.
Resolving deltas: 100% (31803/31803), done.

$ cd multipath-tools/

$ git branch
* queue

$ git am /mnt/datos/curre/arrays/p/enviados/cambios_man_tab/*.patch
Committer identity unknown

*** Please tell me who you are.

Run

   git config --global user.email "you@example.com"
   git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <you@example.com>) not allowed

$ git config --global user.email "you@example.com"

$ git config --global user.name "Your Name"

$ git am /mnt/datos/curre/arrays/p/enviados/cambios_man_tab/*.patch
Applying: multipath-tools: delete obsolete information from multipath.conf.5
Applying: multipath-tools: remove explicit width from .TP macros in multipath.conf.5
Applying: multipath-tools: remove explicit widths from macros in the remaining man pages

$ git am /mnt/datos/curre/arrays/p/enviados/cambios_man_II/*.patch
Applying: multipath-tools: remove syntax check comments from man pages
Applying: multipath-tools: clarify path selector descriptions in multipath.conf.5
Applying: multipath-tools: specify file paths using variables and add FILES section in multipath.conf.5
Applying: multipath-tools: clarify user_friendly_names prefix behavior in multipath.conf.5
Applying: multipath-tools: fix mandoc errors/warnings in man pages

$ git log -8 --oneline
fdd4549f (HEAD -> queue) multipath-tools: fix mandoc errors/warnings in man pages
b487df0e multipath-tools: clarify user_friendly_names prefix behavior in multipath.conf.5
cfe8681a multipath-tools: specify file paths using variables and add FILES section in multipath.conf.5
f6a59c26 multipath-tools: clarify path selector descriptions in multipath.conf.5
bf9e518c multipath-tools: remove syntax check comments from man pages
faf4dcb4 multipath-tools: remove explicit widths from macros in the remaining man pages
2b33e306 multipath-tools: remove explicit width from .TP macros in multipath.conf.5
fd084d8f multipath-tools: delete obsolete information from multipath.conf.5

  reply	other threads:[~2026-06-15 16:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-13 13:09 [PATCH 0/5] multipath-tools: clean up man pages II Xose Vazquez Perez
2026-06-13 13:09 ` [PATCH 1/5] multipath-tools: remove syntax check comments from man pages Xose Vazquez Perez
2026-06-13 13:09 ` [PATCH 2/5] multipath-tools: clarify path selector descriptions in multipath.conf.5 Xose Vazquez Perez
2026-06-15  8:16   ` Martin Wilck
2026-06-15  8:26     ` Xose Vazquez Perez
2026-06-15  8:37       ` Martin Wilck
2026-06-15  9:15       ` Martin Wilck
2026-06-15 16:44         ` Xose Vazquez Perez [this message]
2026-06-15 17:08           ` Martin Wilck
2026-06-15  8:18   ` Martin Wilck
2026-06-13 13:09 ` [PATCH 3/5] multipath-tools: specify file paths using variables and add FILES section " Xose Vazquez Perez
2026-06-13 13:09 ` [PATCH 4/5] multipath-tools: clarify user_friendly_names prefix behavior " Xose Vazquez Perez
2026-06-15  8:15   ` Martin Wilck
2026-06-13 13:10 ` [PATCH 5/5] multipath-tools: fix mandoc errors/warnings in man pages Xose Vazquez Perez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a34e0aa-d9ee-4f1b-bb02-7464b56566fc@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=bmarzins@redhat.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@lists.linux.dev \
    --cc=mwilck@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.