[pve-devel] [RFC qemu] block/gluster: do not warn about deprecation
Fiona Ebner
f.ebner at proxmox.com
Fri Apr 11 11:37:27 CEST 2025
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 at 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
More information about the pve-devel
mailing list