On 5/14/25 16:18, Thomas Lamprecht wrote:
> Am 13.05.25 um 15:48 schrieb Daniel Kral:
>> On 5/13/25 10:03, Michael Köppl wrote:
>>> The value in $conf->{opt} is not necessarily a volume ID. To ensure that
>>> a valid volume ID is used, it is retrieved by calling parse_volume().
>>>
>>> Co-authored-
Am 19.05.25 um 09:50 schrieb Michael Köppl:
> Thanks for the hint! It seems I have missed that option, wasn't sure how
> to handle it otherwise. Will use it in the future. If a v6 of this
> series becomes necessary, I'll add Stefan's former email address again.
Please send a v6 in any case with th
--- Begin Message ---
and use it for plugin linked clone
This also enable extended_l2=on, as it's mandatory for backing file
preallocation.
Preallocation was missing previously, so it should increase performance
for linked clone now (around x5 in randwrite 4k)
cluster_size is set to 128k, as it
--- Begin Message ---
Signed-off-by: Alexandre Derumier
---
src/PVE/Storage/Common.pm | 53 ++
src/PVE/Storage/GlusterfsPlugin.pm | 2 +-
src/PVE/Storage/Plugin.pm | 47 +-
3 files changed, 55 insertions(+), 47 deletions(-)
d
--- Begin Message ---
This is part of my work on qcow2 external snapshot, but could improve current
qcow2 linked clone
This patch serie move qemu_img_create to common helpers,
and enable preallocation on backed_image to increase performance
This require l2_extended=on on the backed image
I have
Signed-off-by: Maximiliano Sandoval
---
src/PVE/DataCenterConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index a3db78e..205b784 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -4
--- Begin Message ---
> + #if first snapshot,as it should be bigger, we merge child, and
> rename the snapshot to child
> + if(!$parentsnap) {
> + print "commit: merge content of $childpath into $snappath\n";
> + $cmd = ['/usr/bin/qemu-img', 'commit', $childpath];
> + eval { run_comman
One sync comes after warning that the watchdog is about to expire, and a
second right after the watchdog expires.
To maximize the chances the log will contain entries relevant to a fence
event. This would be extremely useful for detecting whether a node
fenced.
Signed-off-by: Maximiliano Sandoval
Signed-off-by: Maximiliano Sandoval
---
src/watchdog-mux.c | 26 ++
1 file changed, 26 insertions(+)
diff --git a/src/watchdog-mux.c b/src/watchdog-mux.c
index a9017b3..e14c768 100644
--- a/src/watchdog-mux.c
+++ b/src/watchdog-mux.c
@@ -29,15 +29,24 @@
#define JOURNAL
It is very hard to provide a definitive answer to whether a host fenced or not.
In some cases the journal on the disk can be missing up to 2 minutes since its
last logged entry and the time where another node detects the corosync link is
down, with such a gap, the fenced node would not even record
The sole purpose of this commit is to make the following commit's diff
easier to read.
Signed-off-by: Maximiliano Sandoval
---
src/watchdog-mux.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/watchdog-mux.c b/src/watchdog-mux.c
index b4bcc0c..a9017b3 100644
On Fri May 9, 2025 at 10:31 AM CEST, Michael Köppl wrote:
> Signed-off-by: Michael Köppl
> ---
> README.md| 2 +-
> lib/pages/main_layout_slim.dart | 2 +-
> lib/widgets/pve_console_menu_widget.dart | 2 +-
> lib/widgets/pve_guest_o
--- Begin Message ---
> > sub free_image {
> my ($class, $storeid, $scfg, $volname, $isBase, $format) = @_;
>
> @@ -980,6 +994,51 @@ sub free_image {
> # TODO taken from PVE/QemuServer/Drive.pm, avoiding duplication
> would be nice
> my @checked_qemu_img_formats = qw(raw qcow qcow2 qed vmd
If no vfio device is present during migration, and the transferred
(main) memory did not change between loop cycles, we get a warning:
Use of uninitialized value $last_vfio_transferred in string ne
To silence that, check if the transferred vfio value is defined before,
and always write a defined
14 matches
Mail list logo