Re: [pve-devel] [RFC container/firewall/manager/proxmox-firewall/qemu-server 00/37] proxmox firewall nftables implementation

2024-04-02 Thread Laurent GUERBY
it IP and MAC that it will just be transformed to DROP, and if the user wants a REJECT the user needs to add explicit IP and MAC pairs.  Then the Promox VE firewalling can be done in "ip" tables which know how to match ether MAC ("type ipv4_addr . ether_addr" to match bot

Re: [pve-devel] [PATCH docs] qm: guest trim: add note mentioning issue with ext4

2023-03-10 Thread Laurent GUERBY
On Fri, 2023-03-10 at 10:06 +0100, Fiona Ebner wrote: > It is rather unexpected and seems worth mentioning. Reported in the > community forum [0] and the explanation found by Alwin [1]. > > [0]: https://forum.proxmox.com/threads/123819/ > [1]: https://serverfault.com/questions/1113127/fstrim-is-ve

Re: [pve-devel] qemu 7.0 : fleecing backup (aka: local temp write cache"

2022-07-31 Thread Laurent GUERBY
On Sun, 2022-07-31 at 16:49 +, DERUMIER, Alexandre wrote: > Le 31/07/22 à 18:19, Dietmar Maurer a écrit : > > > This is really a blocker for me,I can't use pbs because I'm using > > > nvme > > > is production, and a 7200k hdd backup in a remote 200km site with > > > 5ms > > > latency. > > > >

Re: [pve-devel] New API endpoint to manage snippets / bugzilla 2208 / updated patch but missing something, need help

2022-04-11 Thread Laurent GUERBY
On Mon, 2022-04-11 at 11:03 +0200, Matthias Heiserer wrote: > Hi, > > please take a look at our developer documentation. > https://pve.proxmox.com/wiki/Developer_Documentation > > Using `git format-patch` makes applying the changes a whole lot > easier :) > > As far as I can tell from a quick te

Re: [pve-devel] New API endpoint to manage snippets / bugzilla 2208 / updated patch but missing something, need help

2022-04-08 Thread Laurent GUERBY
> Hi, > > I've tried to adapt the patch to current PVE 7.1-12 (see below) but I > still get > > proxmoxer.core.ResourceException: 501 Not Implemented: upload failed > - > {'errors': b''} > > When I try to upload a snippet. > > My proxmoxer setup works for iso, the following succeeds: > > proxm

Re: [pve-devel] New API endpoint to manage snippets / bugzilla 2208 / updated patch but missing something, need help

2022-04-08 Thread Laurent GUERBY
On Thu, 2022-04-07 at 12:27 +0200, Patryk Ściborek wrote: > Hi Guys! > > I'm using Terraform to manage VMs running on Proxmox. I need to be > able to > upload snippets with custom cloud-init configuration. Right now I > have to > use scp/sftp to upload snippets so I have to use a system account. I

Re: [pve-devel] [POC qemu-server] fix 3303: allow "live" upgrade of qemu version

2021-06-23 Thread Laurent GUERBY
On Thu, 2021-04-08 at 18:44 +0200, Thomas Lamprecht wrote: > On 08.04.21 12:33, Fabian Ebner wrote: > > The code is in a very early state, I'm just sending this to discuss > > the idea. > > I didn't do a whole lot of testing yet, but it does seem to work. > > > > The idea is rather simple: > > 1.