Searched refs:create (Results 201 - 225 of 2239) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_002_pos.ksh37 # 3. Destroy pool and re-create with -o version=28
61 log_assert "'zpool create -d' creates pools with all features disabled"
63 log_must zpool create -f -d $TESTPOOL $DISKS
67 log_must zpool create -f -o version=28 $TESTPOOL $DISKS
H A Dzpool_create_features_001_pos.ksh37 # 3. Destroy the pool and create a new pool with
62 log_assert "'zpool create' creates pools with all features enabled"
64 log_must zpool create -f $TESTPOOL $DISKS
68 log_must zpool create -f -o feature@async_destroy=enabled $TESTPOOL $DISKS
71 log_pass "'zpool create' creates pools with all features enabled"
H A Dzpool_create_014_neg.ksh38 # 'zpool create' will fail with ordinary file in swap
42 # 2. Try to create a new pool with regular file in swap
60 log_assert "'zpool create' should fail with regular file in swap."
74 log_must zfs create -V 100m $vol_name
83 log_mustnot zpool create $opt $TESTPOOL $TMP_FILE
86 log_pass "'zpool create' passed as expected with inapplicable scenario."
H A Dzpool_create_015_neg.ksh38 # 'zpool create' will fail with zfs vol device in swap
45 # 4. Try to create a new pool with devices in swap
66 log_assert "'zpool create' should fail with zfs vol device in swap."
70 # use zfs vol device in swap to create pool which should fail.
73 log_must zfs create -V 100m $vol_name
83 log_mustnot zpool create $opt $TESTPOOL1 ${ZVOL_DEVDIR}/${vol_name}
91 log_pass "'zpool create' passed as expected with inapplicable scenario."
H A Dzpool_create_draid_001_pos.ksh47 log_assert "'zpool create <pool> <draid1|2|3> ...' can create a pool."
60 log_must zpool create $TESTPOOL draid$parity $vdevs
70 log_must zpool create $TESTPOOL draid $vdevs
75 log_pass "'zpool create <pool> <draid1|2|3> <vdevs> ...' success."
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dsetup.ksh43 log_must file_write -b 1048576 -c 256 -o create -d 0 -f $mntpnt/bigfile
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dsetup.ksh38 log_must file_write -b 1048576 -c 256 -o create -d 0 -f $mntpnt/bigfile
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_001_pos.ksh36 # 'zfs create <filesystem>' can create a ZFS filesystem in the namespace.
63 log_assert "'zfs create <filesystem>' can create a ZFS filesystem in the namespace."
67 log_must zfs create ${datasets[$i]}
69 log_fail "zfs create ${datasets[$i]} fail."
73 log_must zfs create "$TESTPOOL/with a space"
77 log_pass "'zfs create <filesystem>' works as expected."
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh68 log_must zfs create $TESTPOOL/$RESERVATION
69 log_must zfs create $TESTPOOL/$RESERVATION2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh38 # 1. Create pool, then create a file system within it.
66 log_must zpool create $TESTPOOL-zstd $VDEV_ZSTD
79 log_must zfs create -o compress=zstd-$random_level $TESTPOOL-zstd/$TESTFS-zstd
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_003_pos.ksh57 log_must zpool create -o ashift=13 $TESTPOOL1 $DISK_LARGE
64 file_write -o create -f $testfile0 -b $BLOCKSZ \
H A Denospc_001_pos.ksh62 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
70 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/
H A Drefquota_001_pos.ksh51 log_must zfs create $TESTPOOL/$TESTFS
61 log_must zfs create $sub
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_004_neg.ksh82 log_mustnot zpool create $POOL $TESTDIR/bootfs_004.$$.dat
83 log_mustnot zfs create $POOL/$TESTFS
H A Dbootfs_003_pos.ksh67 log_must zpool create $POOL $TESTDIR/bootfs_003.$$.dat
68 log_must zfs create $POOL/$TESTFS
H A Dbootfs_005_neg.ksh68 log_must zpool create -f $TESTPOOL $DISKS
74 log_must zfs create $POOL_NAME/$TESTFS
H A Dbootfs_008_pos.ksh40 # 1. create pools based on a valid vdev
41 # 2. create a filesystem on this pool and set the compression property to
69 log_must zpool create $TESTPOOL $VDEV
70 log_must zfs create $COMP_FS
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_start_and_cancel_pos.ksh41 log_must zpool create -f $TESTPOOL $DISK1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh105 # Also create a filesystem in this pool
108 log_must zpool create bootfs $FILEVDEV
109 log_must zfs create bootfs/root
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_allow_001_neg.ksh50 log_mustnot zfs allow $(id -un) create $TESTPOOL/$TESTFS
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_008_neg.ksh36 # 2. Attempt to simultaneously create a snapshot of each pool.
63 log_must zpool create $SNAPPOOL1 $SNAPDEV1
64 log_must zpool create $SNAPPOOL2 $SNAPDEV2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_005_pos.ksh49 log_must zfs create $fs
58 log_must zfs create -V 10M $vol
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_002_pos.ksh33 log_must zpool create -f $TESTPOOL $DISKS
H A Dvdev_zaps_001_pos.ksh34 log_must zpool create -f $TESTPOOL $DISK
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_014_neg.ksh32 log_mustnot zpool create -O recordsize=$size \

Completed in 222 milliseconds

1234567891011>>