Re: [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation

2025-06-02 Thread Fiona Ebner
Am 02.06.25 um 08:33 schrieb Thomas Lamprecht: > Am 11.04.25 um 11:37 schrieb Fiona Ebner: >> Proxmox VE will not drop the GlusterFS plugin during the PVE 8.x >> support lifecycle. Avoid scaring users early. > > Those warnings from QEMU come up as standard info in the task log IIRC? Yes, exactly.

Re: [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation

2025-06-01 Thread Thomas Lamprecht
Am 11.04.25 um 11:37 schrieb Fiona Ebner: > Proxmox VE will not drop the GlusterFS plugin during the PVE 8.x > support lifecycle. Avoid scaring users early. Those warnings from QEMU come up as standard info in the task log IIRC? I.e., not as task warning on our side. In that case, it might be nice

[pve-devel] [RFC qemu] block/gluster: do not warn about deprecation

2025-04-11 Thread Fiona Ebner
Proxmox VE will not drop the GlusterFS plugin during the PVE 8.x support lifecycle. Avoid scaring users early. Signed-off-by: Fiona Ebner --- The plan is to warn users with pve8to9, but sent as RFC, because keeping this early heads-up is not too bad either. block/gluster.c | 2 -- 1 file chang