| Summary: | app-emulation/ganeti - init script should depend on networking | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | regatus <gentoo> |
| Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gentoo, stefan, virtualization |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in >=ganeti-2.9.5 |
while booting the system, ganeti is started before network devices, bridges etc. are available. since ganeti uses network not only for the virtual machines, but also for cluster master ip, it should depend on networking. Reproducible: Always fix: depend() { - need localmount logger + need localmount logger net after bootmisc }