Searched +full:libaio +full:- +full:dev (Results 1 – 10 of 10) 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 …]
11 set -eu16 acl alpine-sdk attr autoconf automake bash build-base clang21 coreutils \17 cpio cryptsetup curl curl-dev dhcpcd eudev eudev-dev eudev-libs findutils \18 fio gawk gdb gettext-dev git grep jq libaio libaio-dev libcurl \19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \20 linux-virt linux-virt-dev lsscsi m4 make nfs-utils openssl-dev parted \21 pax procps py3-cffi py3-distlib py3-packaging py3-setuptools python3 \22 python3-dev qemu-guest-agent rng-tools rsync samba samba-server sed \23 strace sysstat util-linux util-linux-dev wget words xfsprogs xxhash \24 zlib-dev pamtester@testing[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 …]
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.39 # 3. Repeat 1-2 for both the blk-mq and non-blk-mq cases.51 typeset datafile1="$(mktemp -t zvol_misc_fua1.XXXXXX)"52 typeset datafile2="$(mktemp -t zvol_misc_fua2.XXXXXX)"53 typeset datafile3="$(mktemp -t zvol_misc_fua3_log.XXXXXX)"67 zpool iostat -p -H -v -r $TESTPOOL $1 | \68 awk '/[0-9]+$/{s+=$4+$5} END{print s}'78 log_must fio --name=write_iops --size=5M \[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 "102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.…112 Source0: %{name}-%{version}.tar.gz113 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)114 Requires: libzpool7%{?_isa} = %{version}-%{release}115 Requires: libnvpair3%{?_isa} = %{version}-%{release}[all …]
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 …]
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 …]