mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
7050a65d5c
When using real devices, specify DISKS="sdb sdc sdd" opposed to /dev/sdb in zfs-tests.sh - otherwise errors with directory names and disk names registering as "/dev//dev/sdb" for some tests. The same goes for mpath: DISK="mpatha mpathad mpathb" Expected Usage: $ DISKS="sdb sdc sdd" zfs-tests.sh SLICE_PREFIX is now set as "p" for a loop device (ie loop0p2) or "" for a real device (ie sdb2), or either for multipath devices (ie mpatha1 or mpath1p1) instead of only "p" by default. Note that kpartx partitioning is not currently supported in this patch (ie "partx") and may need to be disabled on Debian distributions. Functions added for determining test directory (/dev or /dev/mapper) as well as slice prefix are determined and exported mostly in the cfg file of each test group directory. Currently zpools cannot be created on whole mpath devices that have been partitioned. In order to fix this tests have either been revised to use a partition instead, or if there is a size constraint and the pool needs to be created on the whole disk, partitions are then deleted if the device is a multipath device. This functionality is added to default_cleanup() or to individual cleanup scripts if a non-default cleanup method is used. The max partitions is currently set at 8 to account for all of the tests thus far. Patch changes are generally encompassed in "if is_linux" construct. Signed-off-by: Sydney Vanda <sydney.m.vanda@intel.com> Reviewed-by: John Salinas <John.Salinas@intel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: David Quigley <david.quigley@intel.com> Closes #4447 Closes #4964 Closes #5074
123 lines
2.8 KiB
INI
123 lines
2.8 KiB
INI
export AWK="@AWK@"
|
|
export BLOCKDEV="@BLOCKDEV@"
|
|
export BASENAME="@BASENAME@"
|
|
export BC="@BC@"
|
|
export BUNZIP2="@BUNZIP2@"
|
|
export BZCAT="@BZCAT@"
|
|
export CAT="@CAT@"
|
|
export CD="@CD@"
|
|
export CHACL="@CHACL@"
|
|
export CHGRP="@CHGRP@"
|
|
export CHMOD="@CHMOD@"
|
|
export CHOWN="@CHOWN@"
|
|
export CKSUM="@CKSUM@"
|
|
export CMP="@CMP@"
|
|
export COMPRESS="@COMPRESS@"
|
|
export COREADM="@COREADM@"
|
|
export CP="@CP@"
|
|
export CPIO="@CPIO@"
|
|
export CUT="@CUT@"
|
|
export DATE="@DATE@"
|
|
export DD="@DD@"
|
|
export DF="@DF@"
|
|
export DIFF="@DIFF@"
|
|
export DIRCMP="@DIRCMP@"
|
|
export DIRNAME="@DIRNAME@"
|
|
export DU="@DU@"
|
|
export DUMPADM="@DUMPADM@"
|
|
export ECHO="@ECHO@"
|
|
export EGREP="@EGREP@"
|
|
export FDISK="@FDISK@"
|
|
export FGREP="@FGREP@"
|
|
export FILE="@FILE@"
|
|
export FIND="@FIND@"
|
|
export FORMAT="@FORMAT@"
|
|
export FSCK="@FSCK@"
|
|
export GETENT="@GETENT@"
|
|
export GETFACL="@GETFACL@"
|
|
export GETMAJOR="@GETMAJOR@"
|
|
export GNUDD="@GNUDD@"
|
|
export GREP="@GREP@"
|
|
export GROUPADD="@GROUPADD@"
|
|
export GROUPDEL="@GROUPDEL@"
|
|
export GROUPMOD="@GROUPMOD@"
|
|
export HEAD="@HEAD@"
|
|
export HOSTNAME="@HOSTNAME@"
|
|
export ID="@ID@"
|
|
export ISAINFO="@ISAINFO@"
|
|
export KILL="@KILL@"
|
|
export KSH="@KSH@"
|
|
export KSTAT="@KSTAT@"
|
|
export LOCKFS="@LOCKFS@"
|
|
export LOFIADM="@LOFIADM@"
|
|
export LOGNAME="@LOGNAME@"
|
|
export LS="@LS@"
|
|
export LSBLK="@LSBLK@"
|
|
export MD5SUM="@MD5SUM@"
|
|
export MKDIR="@MKDIR@"
|
|
export MKNOD="@MKNOD@"
|
|
export MKTEMP="@MKTEMP@"
|
|
export MNTTAB="@MNTTAB@"
|
|
export MODINFO="@MODINFO@"
|
|
export MODUNLOAD="@MODUNLOAD@"
|
|
export MOUNT="@MOUNT@"
|
|
export MV="@MV@"
|
|
export NAWK="@AWK@"
|
|
export NEWFS="@NEWFS@"
|
|
export NPROC="@NPROC@"
|
|
export PAGESIZE="@PAGESIZE@"
|
|
export PFEXEC="@PFEXEC@"
|
|
export PGREP="@PGREP@"
|
|
export PING="@PING@"
|
|
export PKGINFO="@PKGINFO@"
|
|
export PKILL="@PKILL@"
|
|
export PRINTF="@PRINTF@"
|
|
export PRTVTOC="@PRTVTOC@"
|
|
export PS="@PS@"
|
|
export PSRINFO="@PSRINFO@"
|
|
export PYTHON="@PYTHON@"
|
|
export READLINK="@READLINK@"
|
|
export REBOOT="@REBOOT@"
|
|
export RM="@RM@"
|
|
export RMDIR="@RMDIR@"
|
|
export RSH="@RSH@"
|
|
export SED="@SED@"
|
|
export SETFACL="@SETFACL@"
|
|
export SHARE="@SHARE@"
|
|
export SHUF="@SHUF@"
|
|
export SLEEP="@SLEEP@"
|
|
export SORT="@SORT@"
|
|
export STAT="@STAT@"
|
|
export STRINGS="@STRINGS@"
|
|
export SU="@SU@"
|
|
export SUM="@SUM@"
|
|
export SVCADM="@SVCADM@"
|
|
export SVCS="@SVCS@"
|
|
export SWAP="@SWAP@"
|
|
export SWAPADD="@SWAPADD@"
|
|
export SYNC="@SYNC@"
|
|
export TAIL="@TAIL@"
|
|
export TAR="@TAR@"
|
|
export TOUCH="@TOUCH@"
|
|
export TR="@TR@"
|
|
export TRUNCATE="@TRUNCATE@"
|
|
export TRUE="@TRUE@"
|
|
export UDEVADM="@UDEVADM@"
|
|
export UFSDUMP="@UFSDUMP@"
|
|
export UFSRESTORE="@UFSRESTORE@"
|
|
export UMASK="@UMASK@"
|
|
export UMOUNT="@UMOUNT@"
|
|
export UMOUNTALL="@UMOUNTALL@"
|
|
export UNAME="@UNAME@"
|
|
export UNCOMPRESS="@UNCOMPRESS@"
|
|
export UNIQ="@UNIQ@"
|
|
export UNSHARE="@UNSHARE@"
|
|
export USERADD="@USERADD@"
|
|
export USERDEL="@USERDEL@"
|
|
export USERMOD="@USERMOD@"
|
|
export WAIT="@WAIT@"
|
|
export WC="@WC@"
|
|
export ZONEADM="@ZONEADM@"
|
|
export ZONECFG="@ZONECFG@"
|
|
export ZONENAME="@ZONENAME@"
|