Re: [pve-devel] [PATCH manager v2] fix #844: allow to pre-delay start-all-marked guests on boot

2019-11-20 Thread Thomas Lamprecht
On 11/19/19 1:25 PM, Thomas Lamprecht wrote: > Add a simple ExecStartPre command which reads the local node config, > and if a delay is set the helper sleeps that long then exists. > > The systemd-unit approach was chosen as this ensures that we really > only delay when doing the startall on node

[pve-devel] [PATCH manager v2] fix #844: allow to pre-delay start-all-marked guests on boot

2019-11-19 Thread Thomas Lamprecht
Add a simple ExecStartPre command which reads the local node config, and if a delay is set the helper sleeps that long then exists. The systemd-unit approach was chosen as this ensures that we really only delay when doing the startall on node boot. The pve-guests service does not allows manual sto