Re: [pve-devel] [PATCH manager 2/3] Allow setting targetstorage for offline migration

2020-05-02 Thread Alexandre DERUMIER
>>The problem is that offline migration with target storage might not >>always work depending on supported export/import formats. Then users >>might start an offline migration, which then fails after a few disks >>have already been copied. Hi, Technically, it could be possible to support any kind

[pve-devel] applied: [PATCH v2 firewall] fix #2686: don't add arp-ip-src filter for dhcp

2020-05-02 Thread Thomas Lamprecht
On 4/30/20 12:26 PM, Mira Limbeck wrote: > When the IPFilter setting is enabled and the container has DHCP > configured on an interface no 'arp-ip-src' filter should be added as we > don't have an IP address. > Previously '--arp-ip-src dhcp' was passed to ebtables which led to an error. > > Signed

[pve-devel] applied-series: [PATCH firewall/cluster 0/9] add locking to firewall config changes

2020-05-02 Thread Thomas Lamprecht
On 4/29/20 10:52 AM, Fabian Grünbichler wrote: > the second cluster patch is optional, but improves usability of > non-worker API calls that do > > cfs_lock_foo(..., sub { > > raise_foo > > }); > > the last three firewall patches are unrelated bug fixes that I found > while testing. > > pve-