-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up guest announcement on newer OSs.
A newer OS that uses NetworkManager can significantly speed up guest announcement by using dispatch scripts. These are scripts that execute when a NetworkManager event happens, like eth0 getting connected. Note that we still leave the cron job in place; in the worst case, the Oz process running on the host may miss this announcement, and the cron job will make sure that it gets seen (on average, 30 seconds later). Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
21d80aa
commit 3658319
Showing
4 changed files
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters