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

larry77

Member
Jul 25, 2021
6
0
6
40
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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!