The server does not start the network if multipatch is in autoload [fixed]

larry77

Member
Jul 25, 2021
6
0
6
42
Hello installed proxmox 7.0-10 (clean install), set up multipatch and everything works!
but if it reboots, then the network does not start, you can raise the network after executing the "/etc/init.d/networking restart".
1627267996641.png
If you turn off the autoload of the multipatch-tools, then everything loads normally (of course except multipatch). how can i fix this?
I apologize for earlier, I use a translator

cat /etc/multipath.conf
Code:
defaults {
polling_interval 2
path_selector "round-robin 0"
path_grouping_policy multibus
uid_attribute ID_SERIAL
rr_min_io 100
failback immediate
no_path_retry queue
user_friendly_names yes
find_multipaths no
}

blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^(hd|xvd)[a-z]*"
wwid    "2600503e000000000f846506f4c0ab30f" # specific disk


cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback

iface enp2s0f0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.10
        netmask 255.255.255.0
        gateway 192.168.0.254
        bridge_ports enp2s0f0
        bridge_stp off
        bridge_fd 0

iface enp2s0f1 inet manual

iface enp2s0f2 inet manual

iface enp2s0f3 inet manual

iface enp129s0f0 inet manual
 
Last edited:
I forgot to mention that I used lvm for fc storage and when executing the command pvcreate /dev/mapper/mpath0-part1
there was a problem in the download.
i deleted partitions on /dev/mapper/mpath0 and ran the command
pvcreate /dev/mapper/mpath0 this solved the problem! The server boots fine to see all the required volumes and network.
Thanks to all
 
Last edited: