applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
# 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...
>
> 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
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
> 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.
> +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
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
---
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
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
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
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)
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;
> +
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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,
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
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
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
> 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
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
20 matches
Mail list logo