]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/gluster: Remove deprecated RDMA protocol handling
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 28 Mar 2024 12:41:10 +0000 (13:41 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Apr 2024 14:03:38 +0000 (16:03 +0200)
commit2d9cbbea64e67d90c3c22d7e2d5ab530d830eb33
tree472a4b3208b6b932a70b00e5b58532f81e796549
parent1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393
block/gluster: Remove deprecated RDMA protocol handling

GlusterFS+RDMA has been deprecated 8 years ago in commit
0552ff2465 ("block/gluster: deprecate rdma support"):

  gluster volfile server fetch happens through unix and/or tcp,
  it doesn't support volfile fetch over rdma. The rdma code may
  actually mislead, so to make sure things do not break, for now
  we fallback to tcp when requested for rdma, with a warning.

  If you are wondering how this worked all these days, its the
  gluster libgfapi code which handles anything other than unix
  transport as socket/tcp, sad but true.

Besides, the whole RDMA subsystem was deprecated in commit
e9a54265f5 ("hw/rdma: Deprecate the pvrdma device and the rdma
subsystem") released in v8.2.

Cc: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20240328130255.52257-4-philmd@linaro.org>
block/gluster.c
docs/system/device-url-syntax.rst.inc
docs/system/qemu-block-drivers.rst.inc