Re: [pve-devel] [PATCH common] network interfaces code is split into syntax dependent and independent parts

2016-05-17 Thread Dietmar Maurer
> I am trying to port PVE to ALT Linux. It use etcnet as network > configuration subsystem > instead of /etc/network/interfaces. Where can I find reasonable documentation for that? I only found: https://www.altlinux.org/Etcnet Is there an english version?

Re: [pve-devel] [PATCH] cephserver : add systemd support V3

2016-05-17 Thread Dietmar Maurer
applied. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Maximum Bind-Mounts

2016-05-17 Thread Dietmar Maurer
> On May 18, 2016 at 12:10 AM Andreas Steinel wrote: > > > On Tue, May 17, 2016 at 3:47 PM, Dietmar Maurer wrote: > > > > Because ZFS filesystems are cheap and should be used everywhere ... at > > > least as I have read. > > > > But such setup it is

[pve-devel] [PATCH] cephserver : add systemd support V3

2016-05-17 Thread Alexandre Derumier
V3 changelog: -fix test of zero value id please note that even if ceph(osd|mon).target are currently not available in ceph packages, they are not used by proxmox api currently, because we always specify an id to a service. targets are used to start/stop all services at the same time.

Re: [pve-devel] Maximum Bind-Mounts

2016-05-17 Thread Andreas Steinel
On Tue, May 17, 2016 at 3:47 PM, Dietmar Maurer wrote: > > Because ZFS filesystems are cheap and should be used everywhere ... at > > least as I have read. > > But such setup it is really clumsy for container as long > as there is no recursive bind mount. > Unfortunately,

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Alexandre DERUMIER
- $service = $3 ? "ceph-$1\@$3" : "ceph-$1.target"; + $service = defined($3) ? "ceph-$1\@$3" : "ceph-$1.target"; This should fix my patch - Mail original - De: "aderumier" À: "dietmar" Cc: "pve-devel" Envoyé: Mardi

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Alexandre DERUMIER
Ok, they are a bug in my patch +if ($service && $service =~ m/^(mon|osd|mds|radosgw)(\.([A-Za-z0-9]{1,32}))?$/) { +$service = $3 ? "ceph-$1\@$3" : "ceph-$1.target"; in case of first mon creation, the $service = "mon.0" but the "$3 ?" test don't work if value is 0.

[pve-devel] [PATCH common] network interfaces code is split into syntax dependent and independent parts

2016-05-17 Thread Igor Vlasenko
I am trying to port PVE to ALT Linux. It use etcnet as network configuration subsystem instead of /etc/network/interfaces. The patch below adds nothing. It is just a refactoring: the code for reading and writing /etc/network/interfaces is split into syntax dependent and syntax independent parts.

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Dietmar Maurer
OK, I did a hard reset to the previous commit... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Alexandre DERUMIER
>> ceph-mon: created monfs at /var/lib/ceph/mon/ceph-0 for mon.0 >> Failed to start ceph-mon.target: Unit ceph-mon.target failed to load: No >> such file or directory. >> command '/bin/systemctl start ceph-mon.target' failed: exit code 6 Note that target are currently missing in package, but

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Alexandre DERUMIER
>>I don't see any ceph .targets in the debian package. I thinked that ceph devs have fixed it in last jewel 10.2.1 It seem that the backport tracker it's still pending for jewel && infernalis http://tracker.ceph.com/issues/15573 - Mail original - De: "Wolfgang Bumiller"

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Wolfgang Bumiller
On Tue, May 17, 2016 at 09:44:42AM +0200, Alexandre Derumier wrote: > changelog : > - remove setsid > - use [A-Za-z0-9]{1,32} pattern for services > > Signed-off-by: Alexandre Derumier > --- > PVE/CephTools.pm | 20 +--- > 1 file changed, 17

Re: [pve-devel] [PATCH common] support for predictable network interface device names

2016-05-17 Thread Igor Vlasenko
Thanks! On Tue, May 17, 2016 at 5:14 PM, Dietmar Maurer wrote: > applied > > ___ > pve-devel mailing list > pve-devel@pve.proxmox.com > http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel -- С уважением, Игорь Власенко.

Re: [pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH kernel] Update to Ubuntu-4.4.0-22.40

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH common] support for predictable network interface device names

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager] ceph: brackets around ipv6

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager] fix #992: remove network id from gui

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] HA: improve docs regarding updates and fencing

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] Stuck under upgrade 3.4 -> 4.2

2016-05-17 Thread Michael Rasmussen
Hi all, I really need advice on this thread: https://forum.proxmox.com/threads/pve-4-2-add-node-fails.27427/ Since I am stuck on only one proxmox node which is by no way desirable! -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc

Re: [pve-devel] Maximum Bind-Mounts

2016-05-17 Thread Dietmar Maurer
> Because ZFS filesystems are cheap and should be used everywhere ... at > least as I have read. But such setup it is really clumsy for container as long as there is no recursive bind mount. ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] packages which have to be purge after upgrade

2016-05-17 Thread Michael Rasmussen
Hi all, Maybe the upgrade wiki from 3.4 to 4.x should have added a purge of these packages: - hal - eject - hal-info - libhal-storage1 - libhal1 Reason: the are producing a lot of noise in syslog: systemd-udevd[23125]: failed to execute '/lib/udev/socket:@/org/freedesktop/hal/udev_event'

Re: [pve-devel] Maximum Bind-Mounts

2016-05-17 Thread Andreas Steinel
On Sun, May 15, 2016 at 11:48 AM, Dietmar Maurer wrote: > > I have a filesystem called images with child filesystems of each year > going > > back to the 80s. > > And what is the purpose of such setup? Wouldn't it be simpler to merge > those old child file systems into a

[pve-devel] [PATCH] HA: improve docs regarding updates and fencing

2016-05-17 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- And some other small fixes. If the stil of this is OK I'll write also some other, generic, stuff for HA. ha-manager.adoc | 73 ++--- 1 file changed, 59 insertions(+), 14

Re: [pve-devel] [PATCH kvm] add fix for freezing win7 with VGA #991

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH kvm] add fix for freezing win7 with VGA #991

2016-05-17 Thread Thomas Lamprecht
This fixes the issue for SeaBIOS, UEFI (OVMF) still has problems. Signed-off-by: Thomas Lamprecht --- .../extra/0001-vga-add-sr_vbe-register-set.patch | 234 + debian/patches/series | 1 + 2 files changed, 235

Re: [pve-devel] [PATCH pve-manager 3/3] set 'disabled' for grid panels which disaply a read only, not sortable content

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH pve-manager 2/3] Move button explanation from Tooltip to button text

2016-05-17 Thread Dietmar Maurer
> This makes us consistent with te rest of the GUI, and help user > not to do "label hunting" not sure about this one... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH pve-manager 1/3] Enlarge Object Grid first column default size

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager] fix #992: remove network id from gui

2016-05-17 Thread Dominik Csapak
since we can simply use the first free one, omit the selection combobox. disable the add button if we have 10 or more network devices Signed-off-by: Dominik Csapak --- www/manager6/lxc/Network.js | 38 -- 1 file changed, 12

[pve-devel] [PATCH manager] ceph: brackets around ipv6

2016-05-17 Thread Wolfgang Bumiller
--- PVE/API2/Ceph.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index 6c5f8f5..58e5b35 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -3,6 +3,7 @@ package PVE::API2::CephOSD; use strict; use warnings; use Cwd qw(abs_path);

[pve-devel] [PATCH] cephserver : add systemd support V2

2016-05-17 Thread Alexandre Derumier
changelog : - remove setsid - use [A-Za-z0-9]{1,32} pattern for services Signed-off-by: Alexandre Derumier --- PVE/CephTools.pm | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/PVE/CephTools.pm b/PVE/CephTools.pm index

Re: [pve-devel] [PATCH common] support for predictable network interface device names

2016-05-17 Thread Igor Vlasenko
thanks! It looks good. On Tue, May 17, 2016 at 10:21 AM, Wolfgang Bumiller wrote: > Based on patch from: Igor Vlasenko > --- > Since it was just a diff pasted in a response, here the patch in a > git-am applyable form. > > src/PVE/INotify.pm | 8

[pve-devel] [PATCH common] support for predictable network interface device names

2016-05-17 Thread Wolfgang Bumiller
Based on patch from: Igor Vlasenko --- Since it was just a diff pasted in a response, here the patch in a git-am applyable form. src/PVE/INotify.pm | 8 src/PVE/Network.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/PVE/INotify.pm

Re: [pve-devel] [PATCH manager] change hotplugselector to checkboxes

2016-05-17 Thread Dominik Csapak
the hotplugselector was not good to use, and the options were confusing (empty was the default value, etc) applied, but how can I set the empty value (default) now? you can't, but before you could not disable hotplug via the gui and the default value is just 'disk,network,usb' i could of

Re: [pve-devel] [PATCH manager] refactor HDEdit form change handler

2016-05-17 Thread Dominik Csapak
I am not sure this is a good idea. This changes values when user switch storage, and this is not obvious when switching between file based storages. what do you mean ? we already set the values every time this handler is called, so no changes here. i just wanted to make this part of the

[pve-devel] [PATCH kernel] Update to Ubuntu-4.4.0-22.40

2016-05-17 Thread Fabian Grünbichler
CVE-2016-0758: Fix ASN.1 indefinite length object parsing CVE-2016-3713: KVM: MTRR: remove MSR 0x2f8 --- ABI-compatible update, only bump PKGREL Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fb83d5..ec57a41 100644 --- a/Makefile +++

Re: [pve-devel] UUID for VM's and disks

2016-05-17 Thread Dietmar Maurer
> Using a pool per cluster will mean that you may need to split/shrink > your placement group count to stay within Ceph best-practises. With > using a fixed number of pools, you can calculate the correct number of > PG's for your estimated OSD count. > By using a UUID for the disks and having a

Re: [pve-devel] [PATCH firewall] fix #972: make PVEFW-FWBR-* rule order stable

2016-05-17 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel