[pve-devel] How to mount Ganesha-NFS via NFS-Plugin in Proxmox?

2018-08-27 Thread Thomas Naumann
Hi, for backup testing purposes we run a ceph-cluster with radosgw (S3) and nfs-ganesha to export s3 via nfs. cluster is running on ubuntu 16.04. package details: nfs-ganesha 2.6.2-0-gb9685b8-xenial nfs-ganesha-rgw:amd642.6.2-0-gb9685b8-1xenial radosgw

Re: [pve-devel] Port BR_GROUPFWD_RESTRICTED patch for Layer 1-esque Linux Bridge forwarding

2018-08-27 Thread Jesus Llorente
Hi, First of all, thank you all for your comments and engaging into this discussion. I do agree that creating a Linux bridge for each point-to-point connection is perhaps not the cleanest approach, however it does provide by nature with tapping capabilities, which is great for debugging and

Re: [pve-devel] [PATCH pve-docs] add ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb, pdpe1gb cpu flags

2018-08-27 Thread Stefan Priebe - Profihost AG
I'm using them as a default since 2 weeks. No problems so far. Greets, Stefan Am 27.08.2018 um 18:01 schrieb Alexandre DERUMIER: > any comments to add theses cpu flags ? > > > - Mail original - > De: "aderumier" > À: "pve-devel" > Envoyé: Lundi 20 Août 2018 18:26:50 > Objet: Re:

Re: [pve-devel] [PATCH common 1/3] INotify.pm: add binmode utf8 to read/update_file

2018-08-27 Thread Dietmar Maurer
> I'm not *completely* opposed to patches that enforce utf-8 on *certain* > files. Particularly ones of which the non-comment content needs to be > ASCII compatible anyway. > > Here's the issue with utf-8: > If the file contains non-ascii characters, our code currently reads it Again, why do

Re: [pve-devel] [PATCH pve-docs] add ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb, pdpe1gb cpu flags

2018-08-27 Thread Alexandre DERUMIER
any comments to add theses cpu flags ? - Mail original - De: "aderumier" À: "pve-devel" Envoyé: Lundi 20 Août 2018 18:26:50 Objet: Re: [pve-devel] [PATCH pve-docs] add ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb, pdpe1gb cpu flags Sorry, it's for qemu-server package. I'll rework

[pve-devel] applied: [PATCH] config: opensuse.common: unset lxc.tty.dir key

2018-08-27 Thread Wolfgang Bumiller
applied On Thu, Aug 23, 2018 at 01:51:03PM +0200, Thomas Lamprecht wrote: > not needed for *suse containers and results in cases where we get two > agetty processes when using xterm.js/noVNC (e.g., one on /dev/tty1 > and one on /dev/lxc/tty1) > > Signed-off-by: Thomas Lamprecht > --- >

Re: [pve-devel] [PATCH storage 2/2] refactor finding next diskname for all plugins

2018-08-27 Thread Wolfgang Bumiller
On Fri, Aug 24, 2018 at 05:01:32PM +0200, Thomas Lamprecht wrote: > On 8/22/18 3:42 PM, Stoiko Ivanov wrote: > > +my $dh = IO::Dir->new ($imgdir); > > +@$disk_list = $dh->read() if defined($dh); I'd prefer an enclosing if() scope here. Won't make much of a difference at this point, but

Re: [pve-devel] [PATCH storage 1/2] add generic get_next_vm_diskname sub

2018-08-27 Thread Wolfgang Bumiller
On Fri, Aug 24, 2018 at 04:47:38PM +0200, Thomas Lamprecht wrote: > On 8/22/18 3:41 PM, Stoiko Ivanov wrote: > > Signed-off-by: Stoiko Ivanov > > --- > > PVE/Storage/Plugin.pm | 31 +++ > > 1 file changed, 31 insertions(+) > > > > diff --git a/PVE/Storage/Plugin.pm

Re: [pve-devel] [PATCH common 1/3] INotify.pm: add binmode utf8 to read/update_file

2018-08-27 Thread Wolfgang Bumiller
On Fri, Aug 24, 2018 at 05:14:47PM +0200, Thomas Lamprecht wrote: > On 8/24/18 4:56 PM, Dietmar Maurer wrote: > > BTW, why do you think /etc/hosts may contain utf8 characters? > > Is that defined/documented somewhere? > > > > With his patch the whole file including comments gets returned as