do we still want to bump this? do we also want to include other recent
fixes for remote migration if we do so?
On November 29, 2024 12:54 pm, Fiona Ebner wrote:
> From: Fabian Grünbichler
>
> according to the schema, else some combinations of migration / guest /
> storage settings will fail vali
> Roland Kammerer via pve-devel hat am 07.02.2025
> 13:34 CET geschrieben:
> On Fri, Feb 07, 2025 at 10:18:42AM +0100, Fabian Grünbichler wrote:
> >
> > > Roland Kammerer via pve-devel hat am
> > > 07.02.2025 10:02 CET geschrieben:
> > > Hi all,
> > >
> > > rather simple question I guess, bu
Previously, the template's configuration was used as-is for the rest
of handling the VM start even if config_to_command() uses a minimized
configuration to build the command. This can lead to issues with a
network device with the 'link_down' flag set, because the network
device will not be present,
A failure during enforce_vm_running_for_backup() would result in
restore_vm_power_state() not being called, but the VM might already
have been started before the failure. In particular, this could happen
in the context of bug #6007 [0], where the 'set_link' QMP command
fails right after VM start.
Changes in v3:
* actually decouple config data and control flow by using a blessed object
Changes in v2:
* add comment about decoupling config data and metadata
Fiona Ebner (3):
backup: also restore VM power state for early failures
config: add special class that prevents writing the configur
To be used in the context of template backup, where a minimized
temporary configuration is created to start the VM in 'prelaunch'
mode. Issue a warning, so that code paths where this happens will be
noted and can be evaluated and adapted.
Since the code currently doesn't use blessed config objects
This still has some issues (see below), maybe we can look at it together
next week (will be gone after today) and see if we can make some
additional structural improvements to the whole controller / frr logic?
There were also some regressions/bugs with FRR config generation while
testing, so this
On November 18, 2024 2:15 pm, Maximiliano Sandoval wrote:
>
> Fiona Ebner writes:
>
>> It's the "qemu-server" repository, not "qemu".
>>
>> Am 09.10.24 um 14:55 schrieb Maximiliano Sandoval:
>>> Moves the network scripts from /var/lib/qemu-server into
>>> /usr/libexec/qemu-server.
>>>
>>> /usr/l
Good point, that will certainly help one or the other.
If nobody has anything against it, I would add it to V5.
On 2/12/25 14:38, Dominik Csapak wrote:
One super tiny nit (that's IMHO almost bike-shed territory) but
otherwise LGTM:
Maybe we want to print a short log line before blacklisting th
Add an option to choose a file format (qcow2, raw, vmdk) when restoring
a vm backup to file based storage. This options allows all disks to be
recreated with the specified file format if supported by the target
storage.
Signed-off-by: Markus Frank
---
PVE/API2/Qemu.pm | 6 ++
PVE/CLI/qm
This is done by changing the StorageSelector to a DiskStorageSelector.
Using the hideFormatWhenStorageEmpty option of the DiskStorageSelector
to hide the DiskFormatSelector when no storage is selected, as the
DiskFormatSelector would show the default value qcow2 in a disabled
state, which could co
Signed-off-by: Markus Frank
---
src/PVE/Storage/Plugin.pm | 7 +++
1 file changed, 7 insertions(+)
diff --git a/src/PVE/Storage/Plugin.pm b/src/PVE/Storage/Plugin.pm
index 65cf43f..9f21f0b 100644
--- a/src/PVE/Storage/Plugin.pm
+++ b/src/PVE/Storage/Plugin.pm
@@ -354,6 +354,13 @@ sub verify_
On 2/11/25 06:40, Thomas Skinner wrote:
> Signed-off-by: Thomas Skinner
> ---
> src/PVE/API2/OpenId.pm | 79
> src/PVE/AccessControl.pm | 2 +-
> src/PVE/Auth/OpenId.pm | 33 +
> src/PVE/Auth/Plugin.pm | 1 +
> 4 files changed, 114
On 2/11/25 06:40, Thomas Skinner wrote:
> Continued work on adding support for OIDC groups.
>
> changes since v2:
> - Move RE for group name characters to Plugin.pm
> - Undo refactoring of user group deletion
> - Refactor logic to use hashes instead of arrays
> - Cleanup code style
> - Add RE and
Prerequisite for "ui: window: add diskformat option to restore window"
The hide condition is copied from the format selector item in the same
file.
Signed-off-by: Markus Frank
---
www/manager6/form/DiskStorageSelector.js | 9 +
1 file changed, 9 insertions(+)
diff --git a/www/manager6/
This patch series allows to restore all VM disks with a specified format
if supported by the target storage. The existing storage and the new
disk-format options can act as a default/fallback for per disk
storage/format customisation in the future (#4275).
v2:
* renamed diskformat to disk-format
*
One super tiny nit (that's IMHO almost bike-shed territory) but otherwise LGTM:
Maybe we want to print a short log line before blacklisting the module?
(though we can always add that later)
So consider this
Reviewed-by: Dominik Csapak
Tested-by: Dominik Csapak
__
On 2/11/25 21:30, Thomas Lamprecht wrote:
> Looks OK otherwise, albeit I mostly skimmed it a few days ago and had
> this lying around as draft, somebody else (@Stefan) checking would not
> hurt.
wanted to look into it, will do so today
___
pve-devel ma
Ping, still applies cleanly everywhere.
On Mon Dec 16, 2024 at 10:40 AM CET, Christoph Heiss wrote:
> This idea came to light while talking with Shannon about #5756 [0].
>
> It is 2024, so raising the minimum length for the root password as
> entered during the installation from 5 to 8 characters
Planning to look at the code patches tomorrow, for now I started here :)
Am 10.02.25 um 13:07 schrieb Daniel Herzig:
> From: Leo Nunner
>
> adds documentation for Cloud-Init for containers. Most of it has been
> taken from the VM documentation, since the configuration mostly works
> the same. Ad
20 matches
Mail list logo