← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~smoser/cloud-init/trunk.improve-wait into lp:cloud-init

 

The proposal to merge lp:~smoser/cloud-init/trunk.improve-wait into lp:cloud-init has been updated.

Commit Message changed to:

improve how cloud-init-wait waits
  
  since we run from a udev event, this is sufficient.
  udev settle will exit when either of
   a.) the file exists
   b.) the udev event queue has all been processed.
  
  Since cloud-init-wait is being run as a udev event, 'b' cannot
  be satisfied until it finishes.  Thus, this essentially becomes a
  inotify based wait for the file /run/cloud-init/network-config-ready
  and no loops are needed.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/trunk.improve-wait/+merge/290243
-- 
Your team cloud init development team is requested to review the proposed merge of lp:~smoser/cloud-init/trunk.improve-wait into lp:cloud-init.


Follow ups