Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_draid_003_pos.ksh68 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
95 log_mustnot zpool create $TESTPOOL draid2:0d $draid_vdevs
98 log_mustnot zpool create $TESTPOOL draid0 $draid_vdevs
99 log_mustnot zpool create $TESTPOOL draid4 $draid_vdevs
[all …]
H A Dzpool_create_encrypted.ksh68 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 -O encryption=off -O keylocation=prompt \
78 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \
80 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \
83 log_mustnot zpool create -O encryption=on $TESTPOOL $DISKS
84 log_mustnot zpool create -O encryption=on -O keylocation=prompt \
H A Dzpool_create_draid_002_pos.ksh59 log_mustnot zpool create $TESTPOOL draid1 $(echo $TESTDIR/file.{01..01})
60 log_mustnot zpool create $TESTPOOL draid2 $(echo $TESTDIR/file.{01..02})
61 log_mustnot zpool create $TESTPOOL draid3 $(echo $TESTDIR/file.{01..03})
67 log_must zpool create $TESTPOOL draid:${i}c \
74 log_must zpool create $TESTPOOL draid:${i}c \
80 log_mustnot zpool create $TESTPOOL draid $(echo $TESTDIR/file.{01..256})
H A Dzpool_create_002_pos.ksh75 log_mustnot zpool create $TESTPOOL1 $DISK0
88 log_mustnot zpool create $TESTPOOL $DISK1
101 log_mustnot zpool create $TESTPOOL mirror $disk1 $disk2
110 log_mustnot zpool create $TESTPOOL mirror $disk1 $DISK0
122 log_mustnot zpool create $TESTPOOL1 $DISK0
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_encrypted.ksh83 log_must zfs create $TESTPOOL/$TESTFS1
85 log_mustnot zfs create -o keylocation=prompt $TESTPOOL/$TESTFS1/c1
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 -o encryption=off -o keyformat=passphrase \
97 log_mustnot zfs create -o encryption=on $TESTPOOL/$TESTFS1/c2
98 log_mustnot zfs create -o encryption=on -o keylocation=prompt \
109 log_must zfs create $TESTPOOL/$TESTFS2/c1
116 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS2/c5
119 log_mustnot zfs create -o encryption=off -o keylocation=prompt \
[all …]
H A Dzfs_create_009_neg.ksh100 log_must zfs create $TESTPOOL/$TESTFS
104 log_mustnot zfs create $TESTPOOL
105 log_mustnot zfs create $TESTPOOL/$TESTFS
109 log_mustnot zfs create ${args[$i]}
110 log_mustnot zfs create -p ${args[$i]}
116 log_mustnot zfs create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
118 log_mustnot zfs create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
125 log_mustnot zfs create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
126 log_mustnot zfs create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
H A Dzfs_create_010_neg.ksh109 log_must zfs create -V $VOLSIZE $TESTPOOL/$TESTVOL
113 log_mustnot zfs create -V $VOLSIZE $TESTPOOL/$TESTVOL
114 log_mustnot zfs create -s -V $VOLSIZE $TESTPOOL/$TESTVOL
122 log_mustnot zfs create ${options[$i]} -V ${args[$j]}
123 log_mustnot zfs create -p ${options[$i]} -V ${args[$j]}
130 log_mustnot zfs create ${options[$i]} -o ${RW_VOL_PROP[j]} \
132 log_mustnot zfs create -p ${options[$i]} -o ${RW_VOL_PROP[j]} \
139 log_mustnot zfs create ${options[$i]} -o ${FS_ONLY_PROP[j]} \
141 log_mustnot zfs create -p ${options[$i]} -o ${FS_ONLY_PROP[j]} \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_hierarchy.ksh58 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"
81 log_must zfs create -V 1M -s "$poolname/createvol"
82 log_mustnot zfs create "$poolname/createvol/fs"
83 log_mustnot zfs create -V 1M -s "$poolname/createvol/vol"
86 log_must zfs create "$poolname/movefs"
87 log_must zfs create -V 1M -s "$poolname/movevol"
[all …]
H A Dzvol_misc_volmode.ksh106 log_must zfs create -o mountpoint=none $VOLFS
107 log_must zfs create -V $VOLSIZE -s $SUBZVOL
108 log_must zfs create -V $VOLSIZE -s $ZVOL
126 log_must zfs create -V $VOLSIZE -s $ZVOL
143 log_must zfs create -V $VOLSIZE -s $ZVOL
155 log_must zfs create -V $VOLSIZE -s $ZVOL
164 log_must zfs create -V $VOLSIZE -s $ZVOL
173 log_must zfs create -V $VOLSIZE -s $ZVOL
222 log_must zfs create -V $VOLSIZE -s $ZVOL
229 log_must zfs create -V $VOLSIZE -s $ZVOL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh60 log_must zfs create $POOL/$TESTFS
75 log_must zfs create $POOL/$TESTFS
105 log_must zpool create $TESTPOOL $VDEV1
109 log_must zpool create $TESTPOOL $VDEV1 spare $VDEV2
113 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2
122 log_must zpool create $TESTPOOL $VDEV1 $VDEV2
126 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
132 log_must zpool create $TESTPOOL $VDEV1 $VDEV2
136 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
141 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2
[all …]
/f-stack/app/redis-5.0.5/utils/create-cluster/
H A DREADME7 The tool can also be used just to easily create a number of instances in a
13 To create a cluster, follow these steps:
15 1. Edit create-cluster and change the start / end port, depending on the
16 number of instances you want to create.
17 2. Use "./create-cluster start" in order to run the instances.
18 3. Use "./create-cluster create" in order to execute redis-cli --cluster create, so that
24 1. Use "./create-cluster stop" to stop all the instances. After you stopped the instances you can u…
25 2. Use "./create-cluster clean" to remove all the AOF / log files to restart with a clean environme…
27 Use the command "./create-cluster help" to get the full list of features.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_count.ksh37 log_must zfs create "$DATASET_TEST"
38 log_must zfs create "$DATASET_UTIL"
60 log_must zfs create "$DATASET_TEST/create_clone"
69 log_must zfs create "$DATASET_TEST/destroy"
76 log_must zfs create "$DATASET_TEST/rename"
84 log_must zfs create "$DATASET_UTIL/promote"
94 log_must zfs create "$DATASET_UTIL/send"
107 log_must zfs create "$DATASET_TEST/rollback"
115 log_must zfs create "$DATASET_TEST/diff"
H A Dfilesystem_limit.ksh50 log_must zfs create -o mountpoint=none "$DATASET_TEST"
51 log_must zfs create -o mountpoint=none "$DATASET_UTIL"
53 log_must zfs create "$DATASET_TEST"
54 log_must zfs create "$DATASET_UTIL"
92 log_must user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create"
93 log_mustnot user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create_exceed"
102 log_must zfs create "$DATASET_TEST/create_notenforced_root"
104 log_must user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create_notenforced_user"
111 log_must zfs create "$DATASET_TEST/rename"
126 log_must zfs create "$DATASET_UTIL/send"
H A Dsnapshot_limit.ksh51 log_must zfs create -o mountpoint=none "$DATASET_TEST"
52 log_must zfs create -o mountpoint=none "$DATASET_UTIL"
54 log_must zfs create "$DATASET_TEST"
55 log_must zfs create "$DATASET_UTIL"
104 log_must zfs create "$DATASET_TEST/rename"
113 log_must zfs create "$DATASET_TEST/rename"
124 log_must zfs create "$DATASET_TEST/promote"
141 log_must zfs create "$DATASET_UTIL/send"
H A Dsnapshot_count.ksh35 log_must zfs create "$DATASET_TEST"
36 log_must zfs create "$DATASET_UTIL"
71 log_must zfs create "$DATASET_TEST/renamed"
80 log_must zfs create "$DATASET_UTIL/promote"
90 log_must zfs create "$DATASET_UTIL/send"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh62 log_must zfs create $TESTPOOL/$TESTFS/$TESTFS2
67 log_must zfs create $TESTPOOL/$TESTFS/$TESTFS2.unmounted
81 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/prop
95 log_must zfs create $TESTPOOL/$TESTFS/renameme
101 log_must zfs create $TESTPOOL/$TESTFS/unshared
105 log_must zfs create $TESTPOOL/$TESTFS/shared
110 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/version1
111 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/allowed
112 log_must zfs allow everyone create $TESTPOOL/$TESTFS/allowed
130 log_must zpool create $TESTPOOL.virt mirror $TEST_BASE_DIR/disk1.dat \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dreceive-o-x_props_override.ksh67 log_must zfs create $orig
92 log_must zfs create $orig
109 log_must zfs create $orig
110 log_must zfs create $origsub
157 log_must zfs create $orig
158 log_must zfs create $origsub
200 log_must zfs create $orig
227 log_must zfs create $orig
272 log_must zfs create $orig
297 log_must zfs create $dest
[all …]
H A Dzfs_receive_-e.ksh59 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile"
60 log_must zfs create -p "$poolname/fs/a/b"
61 log_must zfs create "$recvfs"
79 log_must zfs create "$recvfs_rootds"
89 log_must zfs create "$recvfs_fs"
H A Dzfs_receive_new_props.ksh63 log_must zpool create -O mountpoint=none -o feature@filesystem_limits=disabled \
65 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile"
67 log_must zfs create "$recvfs"
70 log_must zfs create -o filesystem_limit=100 "$sendfs"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh76 log_must zfs create -o copies=$val $fs1
78 log_must zfs create -V $VOLSIZE -o copies=$val $vol1
81 log_must zfs create -o copies=$val $vol1
88 log_must zfs create -o copies=$val2 $fs2
90 log_must zfs create -V $VOLSIZE -o copies=$val2 $vol2
93 log_must zfs create -o copies=$val2 $vol2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib94 mkdir -p $TESTDIR || log_unresolved Could not create $TESTDIR
97 mkdir -p $TESTDIR_TGT || log_unresolved Could not create $TESTDIR_TGT
99 log_must zfs create $TESTPOOL/$TESTFS
102 log_must zfs create $TESTPOOL/$TESTFS_TGT
105 mkdir -p $OLDDIR || log_unresolved Could not create $OLDDIR
106 mkdir -p $NEWDIR_IN_FS || log_unresolved Could not create $NEWDIR_IN_FS
107 mkdir -p $NEWDIR_ACROSS_FS || log_unresolved Could not create $NEWDIR_ACROSS_FS
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dpool_checkpoint.kshlib136 log_must zfs create $DISKFS
141 log_must zpool create -O sync=disabled $NESTEDPOOL $FILEDISKS
146 log_must zpool create -O sync=disabled $TESTPOOL "$TESTDISK"
203 log_must zfs create -o compression=lz4 -o recordsize=8k $FS0
204 log_must zfs create -o compression=lz4 -o recordsize=8k $FS1
212 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0
213 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS1
268 log_must zfs create -o compression=lz4 -o recordsize=8k $FS2
277 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2
317 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_010_pos.ksh71 log_must zpool create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
74 log_must zpool create $poolB $VDEV1
77 log_must zpool create $poolC draid2 $VDEV2 $VDEV3 $VDEV4 $VDEV5
80 log_must zpool create $poolD raidz $VDEV3 $VDEV4
83 log_must zpool create $poolE $VDEV4
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Drebuild_raidz.ksh54 log_must zpool create -f $TESTPOOL1 $vdev_type ${VDEV_FILES[@]}
61 log_must zpool create $TESTPOOL1 ${VDEV_FILES[@]}
66 log_must zpool create $TESTPOOL1 mirror ${VDEV_FILES[0]} ${VDEV_FILES[1]}
71 log_must zpool create $TESTPOOL1 draid ${VDEV_FILES[@]}
/f-stack/freebsd/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"

12345678910>>...41