Re: Qcow2: External snapshots

2018-10-06 Thread Ori Bernstein
On Wed, 3 Oct 2018 07:27:17 +0100, Jason McIntyre wrote: > On Tue, Oct 02, 2018 at 11:13:35PM -0700, Ori Bernstein wrote: > > > > Updated version. Changes from the last diff: > > > > - Merge in syntax changes. > > - Don't over-read when getting the base images. > > - Fix relative paths in

Re: pf: honor quick on anchor rules

2018-10-06 Thread Klemens Nanni
On Sat, Oct 06, 2018 at 01:07:33PM +0200, Sebastian Benoit wrote: > I would find it surprising if an empty anchor matches anything. > And i find the wording above clear in this regard: > > ... ruleset evaluation will terminate when the anchor is exited if > the packet is matched by

Re: pf: honor quick on anchor rules

2018-10-06 Thread Sebastian Benoit
Klemens Nanni(k...@openbsd.org) on 2018.10.05 23:53:08 +0200: > On Fri, Oct 05, 2018 at 10:38:48PM +0200, Fabian Mueller-Knapp wrote: > > If i read man correctly it means "evaluate the rules inside and stop if > > any rule within matched". > While it's own description is quite clear and

Re: vmd: rate-limit to avoid reboot loops

2018-10-06 Thread Reyk Floeter
> Am 06.10.2018 um 10:55 schrieb Consus : > >> On 23:32 Fri 05 Oct, Reyk Floeter wrote: >> Hi, >> >> it sometimes happens that a VM is stuck in a reboot loop. This isn't >> very pleasent for vmd, so this diff attempts to introduce a hard >> rate-limit: if the VM rebooted after less than

Re: vmd: rate-limit to avoid reboot loops

2018-10-06 Thread Consus
On 23:32 Fri 05 Oct, Reyk Floeter wrote: > Hi, > > it sometimes happens that a VM is stuck in a reboot loop. This isn't > very pleasent for vmd, so this diff attempts to introduce a hard > rate-limit: if the VM rebooted after less than VM_START_RATE_SEC (6) > seconds, increment a counter. If