Searched +full:libaio +full:- +full:dev (Results 1 – 9 of 9) sorted by relevance
1 #!/bin/ksh -p2 # SPDX-License-Identifier: CDDL-1.011 # or https://opensource.org/licenses/CDDL-1.0.33 # Verify libaio functions correctly with mmap()'d files.43 log_assert "verify mmap'd pages work with libaio"45 # mmap_libaio is built when the libaio-devel package is installed.46 command -v mmap_libaio > /dev/null || log_unsupported "This test requires mmap_libaio."51 log_mustnot stat $TESTDIR/test-libaio-file52 log_must mmap_libaio $TESTDIR/test-libaio-file $size53 log_must verify_eq $(stat --format=%s $TESTDIR/test-libaio-file) $size[all …]
1 name: zfs-tests-sanity9 runs-on: ubuntu-latest11 - uses: actions/checkout@v214 - name: Install dependencies16 sudo apt-get update17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \20 nfs-kernel-server samba rng-tools xz-utils \21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \[all …]
11 set -eu14 echo "##[group]Running pacman -Syu"16 sudo pacman -Syu --noconfirm20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \23 samba sysstat rng-tools rsync wget xxhash30 echo "##[group]Running apt-get update+upgrade"31 sudo apt-get update -y32 sudo apt-get upgrade -y[all …]
1 #! /bin/ksh -p2 # SPDX-License-Identifier: CDDL-1.011 # or https://opensource.org/licenses/CDDL-1.0.43 command -v fio > /dev/null || log_unsupported "fio missing"47 log_must rm -f "$mntpnt/rw*"54 ioengine="--ioengine=libaio"56 dir="--directory=$mntpnt"58 set -A fio_arg -- "--sync=0" "--sync=1" "--direct=0" "--direct=1"65 log_must rm -f "$mntpnt/rw*"
1 #!/bin/ksh -p2 # SPDX-License-Identifier: CDDL-1.011 # or https://opensource.org/licenses/CDDL-1.0.47 log_must rm -f "$mntpnt/direct-*"52 fio --ioengine=io_uring --parse-only > /dev/null 2>&160 typeset -a async_ioengine_args=("--iodepth=4" "--iodepth=4 --thread")66 fio_async_ioengines+=" libaio"67 if $(grep -q "CONFIG_IO_URING=y" /boot/config-$(uname -r)); then85 " $ioengine with args $ioengine_args --rw=$op"
1 #!/bin/ksh -p2 # SPDX-License-Identifier: CDDL-1.011 # or https://opensource.org/licenses/CDDL-1.0.36 # For both the normal submit_bio() codepath and the blk-mq codepath, do58 typeset -f each_zvol_size=$(( floor($biggest_zvol_size_possible * 0.9 / \61 typeset tmpdir="$(mktemp -t -d zvol_stress_fio_state.XXXXXX)"70 log_must zfs create -V $each_zvol_size $TESTPOOL/testvol$i86 if [ $zvol_write_size -gt $((50 * 1048576)) ] ; then92 engine=libaio101 fio --ioengine=$engine --name=zvol_stress$i --direct=0 \[all …]
27 %global _bashcompletiondir /usr/share/bash-completion49 %global _presetdir %{_prefix}/lib/systemd/system-preset53 %global _modulesloaddir %{_prefix}/lib/modules-load.d57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators90 … %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib(…100 Source0: %{name}-%{version}.tar.gz101 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)102 Requires: libzpool6%{?_isa} = %{version}-%{release}103 Requires: libnvpair3%{?_isa} = %{version}-%{release}104 Requires: libuutil3%{?_isa} = %{version}-%{release}[all …]
27 %global _bashcompletiondir /usr/share/bash-completion49 %global _presetdir %{_prefix}/lib/systemd/system-preset53 %global _modulesloaddir %{_prefix}/lib/modules-load.d57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators90 %define __python_sitelib %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))")100 Source0: %{name}-%{version}.tar.gz101 BuildRoot: %{_tmppath}/%{name}-%{version}-[all...]
1 Source: openzfs-linux4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>5 Build-Depends: debhelper-compat (= 12),6 dh-python,7 dh-sequence-dkms | dkms (>> 2.1.1.2-5),8 libaio-dev,9 libblkid-dev,10 libcurl4-openssl-dev,11 libelf-dev,12 libpam0g-dev,[all …]