Signed-off-by: Filip Kobierski --- sys-cluster/ceph/ceph-18.2.4-r3.ebuild | 8 ++++---- sys-cluster/ceph/ceph-19.2.0-r2.ebuild | 8 ++++---- sys-cluster/ceph/metadata.xml | 2 +- sys-cluster/glusterfs/glusterfs-10.5.ebuild | 6 +++--- sys-cluster/glusterfs/glusterfs-11.1.ebuild | 6 +++--- sys-cluster/glusterfs/metadata.xml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sys-cluster/ceph/ceph-18.2.4-r3.ebuild b/sys-cluster/ceph/ceph-18.2.4-r3.ebuild index 345c800a98b..4d62526a4e7 100644 --- a/sys-cluster/ceph/ceph-18.2.4-r3.ebuild +++ b/sys-cluster/ceph/ceph-18.2.4-r3.ebuild @@ -30,7 +30,7 @@ IUSE=" babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana jemalloc jaeger kafka kerberos ldap lttng +mgr +parquet pmdk rabbitmq +radosgw rbd-rwl rbd-ssd rdma rgw-lua selinux +ssl spdk +sqlite +system-boost - systemd +tcmalloc test +uring xfs zbd + systemd +tcmalloc test +io-uring xfs zb d " IUSE+="$(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" @@ -109,7 +109,7 @@ DEPEND=" spdk? ( dev-util/cunit ) sqlite? ( dev-db/sqlite:= ) system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) " @@ -330,8 +330,8 @@ ceph_src_configure() { -DWITH_RBD_SSD_CACHE:BOOL=$(usex rbd-ssd) -DWITH_SYSTEMD:BOOL=$(usex systemd) -DWITH_TESTS:BOOL=$(usex test) - -DWITH_LIBURING:BOOL=$(usex uring) - -DWITH_SYSTEM_LIBURING:BOOL=$(usex uring) + -DWITH_LIBURING:BOOL=$(usex io-uring) + -DWITH_SYSTEM_LIBURING:BOOL=$(usex io-uring) -DWITH_LIBCEPHSQLITE:BOOL=$(usex sqlite) -DWITH_XFS:BOOL=$(usex xfs) -DWITH_ZBD:BOOL=$(usex zbd) diff --git a/sys-cluster/ceph/ceph-19.2.0-r2.ebuild b/sys-cluster/ceph/ceph-19.2.0-r2.ebuild index 717e7282fc6..c6ded998710 100644 --- a/sys-cluster/ceph/ceph-19.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-19.2.0-r2.ebuild @@ -30,7 +30,7 @@ IUSE=" babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana jemalloc jaeger kafka kerberos ldap lttng +mgr +parquet pmdk rabbitmq +radosgw rbd-rwl rbd-ssd rdma rgw-lua selinux +ssl spdk +sqlite +system-boost - systemd +tcmalloc test +uring xfs zbd + systemd +tcmalloc test +io-uring xfs zbd " IUSE+="$(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" @@ -110,7 +110,7 @@ DEPEND=" spdk? ( dev-util/cunit ) sqlite? ( dev-db/sqlite:= ) system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) " @@ -338,8 +338,8 @@ ceph_src_configure() { -DWITH_RBD_SSD_CACHE:BOOL=$(usex rbd-ssd) -DWITH_SYSTEMD:BOOL=$(usex systemd) -DWITH_TESTS:BOOL=$(usex test) - -DWITH_LIBURING:BOOL=$(usex uring) - -DWITH_SYSTEM_LIBURING:BOOL=$(usex uring) + -DWITH_LIBURING:BOOL=$(usex io-uring) + -DWITH_SYSTEM_LIBURING:BOOL=$(usex io-uring) -DWITH_LIBCEPHSQLITE:BOOL=$(usex sqlite) -DWITH_XFS:BOOL=$(usex xfs) -DWITH_ZBD:BOOL=$(usex zbd) diff --git a/sys-cluster/ceph/metadata.xml b/sys-cluster/ceph/metadata.xml index 10e8a6f85f0..e40590e6067 100644 --- a/sys-cluster/ceph/metadata.xml +++ b/sys-cluster/ceph/metadata.xml @@ -33,7 +33,7 @@ Enable RDMA support via sys-cluster/rdma-core Rados Gateway's support for dynamically adding lua packagess Use system dev-libs/boost instead of the bundled one - Build with support for sys-libs/liburing + Build with support for sys-libs/liburing Enable sys-block/libzbd bluestore backend Add xfs support diff --git a/sys-cluster/glusterfs/glusterfs-10.5.ebuild b/sys-cluster/glusterfs/glusterfs-10.5.ebuild index af34b6d503a..1def7c7cee4 100644 --- a/sys-cluster/glusterfs/glusterfs-10.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.5.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0/${PV%%.*}" KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" -IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +uring xml" +IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +io-uring xml" REQUIRED_USE="${PYTHON_REQUIRED_USE} georeplication? ( xml ) @@ -43,7 +43,7 @@ RDEPEND=" !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) selinux? ( sec-policy/selinux-glusterfs ) tcmalloc? ( dev-util/google-perftools ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) xml? ( dev-libs/libxml2 ) " DEPEND=" @@ -103,7 +103,7 @@ src_configure( ) { $(use_enable georeplication) \ $(use_enable static-libs static) \ $(use_enable test cmocka) \ - $(use_enable uring linux-io-uring) \ + $(use_enable io-uring linux-io-uring) \ $(use_enable xml xml-output) \ $(usex ipv6 --with-ipv6-default "") \ $(usex libtirpc "" --without-libtirpc) \ diff --git a/sys-cluster/glusterfs/glusterfs-11.1.ebuild b/sys-cluster/glusterfs/glusterfs-11.1.ebuild index c4ef9b26256..a6b41a9406c 100644 --- a/sys-cluster/glusterfs/glusterfs-11.1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-11.1.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0/${PV%%.*}" KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" -IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +uring xml" +IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +io-uring xml" REQUIRED_USE="${PYTHON_REQUIRED_USE} georeplication? ( xml ) @@ -47,7 +4 7,7 @@ RDEPEND=" !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) selinux? ( sec-policy/selinux-glusterfs ) tcmalloc? ( dev-util/google-perftools ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) xml? ( dev-libs/libxml2 ) " DEPEND=" @@ -106,7 +106,7 @@ src_configure() { $(use_enable georeplication) \ $(use_enable static-libs static) \ $(use_enable test cmocka) \ - $(use_enable uring linux-io-uring) \ + $(use_enable io-uring linux-io-uring) \ $(use_enable xml xml-output) \ $(usex ipv6 --with-ipv6-default "") \ $(usex libtirpc "" --without-libtirpc) \ diff --git a/sys-cluster/glusterfs/metadata.xml b/sys-cluster/glusterfs/metadata.xml index a7e4c474e8a..e5e0116cd5c 100644 --- a/sys-cluster/glusterfs/metadata.xml +++ b/sys-cluster/glusterfs/metadata.xml @@ -26,7 +26,7 @@ Use IPv6 by default, requires libtirpc Build against net-libs/libtirpc for R PC support Install configuration snippet for app-admin/rsyslog - Control whether or not glusterfs is compiled with uring support or not. + Control whether or not glusterfs is compiled with uring support or not. gluster/glusterfs -- 2.45.2