I have a r710 server with a H200i JBOD card with a fresh install of Proxmox 8.4, in journalctl it shows hdparm taking a long time and timing out, this causes ifupdown2 to fail, when the server finishes restarting i just run
systemctl restart networking and my ethenert interface goes up
so i just edited
/etc/udev/rules.d/85-hdparam.rules
and made the line
ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+="/lib/udev/hdparm"
to
#ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+="/lib/udev/hdparm"
and everything boots up correctly, zfs pool is online and without issues
Attaching journalctl screenshot
systemctl restart networking and my ethenert interface goes up
so i just edited
/etc/udev/rules.d/85-hdparam.rules
and made the line
ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+="/lib/udev/hdparm"
to
#ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+="/lib/udev/hdparm"
and everything boots up correctly, zfs pool is online and without issues
Attaching journalctl screenshot