[pve-devel] applied-series: [PATCH pve-network 0/4] use .version instead .new files
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun May 3 19:02:04 CEST 2020
On 4/13/20 8:13 AM, Alexandre Derumier wrote:
> Avoid to use .new files for changes, and use a global .version
> file increase at each change.
>
> Use this version file to compare local generated version instead
> file timestamp.
>
> This require pve-cluster patch series
>
> Alexandre Derumier (4):
> remove .new files
> sdn: use .version and global lock
> /etc/network/interfaces.d/sdn : add version
> zones: status : use version to compare local sdn vs cluster sdn
>
> PVE/API2/Network/SDN.pm | 15 --------
> PVE/API2/Network/SDN/Controllers.pm | 36 ++++++-------------
> PVE/API2/Network/SDN/Vnets.pm | 34 ++++++------------
> PVE/API2/Network/SDN/Zones.pm | 35 ++++++-------------
> PVE/Network/SDN.pm | 46 ++++++++++++++++++++++++
> PVE/Network/SDN/Controllers.pm | 6 ++--
> PVE/Network/SDN/Controllers/Plugin.pm | 3 --
> PVE/Network/SDN/VnetPlugin.pm | 3 --
> PVE/Network/SDN/Vnets.pm | 15 ++------
> PVE/Network/SDN/Zones.pm | 50 +++++++++++----------------
> PVE/Network/SDN/Zones/Plugin.pm | 3 --
> 11 files changed, 102 insertions(+), 144 deletions(-)
>
applied, thanks! This package now also has the debian trigger for pve-api-updates
so it reloads pveproxy etc. on update, FYI.
More information about the pve-devel
mailing list