This reverts commit 95015dbbf24b710011965805e689c03923fb830c.
parse_volname always gives 'images' and not 'rootdir'. In most
cases the volume name alone does not contain the needed information,
e.g. vm-123-disk-0 can be both a VM volume or a container volume.
Signed-off-by: Fabian Ebner
---
For
return false on authOK when the ticket is a tfa ticket
(starts with PVE:tfa!)
when a user now loads the page with only a tfa ticket, it shows the
login window again
Signed-off-by: Dominik Csapak
---
Utils.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Utils.js b/Utils.
On 5/25/20 10:35 AM, Dominik Csapak wrote:
> return false on authOK when the ticket is a tfa ticket
> (starts with PVE:tfa!)
>
> when a user now loads the page with only a tfa ticket, it shows the
> login window again
>
> Signed-off-by: Dominik Csapak
> ---
> Utils.js | 3 ++-
> 1 file changed,
Currently, when a trunks is defined, the vlan tag is not used
for pvid with vlan-aware bridge. (It's ok with ovs switch)
example:
net0: e1000=BA:90:68:B8:CF:F5,bridge=vmbr1,tag=2,trunks=2-11
before
--
tap100i0 2-11
after
-
tap100i0 2 PVID Egress Untagged
3-11
N
the calling code did require that authOK returns the cookie if
there is a valid one
make it now very explicit that the cookie gets returned instead
of using implicit short-circuit behaviour
Signed-off-by: Dominik Csapak
---
Utils.js | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
di
On 5/25/20 1:46 PM, Dominik Csapak wrote:
> the calling code did require that authOK returns the cookie if
> there is a valid one
>
> make it now very explicit that the cookie gets returned instead
> of using implicit short-circuit behaviour
>
> Signed-off-by: Dominik Csapak
> ---
> Utils.js |
in template_fixup we only call this method for version < 7, but greater
versions also need to allow lxc/tty[N] as secure.
Signed-off-by: Oguz Bektas
---
src/PVE/LXC/Setup/CentOS.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Setup/CentOS.pm b/src/PVE/LXC/Set
On 5/25/20 2:15 PM, Oguz Bektas wrote:
> in template_fixup we only call this method for version < 7, but greater
> versions also need to allow lxc/tty[N] as secure.
>
> Signed-off-by: Oguz Bektas
> ---
> src/PVE/LXC/Setup/CentOS.pm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> d
On Mon, May 25, 2020 at 02:24:34PM +0200, Thomas Lamprecht wrote:
> On 5/25/20 2:15 PM, Oguz Bektas wrote:
> > in template_fixup we only call this method for version < 7, but greater
> > versions also need to allow lxc/tty[N] as secure.
> >
> > Signed-off-by: Oguz Bektas
> > ---
> > src/PVE/LXC/
in template_fixup we only call this method for version < 7, but greater
versions also need to allow lxc/tty[N] as secure.
Signed-off-by: Oguz Bektas
---
v1->v2:
* call setup_securetty unconditionally
src/PVE/LXC/Setup/CentOS.pm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff -
Some users would like to be able to defined vlans at
vm level, or allow trunks, on top of already
tagged vnet. (including vlan on top of vxlan tunnel)
Allow it on all layer2 plugins, and add a warn
for evpn layer3 plugin.
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/VnetPlugin.pm
11 matches
Mail list logo