[pve-devel] applied: [PATCH docs] fix #3327: qm: update link to looking glass project

2021-03-02 Thread Thomas Lamprecht
On 02.03.21 09:49, Stefan Reiter wrote: > Signed-off-by: Stefan Reiter > --- > qm.adoc | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com

[pve-devel] applied: [PATCH pve-docs] pve-network doc: remove note about ifupdown2 reload not working with ovs

2021-03-02 Thread Thomas Lamprecht
On 01.03.21 17:58, Alexandre Derumier wrote: > Signed-off-by: Alexandre Derumier > --- > pve-network.adoc | 3 --- > 1 file changed, 3 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com

Re: [pve-devel] [PATCH storage] fix #3203: report smart status correctly

2021-03-02 Thread Oguz Bektas
hi, On Tue, Mar 02, 2021 at 09:34:41AM +0100, Dominik Csapak wrote: > On 3/1/21 14:56, Oguz Bektas wrote: > > if the -a option isn't passed, -H might report a failing disk as > > 'PASSED' even when the disk might be in a corrupted state. > > > > Signed-off-by: Oguz Bektas > > --- > > PVE/Diskm

[pve-devel] [PATCH container 2/2] schema: mention special syntax for allocating a new volume

2021-03-02 Thread Fabian Ebner
Signed-off-by: Fabian Ebner --- src/PVE/LXC/Config.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index 5d223b2..f74ca9d 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -855,7 +855,8 @@ for (my $i = 0; $i <

[pve-devel] [PATCH qemu-server 1/2] schema: mention special syntax for allocating a new volume

2021-03-02 Thread Fabian Ebner
Signed-off-by: Fabian Ebner --- PVE/QemuServer/Drive.pm | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/PVE/QemuServer/Drive.pm b/PVE/QemuServer/Drive.pm index d560937..01ea8d7 100644 --- a/PVE/QemuServer/Drive.pm +++ b/PVE/QemuServer/Drive.pm @@ -253,10 +

[pve-devel] [PATCH docs] fix #3327: qm: update link to looking glass project

2021-03-02 Thread Stefan Reiter
Signed-off-by: Stefan Reiter --- qm.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qm.adoc b/qm.adoc index 333b2e6..bbbe9ac 100644 --- a/qm.adoc +++ b/qm.adoc @@ -776,9 +776,8 @@ shutdown or stopped. Open connections will still persist, but new connections to the

Re: [pve-devel] [PATCH storage] fix #3203: report smart status correctly

2021-03-02 Thread Dominik Csapak
On 3/1/21 14:56, Oguz Bektas wrote: if the -a option isn't passed, -H might report a failing disk as 'PASSED' even when the disk might be in a corrupted state. Signed-off-by: Oguz Bektas --- PVE/Diskmanage.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/Diskma