On 10/5/21 07:41, Thomas Lamprecht wrote:
On 04.10.21 12:25, Aaron Lauterer wrote:
This will hopefully help people to find the needed storage as not
everyone will be aware of the fact that CIFS is also a name used for it
(technically it was only SMB v1).
Signed-off-by: Aaron Lauterer
---
On 04.10.21 10:02, Aaron Lauterer wrote:
> Adding a flag file during the Ceph installation helps to cover the time
> span in which the binary is already present but the installation not yet
> done.
>
> The most noticeable effect is that the 'Next' button in the GUI will
> only become active once t
On 04.10.21 12:25, Aaron Lauterer wrote:
> This will hopefully help people to find the needed storage as not
> everyone will be aware of the fact that CIFS is also a name used for it
> (technically it was only SMB v1).
>
> Signed-off-by: Aaron Lauterer
> ---
> www/manager6/Utils.js | 2 +-
> 1
On 04.10.21 17:29, Stefan Reiter wrote:
> Inspired by HDEfi for efidisks. Extends the DiskStorageSelector to allow
> hiding the format, since tpmstate can only be stored in 'raw' format
> (even on directory storages).
>
> Signed-off-by: Stefan Reiter
> ---
> www/manager6/Makefile
On 04.10.21 17:29, Stefan Reiter wrote:
> Starts an instance of swtpm per VM in it's systemd scope, it will
> terminate by itself if the VM exits, or be terminated manually if
> startup fails.
>
> Before first use, a TPM state is created via swtpm_setup. State is
> stored in a 'tpmstate0' volume,
On 03.09.21 08:36, Alexandre Derumier wrote:
> This option don't have any impact on device itself.
>
> Signed-off-by: Alexandre Derumier
> ---
> PVE/QemuServer.pm | 19 +++
> 1 file changed, 19 insertions(+)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index cc73af8.
On 04.10.21 17:29, Stefan Reiter wrote:
> TPM state disks on directory storages may have completely unaligned
> sizes, this check doesn't make sense for them.
>
> This appears to just be a (weak) safeguard and not serve an actual
> functional purpose, so simply get rid of it to allow migration of
On 04.10.21 16:55, Oguz Bektas wrote:
> $keynames was not a hash reference since nothing was returned by
> ssh_host_key_types_to_generate for unmanaged containers, this causes the
> post_create_hook to fail and no container is created.
While $keynames is not a hash ref it isn't supposed to always
Makes Windows 11 (test build) happy: https://i.imgur.com/kZ0Mpnr.jpeg
Tested under Linux as well, works with (updated) OVMF and SeaBIOS, though
SeaBIOS requires clearing via the BIOS setup screen and may not support all
features it seems (e.g. Windows shows the TPM, but doesn't allow BitLocker,
pr
Starts an instance of swtpm per VM in it's systemd scope, it will
terminate by itself if the VM exits, or be terminated manually if
startup fails.
Before first use, a TPM state is created via swtpm_setup. State is
stored in a 'tpmstate0' volume, treated much the same way as an efidisk.
It is migr
TPM state disks on directory storages may have completely unaligned
sizes, this check doesn't make sense for them.
This appears to just be a (weak) safeguard and not serve an actual
functional purpose, so simply get rid of it to allow migration of TPM
state.
Signed-off-by: Stefan Reiter
---
PVE
Inspired by HDEfi for efidisks. Extends the DiskStorageSelector to allow
hiding the format, since tpmstate can only be stored in 'raw' format
(even on directory storages).
Signed-off-by: Stefan Reiter
---
www/manager6/Makefile| 1 +
www/manager6/Utils.js|
$keynames was not a hash reference since nothing was returned by
ssh_host_key_types_to_generate for unmanaged containers, this causes the
post_create_hook to fail and no container is created.
fix by returning an empty hash so that $keynames can be a hashref and
processed accordingly.
also dropped
For consistency with the Storage panel and it might also help people to
make the connection if they are not aware that CIFS is a name used for
SMB.
Signed-off-by: Aaron Lauterer
---
www/manager6/lxc/FeaturesEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/
This will hopefully help people to find the needed storage as not
everyone will be aware of the fact that CIFS is also a name used for it
(technically it was only SMB v1).
Signed-off-by: Aaron Lauterer
---
www/manager6/Utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
On 31.08.21 12:16, Lorenz Stechauner wrote:
> any uploaded file has to be deleted by the corrosponding
> endpoint. the file upload was only used by the 'upload to
> storage' feature in pve.
>
> this change allows the endpoint to delete the file itself,
> making the old and racey`sleep 1` (waiting
Adding a flag file during the Ceph installation helps to cover the time
span in which the binary is already present but the installation not yet
done.
The most noticeable effect is that the 'Next' button in the GUI will
only become active once the installation is actually finished and not
earlier.
we sort templates at the end normally, but if we convert a guest to a
template, it was not moved in the tree
add it to the list of attributes that are checked for a move
Signed-off-by: Dominik Csapak
---
changes from v1:
* create an array where we append the additional attributes to check
inst
On 10.09.21 09:48, Fabian Grünbichler wrote:
> like for other API calls, repeat the cheap checks done for early abort
> before forking and without locks after forking and obtaining the lock,
> and only hold the flock in the forked worker instead of across the fork.
>
> Signed-off-by: Fabian Grünbi
On 10.09.21 09:48, Fabian Grünbichler wrote:
> as reported on the forum, this is currently missing, making status
> queries via the API impossible:
>
> https://forum.proxmox.com/threads/create-vm-via-api-interface.95942/#post-416084
>
> Signed-off-by: Fabian Grünbichler
> ---
> PVE/API2/Qemu.pm
On 23.09.21 10:43, Stoiko Ivanov wrote:
> do not use the -u (update) flag when copying kernel images and inird
> from /boot to the ESPs:
> * the ESPs are formatted with vfat, which has a 2 second precision for
> mtime (`linux/fs/fat/misc.c` - `fat_truncate_time`)
> * cp -u compares the mtimes of
On 22.09.21 12:42, Dominik Csapak wrote:
> From: Dominic Jäger
>
> Similar to notes for nodes.
> datacenter.cfg normally uses key-value pairs defined in the schema.
> We bypass this to allow potentially long comments at the top.
>
> Signed-off-by: Dominic Jäger
> Signed-off-by: Dominik Csapak
On 22.09.21 11:27, Dominik Csapak wrote:
> this series is intended to replace dominics and my previous attempts
> at this [0][1][2]
>
> splits the bandwidth options into their on tab on the disk panel and
> introduces a 'MultiHDEdit' panel which creates/deletes the
> HDEdit panels on demand.
>
>
23 matches
Mail list logo