Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501238 - app-emulation/ganeti - init script should depend on networking
Summary: app-emulation/ganeti - init script should depend on networking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 18:55 UTC by regatus
Modified: 2014-03-04 00:12 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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