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.eb...@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

Reply via email to