* [PATCH] docs: Mark "gluster" support in QEMU as deprecated
@ 2024-09-24 13:24 Thomas Huth
2024-09-24 14:12 ` Peter Krempa
2024-09-24 15:46 ` Niels de Vos
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2024-09-24 13:24 UTC (permalink / raw)
To: qemu-block, qemu-devel; +Cc: devel, integration
According to https://marc.info/?l=fedora-devel-list&m=171934833215726
the GlusterFS development effectively ended. Thus mark it as deprecated
in QEMU, so we can remove it in a future release if the project does
not gain momentum again.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
docs/about/deprecated.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index ed31d4b0b2..b231aa3948 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -395,6 +395,15 @@ Specifying the iSCSI password in plain text on the command line using the
used instead, to refer to a ``--object secret...`` instance that provides
a password via a file, or encrypted.
+``gluster`` backend (since 9.2)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+According to https://marc.info/?l=fedora-devel-list&m=171934833215726
+the GlusterFS development effectively ended. Unless the development
+gains momentum again, the QEMU project might remove the gluster backend
+in a future release.
+
+
Character device options
''''''''''''''''''''''''
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Mark "gluster" support in QEMU as deprecated
2024-09-24 13:24 [PATCH] docs: Mark "gluster" support in QEMU as deprecated Thomas Huth
@ 2024-09-24 14:12 ` Peter Krempa
2024-09-25 6:58 ` Thomas Huth
2024-09-24 15:46 ` Niels de Vos
1 sibling, 1 reply; 4+ messages in thread
From: Peter Krempa @ 2024-09-24 14:12 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-block, qemu-devel, devel, integration
On Tue, Sep 24, 2024 at 15:24:51 +0200, Thomas Huth wrote:
> According to https://marc.info/?l=fedora-devel-list&m=171934833215726
> the GlusterFS development effectively ended. Thus mark it as deprecated
> in QEMU, so we can remove it in a future release if the project does
> not gain momentum again.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> docs/about/deprecated.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index ed31d4b0b2..b231aa3948 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -395,6 +395,15 @@ Specifying the iSCSI password in plain text on the command line using the
> used instead, to refer to a ``--object secret...`` instance that provides
> a password via a file, or encrypted.
>
> +``gluster`` backend (since 9.2)
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +
> +According to https://marc.info/?l=fedora-devel-list&m=171934833215726
> +the GlusterFS development effectively ended. Unless the development
> +gains momentum again, the QEMU project might remove the gluster backend
> +in a future release.
Shouldn't also the 'gluster' enum entry of 'BlockdevDriver'
(qapi/block-core.json) be marked as deprecated?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Mark "gluster" support in QEMU as deprecated
2024-09-24 13:24 [PATCH] docs: Mark "gluster" support in QEMU as deprecated Thomas Huth
2024-09-24 14:12 ` Peter Krempa
@ 2024-09-24 15:46 ` Niels de Vos
1 sibling, 0 replies; 4+ messages in thread
From: Niels de Vos @ 2024-09-24 15:46 UTC (permalink / raw)
To: Thomas Huth, qemu-block, qemu-devel; +Cc: integration, devel, Kaleb Keithley
On Tue, 2024-09-24 at 15:24 +0200, Thomas Huth wrote:
> According to https://marc.info/?l=fedora-devel-list&m=171934833215726
> the GlusterFS development effectively ended. Thus mark it as
> deprecated
> in QEMU, so we can remove it in a future release if the project does
> not gain momentum again.
As a former Gluster developer/maintainer, this makes sense to me. Feel
free to add my Acked-by or equivalent signoff.
Cheers,
Niels
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> docs/about/deprecated.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index ed31d4b0b2..b231aa3948 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -395,6 +395,15 @@ Specifying the iSCSI password in plain text on
> the command line using the
> used instead, to refer to a ``--object secret...`` instance that
> provides
> a password via a file, or encrypted.
>
> +``gluster`` backend (since 9.2)
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +
> +According to
> https://marc.info/?l=fedora-devel-list&m=171934833215726
> +the GlusterFS development effectively ended. Unless the development
> +gains momentum again, the QEMU project might remove the gluster
> backend
> +in a future release.
> +
> +
> Character device options
> ''''''''''''''''''''''''
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Mark "gluster" support in QEMU as deprecated
2024-09-24 14:12 ` Peter Krempa
@ 2024-09-25 6:58 ` Thomas Huth
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2024-09-25 6:58 UTC (permalink / raw)
To: Peter Krempa; +Cc: qemu-block, qemu-devel, devel, integration
On 24/09/2024 16.12, Peter Krempa wrote:
> On Tue, Sep 24, 2024 at 15:24:51 +0200, Thomas Huth wrote:
>> According to https://marc.info/?l=fedora-devel-list&m=171934833215726
>> the GlusterFS development effectively ended. Thus mark it as deprecated
>> in QEMU, so we can remove it in a future release if the project does
>> not gain momentum again.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> docs/about/deprecated.rst | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
>> index ed31d4b0b2..b231aa3948 100644
>> --- a/docs/about/deprecated.rst
>> +++ b/docs/about/deprecated.rst
>> @@ -395,6 +395,15 @@ Specifying the iSCSI password in plain text on the command line using the
>> used instead, to refer to a ``--object secret...`` instance that provides
>> a password via a file, or encrypted.
>>
>> +``gluster`` backend (since 9.2)
>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> +
>> +According to https://marc.info/?l=fedora-devel-list&m=171934833215726
>> +the GlusterFS development effectively ended. Unless the development
>> +gains momentum again, the QEMU project might remove the gluster backend
>> +in a future release.
>
> Shouldn't also the 'gluster' enum entry of 'BlockdevDriver'
> (qapi/block-core.json) be marked as deprecated?
Thanks, that's a good idea! I'll send a v2...
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-25 6:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 13:24 [PATCH] docs: Mark "gluster" support in QEMU as deprecated Thomas Huth
2024-09-24 14:12 ` Peter Krempa
2024-09-25 6:58 ` Thomas Huth
2024-09-24 15:46 ` Niels de Vos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).