Lines Matching +full:system +full:- +full:ctl
1 # SPDX-License-Identifier: BSD-2-Clause
26 . $(atf_get_srcdir)/../../cam/ctl/ctl.subr
30 # Almost any fuse file system would work, but this tests uses fusefs-ext2
35 atf_set "descr" "Remove a fuse-backed CTL LUN when atime is enabled"
37 atf_set "require.progs" "fuse-ext2 mkfs.ext2"
43 atf_check truncate -s 1g ext2.img
44 atf_check mkfs.ext2 -q ext2.img
46 atf_check fuse-ext2 -o default_permissions,allow_other,rw+ ext2.img \
49 atf_check truncate -s 1m $MOUNTPOINT/file
50 create_block -o file=$MOUNTPOINT/file
56 atf_check -o ignore ctladm remove -b block -l $LUN
58 rm lun-create.txt # So we don't try to remove the LUN twice