Re: [pve-devel] Feature Request - HA for KVM Templates?

2020-07-03 Thread Dietmar Maurer
> How difficult would it be to add functionality to Proxmox, such that > templates on shared storage (or Ceph) could be HA as well, and available > across the cluster? AFAIK this is already implemented. Simply mark the template as HA. Already tried that? ___

[pve-devel] Feature Request - HA for KVM Templates?

2020-07-03 Thread Victor Hooi
Hi, *NB: This arose from the discussion at https://forum.proxmox.com/threads/image-templates-on-cephfs-shared-storage-only-appear-on-one-node.54984/ * We are using a 4-node Proxmox cluster,

[pve-devel] applied: [PATCH manager 2/2] vzdump: set target key for PBS based backups

2020-07-03 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- PVE/VZDump.pm | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 52f40a1b..7a9f1fe0 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -726,6 +726,7 @@ sub exec_backup_task { if ($self->{opt

[pve-devel] applied: [PATCH manager 1/2] vzdump: rename tasks 'tarfile' key to 'target'

2020-07-03 Thread Thomas Lamprecht
Even now we can have plain vma files which, while an archive, are not a TARfile. Use the generic (backup) target as key instead. Makes it less confusing to be reused for PBS in a later patch. Signed-off-by: Thomas Lamprecht --- PVE/VZDump.pm | 23 +++ 1 file changed, 11 inser

[pve-devel] applied-series: Re: [PATCH pve-network 0/3] add simple zone plugin

2020-07-03 Thread Thomas Lamprecht
On 01.07.20 09:10, Alexandre Derumier wrote: > This add a new simple plugin, to create standalone/isolated > bridge without any vlan tag. > This can be used for routed setup or NAT bridge (I'll look > to implemented NAT with subnets) > > Tag is now optionnal, and tag value is checked in zone plug