[pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves

2020-11-09 Thread Alexandre Derumier
"slaves" is deprecated (not even used in official debian docs), and ifupdown don't support it --- pve-network.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pve-network.adoc b/pve-network.adoc index 692326f..34cc6c8 100644 --- a/pve-network.adoc +++ b/pve-network.ad

Re: [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves

2020-11-09 Thread Alexandre Derumier
reported in the forum here: https://forum.proxmox.com/threads/linux-bond-documentation-in-pve-wiki-wrong-not-working-on-debian-buster.78706/ Le lun. 9 nov. 2020 à 09:26, Alexandre Derumier a écrit : > > "slaves" is deprecated (not even used in official debian docs), > and ifupdown don't support i

[pve-devel] [PATCH manager] fix maxfiles behavior

2020-11-09 Thread Fabian Ebner
Commit 5ba2a605ac14de58572f7b8d6e04b45b34724b0a hard-coded 0 as the default for maxfiles in the --storage case, but the actual default should be the value from read_vzdump_defaults(), which obtains the value from /etc/vzdump.conf or the VZDump schema if the value has not been modified in that file.

[pve-devel] applied-series: [PATCH-SERIES v2] some replication-related improvements

2020-11-09 Thread Fabian Grünbichler
On October 29, 2020 2:31 pm, Fabian Ebner wrote: > Is a second version for the two older series: > https://lists.proxmox.com/pipermail/pve-devel/2020-July/044550.html > https://lists.proxmox.com/pipermail/pve-devel/2020-August/044589.html > > While the qemu-server patches don't require the guest-c

Re: [pve-devel] [PATCH manager] fix maxfiles behavior

2020-11-09 Thread Stefan Reiter
On 11/9/20 9:56 AM, Fabian Ebner wrote: Commit 5ba2a605ac14de58572f7b8d6e04b45b34724b0a hard-coded 0 as the default for maxfiles in the --storage case, but the actual default should be the value from read_vzdump_defaults(), which obtains the value from /etc/vzdump.conf or the VZDump schema if the

[pve-devel] [PATCH pve-manager 1/1] close #3114: ui: snapshots: switch Edit and Remove Button & add warning logo

2020-11-09 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- www/manager6/tree/SnapshotTree.js | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/www/manager6/tree/SnapshotTree.js b/www/manager6/tree/SnapshotTree.js index 7b5ac3ed..1b33e729 100644 --- a/www/manager6/tree/Snapshot

[pve-devel] [PATCH container] allow fedora 33 container

2020-11-09 Thread Oguz Bektas
used template for testing: https://uk.images.linuxcontainers.org/images/fedora/33/amd64/default/20201108_20:33/rootfs.tar.xz unprivileged container - everything works as expected privileged container - needs 'nesting=1' for network connection to work Signed-off-by: Oguz Bektas --- src/PVE/LXC/S

[pve-devel] applied: [PATCH container] allow fedora 33 container

2020-11-09 Thread Thomas Lamprecht
On 09.11.20 13:23, Oguz Bektas wrote: > used template for testing: > https://uk.images.linuxcontainers.org/images/fedora/33/amd64/default/20201108_20:33/rootfs.tar.xz > > unprivileged container - everything works as expected > privileged container - needs 'nesting=1' for network connection to work

[pve-devel] [PATCH installer] don't configure vt keyboard during installation

2020-11-09 Thread Oguz Bektas
in create_country_view() when setting the keyboard config setupcon is too slow, causing installer to hang for some seconds when switching to/from country view. setxkbmap is enough during the installation (next step password & email works fine with different keymaps), vt is largely unused during it

[pve-devel] applied: [PATCH installer] don't configure vt keyboard during installation

2020-11-09 Thread Thomas Lamprecht
On 09.11.20 16:17, Oguz Bektas wrote: > in create_country_view() when setting the keyboard config > setupcon is too slow, causing installer to hang for some > seconds when switching to/from country view. > > setxkbmap is enough during the installation (next step > password & email works fine with