Hi
I saw some errors about inaccessible unix socket when PVE was booting.
When I investigated boot sequence I found that openvswitch may start before local fs's were mounted. When "/run" is mounting it overlays on created openvswitch socket and pid files.
So when I added dependency on $local_fs in init Required-Start section, those errors were gone.
I saw some errors about inaccessible unix socket when PVE was booting.
When I investigated boot sequence I found that openvswitch may start before local fs's were mounted. When "/run" is mounting it overlays on created openvswitch socket and pid files.
So when I added dependency on $local_fs in init Required-Start section, those errors were gone.