* [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
* Re: [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation
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
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Lamprecht @ 2025-06-02 6:33 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
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 nicer
to just add a bit context, something like:
----8<----
Native 'gluster' support will be deprecated and removed in Proxmox VE 9.
Before upgrading to the next major version, you will need to switch to accessing your Gluster storage as directory storage or migrate to another storage type.
---->8----
Or a shorter variant:
----8<----
Native Gluster support will be removed in Proxmox VE 9.
Before upgrading, switch to accessing Gluster as directory storage or migrate to a different storage type.
---->8----
That might be less scaring while still conveying info to users that sooner
or later need to do something about this–well, besides choosing to not upgrade
ever. What do you think?
_______________________________________________
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
* Re: [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation
2025-06-02 6:33 ` Thomas Lamprecht
@ 2025-06-02 10:51 ` Fiona Ebner
0 siblings, 0 replies; 3+ messages in thread
From: Fiona Ebner @ 2025-06-02 10:51 UTC (permalink / raw)
To: Thomas Lamprecht, Proxmox VE development discussion
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.
> I.e., not as task warning on our side. In that case, it might be nicer
> to just add a bit context, something like:
>
> ----8<----
> Native 'gluster' support will be deprecated and removed in Proxmox VE 9.
> Before upgrading to the next major version, you will need to switch to accessing your Gluster storage as directory storage or migrate to another storage type.
> ---->8----
>
> Or a shorter variant:
>
> ----8<----
> Native Gluster support will be removed in Proxmox VE 9.
> Before upgrading, switch to accessing Gluster as directory storage or migrate to a different storage type.
> ---->8----
>
> That might be less scaring while still conveying info to users that sooner
> or later need to do something about this–well, besides choosing to not upgrade
> ever. What do you think?
Ack, will send a v2!
_______________________________________________
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal