Re: [pve-devel] [PATCH firewall 1/7] configs: add locking helpers

2020-04-29 Thread Thomas Lamprecht
On 4/29/20 10:52 AM, Fabian Grünbichler wrote: > to allow some level of safe concurrent config modification, instead of > the current free for all. > > Signed-off-by: Fabian Grünbichler > --- > > Notes: > require pve-cluster that provides cfs_lock_firewall, or switching to > cfs_lock_dom

[pve-devel] [PATCH firewall 1/7] configs: add locking helpers

2020-04-29 Thread Fabian Grünbichler
to allow some level of safe concurrent config modification, instead of the current free for all. Signed-off-by: Fabian Grünbichler --- Notes: require pve-cluster that provides cfs_lock_firewall, or switching to cfs_lock_domain as mentioned in pve-cluster#1 lock_hostfw_conf could