--- Begin Message ---
>
>
> But even with that, you can still have performance impact.
> So yes, I think they are really usecase for workload when you only
> need
> snapshot time to time (before an upgrade for example), but max
> performance with no snaphot exist.
>>my main point here is - all o
Hello,
Am 20/09/2024 um 14:32 schrieb Pavel Tide:
> 1) Connect via SSH to the PVE node and deploy a helper virtual machine (so
> that users don't have to do it manually)
> 2) Access the Proxmox VE API to perform other backup-related tasks (those
> that cannot be done via SSH)
>
> In item #1 - t
On 10/24/24 14:20, Thomas Lamprecht wrote:
Am 21/10/2024 um 11:15 schrieb Dominik Csapak:
Signed-off-by: Dominik Csapak
---
src/PVE/LXC.pm | 43 ++-
1 file changed, 42 insertions(+), 1 deletion(-)
applied, thanks! FYI: I had to fix a duplicate key
On September 3, 2024 3:58 pm, Filip Schauer wrote:
> On 02/09/2024 14:21, Fabian Grünbichler wrote:
>> IIRC this was intentional, since passing in the hardware RNG can starve
>> the host of entropy rather quickly. is this no longer the case, or
>> handled by some other check? if so, please include
Am 09/10/2024 um 16:22 schrieb Filip Schauer:
> Introduce the "discard" mount option for rootfs and mount points. This
> ensures that unused container volume blocks are discarded from the
> underlying storage backend when deleting files within the container.
>
> Signed-off-by: Filip Schauer
> ---
Am 06/08/2024 um 14:22 schrieb Dominik Csapak:
> currently when we have a pci resource mapping, we manually check only
> the available models for the first pci entry. This often works, but not
> always, since one could have completely different devices in one
> mapping, or with the new nvidia sysfs
Am 06/08/2024 um 14:21 schrieb Dominik Csapak:
> For many new cards, nvidia changed the kernel interface since kernel
> verion 6.8. Instead of using mediated devices, they provide their own
> api.
>
> This series adapts to that, with no required change to the vm config,
> and only minimal changes
Am 11/10/2024 um 13:29 schrieb Christoph Heiss:
> See the original bug report [0]. OpenSUSE Tumbleweed Slowroll fails to
> be detected corrected due to featuring a different ID in
> /etc/os-release.
>
> Simply map that ID to the existing opensuse plugin - much like
> Tumbleweed itself. Slowroll is
Am 23/07/2024 um 10:29 schrieb Dominik Csapak:
> since `print` is doing buffered IO, we don't always get an error there,
> even if the underlying write does not work.
>
> To properly catch that, do an unbuffered `syswrite` which circumvents
> all buffers and writes directly to the file handle.
>
--- Begin Message ---
Thanks Fabian for your time !
I have tried to respond as much as possible. (I'm going to Holiday for
1 week tomorrow, so sorry if I don't reply to all your comments)
Message initial
De: Fabian Grünbichler
À: "DERUMIER, Alexandre" , pve-
de...@lists.prox
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/libexec is described as binaries run by programs which are not
> intended to be directly executed by th
--- Begin Message ---
Hi Fiona et al,
Just wanted to follow up on the subject.
I think I need some guidance from you and your team members on how we at Veeam
could facilitate development of this and some other features in Proxmox VE.
Is there any standard protocol for that established, or we sho
Am 21/10/2024 um 11:15 schrieb Dominik Csapak:
> Signed-off-by: Dominik Csapak
> ---
> src/PVE/LXC.pm | 43 ++-
> 1 file changed, 42 insertions(+), 1 deletion(-)
>
applied, thanks! FYI: I had to fix a duplicate key (see below) and made a few
small adjust
--- Begin Message ---
Hi Everyone
> I mean, if we don't allow .raw files to be snapshotted then this problem
> doesn't exist ;)
Quick comment from the bleacher; Adding a mechanism to shapshot raw disks might
solve the TPM (tpmstate) snapshotting issue, as well as allowing containers to
be snap
Am 08.10.24 um 17:14 schrieb Maximiliano Sandoval:
> This includes docs, and strings printed to stderr or stdout.
>
> These were caught with:
>
> typos --exclude test --exclude changelog
>
> Signed-off-by: Maximiliano Sandoval
applied, thanks!
But please note that it's the "qemu-server" r
Am 21/10/2024 um 11:15 schrieb Dominik Csapak:
> This was missing, but it mostly well defined since we're using the rust
> bindings here. I copied most descriptions over from the PBS api, except
> the ones only existing here (like sockets and level)
>
> Signed-off-by: Dominik Csapak
> ---
> PVE/
--- Begin Message ---
Hi,
any news about this patch series ?
I think it's still not applied ? (I see a lot of request about it on
the forum and on the bugzilla)
Regards,
Alexandre
Message initial
De: "DERUMIER, Alexandre"
À: pve-devel@lists.proxmox.com ,
s.hanre...@proxmo
--- Begin Message ---
Is it possible to understand when we can expect to see bugzilla enhancement
4300 incorporated into a production build?
Re
Francois
--- End Message ---
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.co
This was missing, as it was only applied for the main installation UI -
the setup error has its own screen setup codepath entirely.
Signed-off-by: Christoph Heiss
---
proxmox-tui-installer/src/main.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/proxmox-tui-installer/src/main.rs
b/proxmo
Currently, the TUI does not error out like the GUI if no network
interfaces are found, so remedy that.
Also, while testing, noticed that if an early/setup error is thrown in
the installer, no background header gets displayed - since it uses a
completely different screen setup codepath.
Christop
> Fabian Grünbichler hat am 23.10.2024 12:12 CEST
> geschrieben:
>
>
> some high level comments:
>
> I am not sure how much we gain here with the raw support? it's a bit
> confusing to have a volid ending with raw, with the current volume and all
> but the first snapshot actually being sto
> Giotta Simon RUAGH via pve-devel hat am
> 24.10.2024 09:59 CEST geschrieben:
> > I mean, if we don't allow .raw files to be snapshotted then this problem
> > doesn't exist ;)
>
> Quick comment from the bleacher; Adding a mechanism to shapshot raw disks
> might solve the TPM (tpmstate) snap
> DERUMIER, Alexandre hat am 23.10.2024
> 14:59 CEST geschrieben:
>
>
> Hi Fabian,
>
> thanks for the review !
>
> >> Message initial
> >>De: Fabian Grünbichler
> >>À: Proxmox VE development discussion
> >>Cc: Alexandre Derumier
> >>Objet: Re: [pve-devel] [PATCH v2 pve-s
23 matches
Mail list logo