* [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation
@ 2025-04-11 9:37 Fiona Ebner
0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2025-04-11 9:37 UTC (permalink / raw)
To: pve-devel
Proxmox VE will not drop the GlusterFS plugin during the PVE 8.x
support lifecycle. Avoid scaring users early.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
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 changed, 2 deletions(-)
diff --git a/block/gluster.c b/block/gluster.c
index c3a9555591..af608731ec 100644
--- a/block/gluster.c
+++ b/block/gluster.c
@@ -816,8 +816,6 @@ static int qemu_gluster_open(BlockDriverState *bs, QDict *options,
goto out;
}
- warn_report_once("'gluster' is deprecated");
-
filename = qemu_opt_get(opts, GLUSTER_OPT_FILENAME);
s->debug = qemu_opt_get_number(opts, GLUSTER_OPT_DEBUG,
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-11 9:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-11 9:37 [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.