Searched refs:create (Results 1 - 25 of 2237) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_bookmark/
H A Dsetup.ksh32 log_must zfs create "$TESTPOOL/$TESTFS/child"
33 log_must zfs create "$TESTPOOL/${TESTFS}_with_suffix"
34 log_must zfs create "$TESTPOOL/$TESTFS/recv"
/freebsd-current/libexec/dma/
H A DMakefile3 dma-mbox-create
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsetup.ksh38 log_must zpool create $POOL $DISK1
39 log_must zpool create $POOL2 $DISK2
40 log_must zpool create $POOL3 $DISK3
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_hierarchy.ksh33 # 5. Verify 'zfs create' cannot create datasets under a ZVOL
57 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile"
58 log_must zfs create "$poolname/sendfs"
59 log_must zfs create -V 1M -s "$poolname/sendvol"
69 log_must zfs create "$poolname/fs"
70 log_must zfs create "$poolname/fs/subfs"
76 log_must zfs create -V 1M -s "$poolname/volume"
80 # 5. Verify 'zfs create' cannot create dataset
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_draid_003_pos.ksh48 log_assert "'zpool create <pool> draid:#d:#c:#s <vdevs>'"
68 log_must zpool create $TESTPOOL $draid $draid_vdevs
83 log_mustnot zpool create $TESTPOOL draid:d8 $draid_vdevs
84 log_mustnot zpool create $TESTPOOL draid:s3 $draid_vdevs
85 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs
86 log_mustnot zpool create $TESTPOOL draid:10x $draid_vdevs
87 log_mustnot zpool create $TESTPOOL draid:x10 $draid_vdevs
90 log_must zpool create $TESTPOOL draid2:30d $draid_vdevs
92 log_mustnot zpool create $TESTPOOL draid2:31d $draid_vdevs
95 log_mustnot zpool create
[all...]
H A Dzpool_create_encrypted.ksh26 # 'zpool create' should create an encrypted dataset only if it has a valid
53 # 1. Attempt to create a dataset using all combinations of encryption
65 log_assert "'zpool create' should create an encrypted dataset only if it" \
68 log_mustnot zpool create -O keylocation=prompt $TESTPOOL $DISKS
69 log_mustnot zpool create -O keyformat=passphrase $TESTPOOL $DISKS
70 log_mustnot zpool create -O keyformat=passphrase -O keylocation=prompt \
73 log_must zpool create -O encryption=off $TESTPOOL $DISKS
76 log_mustnot zpool create
[all...]
H A Dzpool_create_features_006_pos.ksh36 # 3. Cannot create a pool with '-o compatibility=unknown'
50 log_must zpool create -f -o compatibility=off $TESTPOOL $DISKS
53 log_must zpool create -f -o compatibility=legacy $TESTPOOL $DISKS
56 log_mustnot zpool create -f -o compatibility=unknown $TESTPOOL $DISKS
/freebsd-current/libexec/dma/dma-mbox-create/
H A DMakefile6 PROG= dma-mbox-create
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dsetup.ksh26 log_must zpool create $TESTPOOL $DISK
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh38 # 'zfs create <filesystem>' fails with bad <filesystem> arguments, including:
50 # 2. Execute 'zfs create <filesystem>' with each argument
96 log_assert "Verify 'zfs create <filesystem>' fails with bad <filesystem> argument."
99 log_must zfs create $TESTPOOL/$TESTFS
103 log_mustnot zfs create $TESTPOOL
104 log_mustnot zfs create $TESTPOOL/$TESTFS
108 log_mustnot zfs create ${args[$i]}
109 log_mustnot zfs create -p ${args[$i]}
115 log_mustnot zfs create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
117 log_mustnot zfs create
[all...]
H A Dzfs_create_encrypted.ksh28 # ZFS should create datasets only if they have a valid combination of
64 # 1. Attempt to create a dataset using all combinations of encryption
79 log_assert "ZFS should create datasets only if they have a valid" \
83 log_must zfs create $TESTPOOL/$TESTFS1
84 log_mustnot zfs create -o keyformat=passphrase $TESTPOOL/$TESTFS1/c1
85 log_mustnot zfs create -o keylocation=prompt $TESTPOOL/$TESTFS1/c1
86 log_mustnot zfs create -o keyformat=passphrase -o keylocation=prompt \
89 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS1/c1
90 log_mustnot zfs create -o encryption=off -o keylocation=prompt \
92 log_mustnot zfs create
[all...]
H A Dzfs_create_014_pos.ksh31 # check 'zfs create <filesystem>' works at the name length boundary
51 log_assert "'zfs create <filesystem>' can create a ZFS filesystem with name length 255."
53 log_must zfs create $TESTPOOL/$TESTFS1
54 log_mustnot zfs create $TESTPOOL/$TESTFS2
58 log_pass "'zfs create <filesystem>' works as expected."
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh36 # 'zfs create <filesystem>' fails with bad <filesystem> arguments, including:
47 # 2. Execute 'zfs create <filesystem>' with each argument
101 log_assert "Verify 'zfs create <filesystem>' fails with bad <filesystem> argument."
104 log_must $ZFS create $TESTPOOL/$TESTFS
108 log_mustnot $ZFS create $TESTPOOL
109 log_mustnot $ZFS create $TESTPOOL/$TESTFS
113 log_mustnot $ZFS create ${args[$i]}
114 log_mustnot $ZFS create -p ${args[$i]}
120 log_mustnot $ZFS create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
122 log_mustnot $ZFS create
[all...]
/freebsd-current/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh32 atf_test_case create cleanup
35 atf_set "descr" "basic zpool create"
50 atf_check -s exit:0 zpool create jippo /dk
65 atf_add_test_case create
/freebsd-current/tools/regression/zfs/zpool/create/
H A Doption-f_inuse.t11 expect_ok ${ZPOOL} create ${name0} ${disk0}
18 expect "${exp}" ${ZPOOL} create ${name1} ${disk0}
20 expect_ok ${ZPOOL} create -f ${name1} ${disk0}
24 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
31 expect "${exp}" ${ZPOOL} create ${name1} mirror ${disk0} ${disk1}
33 expect_ok ${ZPOOL} create -f ${name1} mirror ${disk0} ${disk1}
37 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
44 expect "${exp}" ${ZPOOL} create ${name1} raidz1 ${disk0} ${disk1} ${disk2}
46 expect_ok ${ZPOOL} create -f ${name1} raidz1 ${disk0} ${disk1} ${disk2}
50 expect_ok ${ZPOOL} create
[all...]
H A Dalready_exists.t11 expect_ok ${ZPOOL} create ${name0} ${disk0}
23 expect_fl ${ZPOOL} create ${name0} ${disk1}
/freebsd-current/sbin/newfs_msdos/tests/
H A DMakefile3 NETBSD_ATF_TESTS_SH+= create
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dsetup.ksh36 # create a version 1 pool
38 log_must zpool create -o version=1 $TESTPOOL $TEST_BASE_DIR/zpool_version_1.dat
41 # create another version 1 pool
43 log_must zpool create -o version=1 $TESTPOOL2 $TEST_BASE_DIR/zpool2_version_1.dat
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave11 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
15 BRIDGE=`ifconfig bridge create`
/freebsd-current/tests/sys/cddl/zfs/tests/rsend/
H A Dsetup.ksh40 log_must $ZPOOL create $POOL $DISK1
41 log_must $ZPOOL create $POOL2 $DISK2
/freebsd-current/tests/sys/cddl/zfs/tests/poolversion/
H A Dsetup.ksh38 # create a version 1 pool
39 log_must $ZPOOL create -f -o version=1 $TESTPOOL ${DISKS_ARRAY[0]}
42 # create another version 1 pool
43 log_must $ZPOOL create -f -o version=1 $TESTPOOL2 ${DISKS_ARRAY[1]}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_012_neg.ksh36 # 'zpool create' will fail with disk in swap
41 # 2. Try to create a pool on that disk. It should fail.
61 log_assert "'zpool create' should fail with disk in swap."
65 log_mustnot $ZPOOL create $TESTPOOL $DISK0
67 log_pass "'zpool create' cannot use a swap disk"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dsetup.ksh21 mkdir -p $TESTDIR || log_fail Could not create $TESTDIR
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.bookmark.create.ksh36 log_must zfs create $fs
41 $ZCP_ROOT/synctask_core/tst.bookmark.create.zcp $fs $snapname $bookname
/freebsd-current/tools/regression/net/if_tap/
H A Dtest-tap.sh39 # Base case create & destroy
40 tap=$(ifconfig tap create)
47 tap=$(ifconfig tap create)

Completed in 250 milliseconds

1234567891011>>