Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 501238

Summary: app-emulation/ganeti - init script should depend on networking
Product: Gentoo Linux Reporter: regatus <gentoo>
Component: Current packagesAssignee: 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: ---

Description regatus 2014-02-13 18:55:17 UTC
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
}
Comment 1 Patrick McLean gentoo-dev 2014-03-04 00:12:30 UTC
Fixed in >=ganeti-2.9.5