Make-initrd development discussion
 help / color / mirror / Atom feed
From: Vladimir Mokrozub <mva@mfc.tambov.gov.ru>
To: make-initrd@lists.altlinux.org
Subject: Re: [make-initrd] Multipath feature
Date: Thu, 18 Jan 2024 16:54:58 +0300
Message-ID: <75f74e65-6faa-4b4f-97df-240fa5516910@mfc.tambov.gov.ru> (raw)
In-Reply-To: <81bea917-e1af-4b19-8458-883f51126e47@mfc.tambov.gov.ru>

Мне кажется, какая-то проблема со службой multipathd. Когда я пытаюсь 
запустить ее руками в шелле initrd, она выкидывает ошибки:

$ multipathd -d -s

multipathd v0.9.3alt2: start up

Checker 'tur' not found in /lib64/multipath

failed to initialize checkers

multipathd: shut down

18.01.2024 10:53, Vladimir Mokrozub пишет:
> Здравствуйте,
>
> пытаюсь в Альте использовать фичу multipath для корневой ФС для 
> сервера, подключенного к устройству хранения SAS двумя кабелями.
>
> Из документации смог найти только это: https://www.altlinux.org/Multipath
>
> Сделать загрузку с multipath не получилось и в процессе возникло 
> несколько вопросов, буду очень благодарен, если поможете:
>
> 1) При добавлении "FEATURES += multipath" в файл /etc/initrd.mk и 
> запуске make-initrd появляются ошибки:
>
> find-udev-rule-externals: unmatched character (') found
> find-udev-rule-externals: command not found: -u
> find-udev-rule-externals: command not found: -U
>
> Образ initrd при этом собирается. Насколько критичные эти ошибки и 
> можно ли их игнорировать?
>
> 2) Нужно ли добавлять "DISABLE_GUESS = root" в /etc/initrd.mk при 
> использовании multipath?
>
> 3) Что нужно прописывать в /etc/fstab и нужно ли прописывать вообще 
> что-либо?
>
> Я пробовал прописывать устройство по WWN и по /dev/mapper:
>
> /dev/disk/by-id/wwn-0x600c0ff0002619a1f2dd546501000000-part2 /       
> ext4    relatime        1       1
>
> /dev/mapper/mpatha-part2    /       ext4    relatime 1       1
>
> Но при загрузке корень все равно монтируется не из 
> multipath-устройства, а из /dev/sda2 или /dev/sdd2.
>
> Версия make-initrd: 2.31.0-alt4
>
> -- 
>
> Regards, Vladimir Mokrozub
>
> _______________________________________________
> Make-initrd mailing list
> Make-initrd@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/make-initrd

-- 
С уважением,
Мокрозуб Владимир Александрович,
заместитель директора ТОГКУ «МФЦ»
Тел.: +7 (4752) 63-08-06
Внутр. тел.: 7506



  reply	other threads:[~2024-01-18 13:54 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18  7:53 Vladimir Mokrozub
2024-01-18 13:54 ` Vladimir Mokrozub [this message]
2024-01-23 22:44   ` Konstantin Lepikhov
2024-01-24  0:09     ` Leonid Krivoshein
2024-01-24 13:00       ` Vladimir Mokrozub
2024-01-28 14:12       ` Alexey Gladkov
2024-01-28 17:17         ` Leonid Krivoshein
2024-01-29 12:03         ` Leonid Krivoshein
2024-01-29 13:47           ` Alexey Gladkov
2024-01-29 14:21             ` Leonid Krivoshein
2024-01-29 14:38               ` Alexey Gladkov
2024-01-29 16:39                 ` Leonid Krivoshein
2024-01-29 16:42                   ` Leonid Krivoshein
2024-01-29 16:56                     ` Alexey Gladkov
2024-02-16 22:05                 ` Leonid Krivoshein
2024-02-16 22:26                   ` Leonid Krivoshein
2024-02-17 13:00                   ` Alexey Gladkov
2024-02-17 13:15                     ` Alexey Gladkov
2024-02-17 18:55                       ` Leonid Krivoshein
2024-02-19 10:01                         ` Leonid Krivoshein
2024-02-19 10:20                           ` Leonid Krivoshein
2024-02-19 12:40                             ` Leonid Krivoshein
2024-02-19 13:18                               ` Alexey Gladkov
2024-02-19 15:08                                 ` Leonid Krivoshein
2024-02-19 15:30                                   ` Alexey Gladkov
2024-02-19 17:44                                     ` Leonid Krivoshein
2024-02-19 10:32                           ` Alexey Gladkov
2024-02-19 10:55                             ` Leonid Krivoshein
2024-02-19 12:47                               ` Alexey Gladkov
2024-02-19 12:52                                 ` Leonid Krivoshein
2024-02-19 13:29                                   ` Alexey Gladkov
2024-02-19 15:07                                     ` Leonid Krivoshein
2024-02-19 17:48                                     ` Leonid Krivoshein
2024-02-19 21:41                                       ` Alexey Gladkov
2024-02-20  1:04                                         ` Leonid Krivoshein
2024-01-29 13:53           ` Alexey Gladkov
2024-01-29 14:16             ` Leonid Krivoshein

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=75f74e65-6faa-4b4f-97df-240fa5516910@mfc.tambov.gov.ru \
    --to=mva@mfc.tambov.gov.ru \
    --cc=make-initrd@lists.altlinux.org \
    /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

Make-initrd development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/make-initrd/0 make-initrd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 make-initrd make-initrd/ http://lore.altlinux.org/make-initrd \
		make-initrd@lists.altlinux.org make-initrd@lists.altlinux.ru make-initrd@lists.altlinux.com
	public-inbox-index make-initrd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.make-initrd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git