mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-25 02:28:01 +03:00

Automated auto-online test to go along with ZED FMA integration (PR 4673) auto_online_001.pos works with real devices (sd- and mpath) and with non-real block devices (loop) by adding a scsi_debug device to the pool Note: In order for test group to run, ZED must not currently be running. Kernel 3.16.37 or higher needed for scsi_debug to work properly If timeout occurs on test using a scsi_debug device (error noticed on Ubuntu system), a reboot might be needed in order for test to pass. (more investigation into this) Also suppressed output from is_real_device/is_loop_device/is_mpath_device - was making the log file very cluttered with useless error messages "ie /dev/mapper/sdc is not a block device" from previous patch Reviewed-by: Don Brady <don.brady@intel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: David Quigley <david.quigley@intel.com> Signed-off-by: Sydney Vanda <sydney.m.vanda@intel.com> Closes #5774
64 lines
755 B
Makefile
64 lines
755 B
Makefile
SUBDIRS = \
|
|
acl \
|
|
atime \
|
|
bootfs \
|
|
cache \
|
|
cachefile \
|
|
casenorm \
|
|
chattr \
|
|
checksum \
|
|
clean_mirror \
|
|
cli_root \
|
|
cli_user \
|
|
compression \
|
|
ctime \
|
|
delegate \
|
|
devices \
|
|
exec \
|
|
fault \
|
|
features \
|
|
grow_pool \
|
|
grow_replicas \
|
|
history \
|
|
inheritance \
|
|
inuse \
|
|
large_files \
|
|
largest_pool \
|
|
libzfs \
|
|
link_count \
|
|
migration \
|
|
mmap \
|
|
mount \
|
|
mv_files \
|
|
nestedfs \
|
|
no_space \
|
|
nopwrite \
|
|
online_offline \
|
|
pool_names \
|
|
poolversion \
|
|
privilege \
|
|
quota \
|
|
raidz \
|
|
redundancy \
|
|
refquota \
|
|
refreserv \
|
|
rename_dirs \
|
|
replacement \
|
|
reservation \
|
|
rootpool \
|
|
rsend \
|
|
scrub_mirror \
|
|
slog \
|
|
snapshot \
|
|
snapused \
|
|
sparse \
|
|
threadsappend \
|
|
tmpfile \
|
|
truncate \
|
|
upgrade \
|
|
userquota \
|
|
vdev_zaps \
|
|
write_dirs \
|
|
xattr \
|
|
zvol
|