Re: [pve-devel] [PATCH pve-docs] Replace VM occurences with 'guest' or 'container' when appropriate

2016-04-13 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 v2 docs] pct: section about suspend mode backups

2016-04-13 Thread Dietmar Maurer
# git am thismail.eml Applying: pct: section about suspend mode backups error: patch failed: pct.adoc:430 error: pct.adoc: patch does not apply Please can you rebase? > On April 13, 2016 at 5:07 PM Wolfgang Bumiller wrote: > > > Mostly to point out the importance of the `tmpdir` > setting... >

Re: [pve-devel] [PATCH docs 1/2] acl: added note that ZFS uses binds

2016-04-13 Thread Dietmar Maurer
> The standard Posix Access Control Lists are also available inside containers. > > ACLs allow you to set more detailed file ownership than the traditional user/ > group/others model. > +Note that since with ZFS our storage uses default mountpoint paths and mounts > +them into the container as

[pve-devel] [PATCH v2 docs] pct: section about suspend mode backups

2016-04-13 Thread Wolfgang Bumiller
Mostly to point out the importance of the `tmpdir` setting... --- pct.adoc | 27 +++ 1 file changed, 27 insertions(+) diff --git a/pct.adoc b/pct.adoc index 29c3529..7a38fb0 100644 --- a/pct.adoc +++ b/pct.adoc @@ -430,6 +430,33 @@ Note that since with ZFS our storage uses

Re: [pve-devel] [PATCH docs 2/2] pct: section about backing up running containers

2016-04-13 Thread Wolfgang Bumiller
> On April 13, 2016 at 4:21 PM Dietmar Maurer wrote: > > > > > +When backing up running containers with `vzdump`, take note that a > > temporary > > +storage location will be used, > > I thought we only use tmpdir with suspend mode backups? Right. Going to send a new version tomorrow.

Re: [pve-devel] [PATCH docs 2/2] pct: section about backing up running containers

2016-04-13 Thread Dietmar Maurer
> +When backing up running containers with `vzdump`, take note that a temporary > +storage location will be used, I thought we only use tmpdir with suspend mode backups? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bi

[pve-devel] [PATCH qemu-server] Fix #643: activate volumes before resizing

2016-04-13 Thread Wolfgang Bumiller
The volume_size_info() call was what actually failed, but the error reported to the gui came from afterwards trying to resize the disk to a garabge size. --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index f83d81f..9253629 100644 --- a

[pve-devel] [PATCH docs 1/2] acl: added note that ZFS uses binds

2016-04-13 Thread Wolfgang Bumiller
--- Another reason why legacy-mountpoints might be a good idea. (Support for them in general as well as a default option.) pct.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pct.adoc b/pct.adoc index 1117082..29c3529 100644 --- a/pct.adoc +++ b/pct.adoc @@ -426,6 +426,9 @@ Using ACLs

[pve-devel] [PATCH docs 2/2] pct: section about backing up running containers

2016-04-13 Thread Wolfgang Bumiller
Mostly to point out the importance of the `tmpdir` setting... --- pct.adoc | 27 +++ 1 file changed, 27 insertions(+) diff --git a/pct.adoc b/pct.adoc index 29c3529..59dc296 100644 --- a/pct.adoc +++ b/pct.adoc @@ -430,6 +430,33 @@ Note that since with ZFS our storage uses

[pve-devel] [PATCH pve-docs] Replace VM occurences with 'guest' or 'container' when appropriate

2016-04-13 Thread Emmanuel Kasper
also replace Qemu/KVM with QemuServer as it is the detailed term used in the vzdump man page --- vzdump.adoc | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vzdump.adoc b/vzdump.adoc index fc42468..b8794d9 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -25

Re: [pve-devel] [PATCH container] Fix #929: delete veths in the post-stop hook

2016-04-13 Thread Wolfgang Bumiller
On Wed, Apr 13, 2016 at 10:47:55AM +0200, Dietmar Maurer wrote: > applied, but removed unused $name variable > > > + > > + # Because netlink is not a reliable protocol it can happen that lxc's > > + # link-deletion messages get lost (or end up being too early?) > > + for my $k (keys %$conf)

Re: [pve-devel] [PATCH container] Fix #929: delete veths in the post-stop hook

2016-04-13 Thread Dietmar Maurer
applied, but removed unused $name variable > + > + # Because netlink is not a reliable protocol it can happen that lxc's > + # link-deletion messages get lost (or end up being too early?) > + for my $k (keys %$conf) { > + next if $k !~ /^net(\d+)/; > + my $ind = $1; > +

Re: [pve-devel] [PATCH manager v2] fix ceph tabs switching

2016-04-13 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 container] Fix #929: delete veths in the post-stop hook

2016-04-13 Thread Wolfgang Bumiller
Unfortunately it can still happen that LXC's network link deletion netlink messages get dropped/ignored. This is the same issue as initially reported on the forums by sigxcpu in October, however, it seems that some users hit this problem more reliably currently. --- I really can't reproduce this,

Re: [pve-devel] [PATCH v2 container] setup: ability to ignore files

2016-04-13 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] Generic term to cover VMs and containers in the documentation

2016-04-13 Thread Emmanuel Kasper
On 04/12/2016 02:09 PM, Fabian Grünbichler wrote: >> Emmanuel Kasper hat am 12. April 2016 um 13:55 >> geschrieben: >> What would be a good term to cover both of these ? >> >> I am thinking of either 'machine' or 'virtualized system'. >> >> 'machine' itself is used by systemd, see this machinect

[pve-devel] ubuntu openvswitch 2.5 src package

2016-04-13 Thread Alexandre DERUMIER
Hi, I have notice that ubuntu has added deb src for openswitch 2.5 (not yet in debian sid) they seem to have already added support for dpdk inside it https://launchpad.net/ubuntu/+source/openvswitch/2.5.0-0ubuntu1 dpdk src package is also available https://launchpad.net/ubuntu/xenial/+source/d

[pve-devel] [PATCH manager v2] fix ceph tabs switching

2016-04-13 Thread Dominik Csapak
when switching from one node to another, we stop the wrong store for the ceph tabs disk/monitor/pools because they have the same id, so give them different ones also the same applies for node/Services, fix it there too Signed-off-by: Dominik Csapak --- changes from v1: * change the storeid i

Re: [pve-devel] [PATCH manager] fix ceph tabs switching

2016-04-13 Thread Dietmar Maurer
> Do you mean in general? Because I did use afterRender in one of my No, it should work. But the patch from Dominik is wrong - he will send a fixed version soon. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mail

[pve-devel] [PATCH v2 container] setup: ability to ignore files

2016-04-13 Thread Wolfgang Bumiller
Make the ct_* file wrapper functions ignore files for which a file named .pve-ignore.$name exists. --- Changes to v1: inlined ct_filter_ignored_files since it was only used once src/PVE/LXC/Setup/Base.pm | 17 + src/test/test-debian-012/etc/.pve-ignore.hosts