and reorder the panel a bit, as otherwise I found it *very* cluttered.
Signed-off-by: Stefan Reiter
---
www/manager6/qemu/SystemEdit.js | 50 +++--
1 file changed, 22 insertions(+), 28 deletions(-)
diff --git a/www/manager6/qemu/SystemEdit.js b/www/manager6/qemu/Syst
Signed-off-by: Stefan Reiter
---
PVE/QemuServer.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index eb29fc2..6fc28e8 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -386,7 +386,7 @@ my $confdesc = {
ostype => {
Add a specific 'win11' ostype for Windows 11 and Server 2022, with currently no
change on the backend, but enable q35, secure boot and a TPM in the wizard by
default if selected.
qemu-server: Stefan Reiter (1):
ostype: support Windows 11/Server 2022
PVE/QemuServer.pm | 3 ++-
1 file changed,
Windows 11 requires a TPM and secure boot, so try to auto-enable both.
Signed-off-by: Stefan Reiter
---
www/manager6/Utils.js | 1 +
www/manager6/qemu/SystemEdit.js | 16
2 files changed, 17 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
ind
the plugins for file based storages
* BTRFS
* CIFS
* Dir
* Glusterfs
* NFS
now allow the option 'preallocation'.
'preallocation' can have four values:
* default
* off
* metadata
* falloc
* full
see man pages for `qemu-img` for what these mean exactly. [0]
the defualt value was chosen to
Signed-off-by: Lorenz Stechauner
---
www/manager6/Makefile | 1 +
www/manager6/form/PreallocationSelector.js | 11 +++
2 files changed, 12 insertions(+)
create mode 100644 www/manager6/form/PreallocationSelector.js
diff --git a/www/manager6/Makefile b/www/manager6/
changes to v2:
* cleaned up commit message for pve-storage
* changed implementation to put the preallocation selector on the column with
fewer items
changes to v1:
* adjusted preallocation api description
* moved sub preallocation_cmd_option above `# Storage implementation`
* updated Preallocatio
Signed-off-by: Lorenz Stechauner
---
www/manager6/controller/StorageEdit.js | 6 ++
www/manager6/storage/Base.js | 20
www/manager6/storage/NFSEdit.js| 2 +-
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/www/manager6/controller/Storage
ovmf with SMM enabled will not boot on i440fx (hangs on graphics
initialization), so load the non SMM variant.
should be no issue regarding live-migration since it never worked with
this anyway.
adapts the test and adds one with q35
Signed-off-by: Dominik Csapak
---
changes from v1:
* encode 'n
On 11.10.21 13:42, Dominik Csapak wrote:
> ovmf with SMM enabled will not boot on i440fx (hangs on graphics
> initialization), so load the non SMM variant.
>
> should be no issue regarding live-migration since it never worked with
> this anyway.
>
> adapts the test and adds one with q35
>
> Sign
ovmf with SMM enabled will not boot on i440fx (hangs on graphics
initialization), so load the non SMM variant.
should be no issue regarding live-migration since it never worked with
this anyway.
adapts the test and adds one with q35
Signed-off-by: Dominik Csapak
---
PVE/API2/Qemu.pm
adds a section "[FAIL2BAN]" in the hostfw configuration, which allows
the properties 'maxretry' and 'bantime' (in minutes) for the GUI ports.
enable: whether fail2ban jail is enabled or not
maxretry: amount of login tries allowed
bantime: amount of minutes to ban suspicious host
the configuration
v3->v4:
* fix adding default values when enabling via API for the first time (to
avoid generating empty jail configuration)
pve-manager:
Oguz Bektas (1):
ui: fail2ban gui for nodes
www/manager6/Makefile| 1 +
www/manager6/grid/Fail2banOptions.js | 51 +
adds a simple grid for fail2ban options into the node config panel
---
v4:
* no changes
www/manager6/Makefile| 1 +
www/manager6/grid/Fail2banOptions.js | 51
www/manager6/node/Config.js | 7
3 files changed, 59 insertions(+)
create
hi,
>
> that has zero to do with thinking and evaluating about just doing it ourself
> here
> though? As there's still an additional dependency with an extra daemon
> running that
> may not even interact correctly with how we operate the iptables...
fail2ban already does all of this, is suppor
this gives users the chance to supply the port nr in the gui,
without having to add a extra new field to the panel.
using the same implementation as in RemoteEdit.js in PBS.
Signed-off-by: Lorenz Stechauner
---
www/manager6/storage/PBSEdit.js | 58 ++---
1 file chang
On 11.10.21 09:14, Fabian Ebner wrote:
> which ended up in the backup task log and can be confusing to users:
>
>> INFO: Backup finished at 2021-10-11 08:40:38
>> Result: {
>> "data": null
>> }
>> INFO: Backup job finished successfully
>
> For proxmox-backup-server < 2.0.11-1, there was no
which ended up in the backup task log and can be confusing to users:
> INFO: Backup finished at 2021-10-11 08:40:38
> Result: {
> "data": null
> }
> INFO: Backup job finished successfully
For proxmox-backup-server < 2.0.11-1, there was no output for the
upload-log command.
Reported in the
On 08.10.21 14:23, Mira Limbeck wrote:
> With the release of PBS, and switching /etc/apt/auth.conf to use
> /debian/pve as path instead of just /debian, the sources.list for
> pve-enterprise must contain the /pve at the end. Otherwise there is no
> match and updating via the pve-enterprise reposito
19 matches
Mail list logo