Re: [systemd-devel] [PATCH] device: Add stub serialization methods to enable job serialization.

2014-05-15 Thread Lennart Poettering
On Tue, 06.05.14 19:08, Michael Marineau (michael.marin...@coreos.com) wrote: If a unit type doesn't provide its own serialization methods then none of the generic serialization will happen either. For devices this means jobs used for waiting on device dependencies are dropped during reloads,

Re: [systemd-devel] [PATCH] device: Add stub serialization methods to enable job serialization.

2014-05-15 Thread Michael Marineau
On Thu, May 15, 2014 at 4:24 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 06.05.14 19:08, Michael Marineau (michael.marin...@coreos.com) wrote: If a unit type doesn't provide its own serialization methods then none of the generic serialization will happen either. For devices

[systemd-devel] [PATCH] device: Add stub serialization methods to enable job serialization.

2014-05-06 Thread Michael Marineau
If a unit type doesn't provide its own serialization methods then none of the generic serialization will happen either. For devices this means jobs used for waiting on device dependencies are dropped during reloads, breaking dependency state that was relying on those jobs. --- src/core/device.c |