/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_encrypted.ksh | 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 -o encryption=off -o keyformat=passphrase \ 94 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 \ [all …]
|
H A D | zfs_create_009_neg.ksh | 98 log_must zfs create $TESTPOOL/$TESTFS 102 log_mustnot zfs create $TESTPOOL 103 log_mustnot zfs create $TESTPOOL/$TESTFS 107 log_mustnot zfs create ${args[$i]} 108 log_mustnot zfs create -p ${args[$i]} 114 log_mustnot zfs create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \ 116 log_mustnot zfs create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \ 123 log_mustnot zfs create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1 124 log_mustnot zfs create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
|
H A D | zfs_create_010_neg.ksh | 109 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]} \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_006_pos.ksh | 61 log_must zfs create $POOL/$TESTFS 76 log_must zfs create $POOL/$TESTFS 106 log_must zpool create $TESTPOOL $VDEV1 110 log_must zpool create $TESTPOOL $VDEV1 spare $VDEV2 114 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 118 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 122 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 126 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 130 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 134 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3 [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_encrypted.ksh | 67 log_mustnot zpool create -O keylocation=prompt $TESTPOOL $DISKS 68 log_mustnot zpool create -O keyformat=passphrase $TESTPOOL $DISKS 69 log_mustnot zpool create -O keyformat=passphrase -O keylocation=prompt \ 72 log_must zpool create -O encryption=off $TESTPOOL $DISKS 75 log_mustnot zpool create -O encryption=off -O keylocation=prompt \ 77 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 79 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 82 log_mustnot zpool create -O encryption=on $TESTPOOL $DISKS 83 log_mustnot zpool create -O encryption=on -O keylocation=prompt \
|
H A D | zpool_create_008_pos.ksh | 51 log_must zpool create -f $TESTPOOL ${disk}s${SLICE0} 132 log_mustnot zpool create $TESTPOOL ${disk}s${SLICE0} 133 log_must zpool create -f $TESTPOOL ${disk}s${SLICE0} 138 log_must zpool create -f $TESTPOOL $disk 144 log_mustnot zpool create $TESTPOOL1 ${disk}s${SLICE3} spare ${disk}s${SLICE1}
|
H A D | zpool_create_002_pos.ksh | 90 log_mustnot zpool create "$TESTPOOL1" "${disk}s${SLICE0}" 96 log_mustnot zpool create "$TESTPOOL2" "${disk}s${SLICE1}" 102 log_mustnot zpool create "$TESTPOOL3" "mirror" $TESTDIR0/$FILEDISK0 $TESTDIR1/$FILEDISK1 108 log_mustnot zpool create "$TESTPOOL4" "mirror" /var/tmp/$FILEDISK0 \ 119 log_mustnot zpool create "$TESTPOOL6" /var/tmp/$FILEDISK2
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | setup.ksh | 62 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 /$TESTDIR/disk1.dat \ [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | receive-o-x_props_override.ksh | 67 log_must zfs create $orig 80 log_must zfs create -V 32K -s $orig/zvol 92 log_must zfs create $orig 109 log_must zfs create $orig 110 log_must zfs create $origsub 155 log_must zfs create $orig 156 log_must zfs create $origsub 198 log_must zfs create $orig 199 log_must zfs create $origsub 225 log_must zfs create $orig [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_checkpoint/ |
H A D | pool_checkpoint.kshlib | 136 log_must zfs create $DISKFS 141 log_must zpool create $NESTEDPOOL $FILEDISKS 146 log_must zpool create $TESTPOOL "$TESTDISK" 207 log_must zfs create -o compression=lz4 -o recordsize=8k $FS0 208 log_must zfs create -o compression=lz4 -o recordsize=8k $FS1 216 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0 217 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS1 272 log_must zfs create -o compression=lz4 -o recordsize=8k $FS2 281 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2 321 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2 [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/dladm/ |
H A D | show-class-confusion.ksh | 85 dladm create-etherstub -t $dl_stub || fatal "failed to create $dl_stub" 86 dladm create-vnic -t -l $dl_stub $dl_vnic || fatal \ 88 dladm create-simnet -t -m Ethernet $dl_sim || fatal \ 90 dladm create-vlan -t -v 23 -l $dl_sim $dl_vlan || fatal \ 92 dladm create-iptun -T ipv4 -t $dl_iptun || fatal \ 94 dladm create-bridge $dl_bridge || fatal "failed to create $dl_bridge" 96 dladm create-secobj -c wpa -f $dl_secobj_file -t $dl_secobj || fatal \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/ |
H A D | zfs_copies_001_pos.ksh | 76 log_must zfs create -o copies=$val $fs1 78 log_must zfs create -V $VOLSIZE -o copies=$val $vol1 80 log_must zfs create -o copies=$val $vol1 87 log_must zfs create -o copies=$val2 $fs2 89 log_must zfs create -V $VOLSIZE -o copies=$val2 $vol2 91 log_must zfs create -o copies=$val2 $vol2
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/ |
H A D | mv_files_common.kshlib | 94 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
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | recv_secpolicy.ksh | 51 log_must zfs create $TESTPOOL/testfs1 52 log_must zfs create $TESTPOOL/testfs1/data 53 log_must zfs create $TESTPOOL/testfs1/data/foo 55 log_must zfs create $TESTPOOL/testfs2 56 log_must zfs create $TESTPOOL/testfs2/data
|
H A D | send-c_lz4_disabled.ksh | 43 log_must zpool create $POOL2 $DISK2 48 log_must zpool create -d $POOL2 $DISK2 53 log_must zpool create $pool_opt $POOL3 $DISK3 58 log_must zfs create -o compress=$compress $send_ds
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | laststmtchanges.test | 32 create table t0 (x); 83 create table t1 (k integer primary key); 84 create table t2 (k integer primary key, v1, v2); 85 create trigger r1 after insert on t1 for each row begin 117 create trigger r1 after update on t1 for each row begin 149 create trigger r1 before delete on t1 for each row begin 179 create temp table t0(x); 180 create temp table t1 (k integer primary key); 181 create temp table t2 (k integer primary key); 182 create temp view v1 as select * from t1; [all …]
|
H A D | lastinsert.test | 32 create table t1 (k integer primary key); 56 # LIRID unchanged after create table/view statements 59 create table t2 (k integer primary key, val1, val2, val3); 60 create view v as select * from t1; 72 create trigger r1 after insert on t1 for each row begin 111 create trigger r1 after update on t1 for each row begin 150 create trigger r1 instead of insert on v for each row begin 189 create trigger r1 before delete on t1 for each row begin 228 create trigger r1 instead of update on v for each row begin 265 create temp table t1 (k integer primary key); [all …]
|
H A D | trigger1.test | 23 # trig-1.9: Ensure that we cannot create a trigger on sqlite_master 125 } {1 {cannot create trigger on system table}} 133 create table t1(a,b); 138 create trigger r1 after delete on t1 for each row begin 148 create table t1(a,b); 153 create trigger r1 after update on t1 for each row begin 162 # Ensure that we cannot create INSTEAD OF triggers on tables 165 create table t1(a,b); 166 create trigger t1t instead of update on t1 for each row begin 170 } {1 {cannot create INSTEAD OF trigger on table: t1}} [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_010_pos.ksh | 71 log_must zpool create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 74 log_must zpool create $poolB $VDEV1 77 log_must zpool create $poolC raidz2 $VDEV2 $VDEV3 $VDEV4 80 log_must zpool create $poolD raidz $VDEV3 $VDEV4 83 log_must zpool create $poolE $VDEV4
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | delegate_common.kshlib | 58 log_must zfs create $ROOT_TESTFS 62 log_must zfs create -V $VOLSIZE $ROOT_TESTVOL 204 create) 346 log_must zfs create $SUBFS 415 log_must zfs create $newfs 418 log_must zfs create -V $VOLSIZE $newvol 435 log_must zfs allow $user create $fs 437 log_must zfs unallow $user create $fs 449 log_must zfs allow $user mount,create $fs 451 log_must zfs unallow $user mount,create $fs [all …]
|
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 67 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable 178 create = TRUE; in main() 183 create = FALSE; in main() 192 create = TRUE; in main() 197 create = TRUE; in main() 247 if (!silent && create) { in closefile() 251 if (create) in closefile() 339 if (create) in flush() 363 if (create) { in getfile()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_003_pos.ksh | 96 log_must zfs create $ctr 97 log_must zfs create $ctr1 103 log_must zfs create $ctr2 106 log_must zfs create $fs 118 log_must zfs create -V $VOLSIZE $vol
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade.kshlib | 74 log_mustnot zfs create -o version=${version} ${current_fs} 77 log_must zfs create -o version=${version} ${current_fs} 96 log_mustnot zfs create -o \ 99 log_must zfs create -o \ 115 log_must zfs create $rootfs
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | inuse_003_pos.ksh | 118 file_write -o create -f $bigdir${dirnum}/file${filenum} \ 142 log_mustnot zpool create $TESTPOOL1 "$disk1" 146 log_mustnot zpool create $TESTPOOL1 "$FS_SIDE2" spare "$disk1" 167 log_mustnot zpool create -f $TESTPOOL2 "$disk1" 172 log_mustnot zpool create -f $TESTPOOL2 "$FS_SIDE2" spare "$disk1"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_destroy/ |
H A D | zpool_destroy_002_pos.ksh | 79 log_must zfs create $TESTPOOL/$TESTFS 82 log_must zfs create $TESTPOOL/$TESTCTR 83 log_must zfs create $TESTPOOL/$TESTCTR/$TESTFS1 84 log_must zfs create -V $VOLSIZE $TESTPOOL/$TESTVOL
|