all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation
@ 2025-04-11  9:37 Fiona Ebner
  2025-06-02  6:33 ` Thomas Lamprecht
  0 siblings, 1 reply; 3+ messages 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] 3+ messages in thread

end of thread, other threads:[~2025-06-02 10:51 UTC | newest]

Thread overview: 3+ messages (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
2025-06-02  6:33 ` Thomas Lamprecht
2025-06-02 10:51   ` 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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal