/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 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 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 124 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 128 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 132 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 136 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 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 225 log_must zfs create $orig 270 log_must zfs create $orig 295 log_must zfs create $dest [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" 193 log_must zfs create -o compression=lz4 -o recordsize=8k $FS0 194 log_must zfs create -o compression=lz4 -o recordsize=8k $FS1 202 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0 203 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS1 258 log_must zfs create -o compression=lz4 -o recordsize=8k $FS2 267 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2 307 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2 [all …]
|
/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
|
H A D | setup.ksh | 38 log_must zpool create $POOL $DISK1 39 log_must zpool create $POOL2 $DISK2 40 log_must zpool create $POOL3 $DISK3
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | laststmtchanges.test | 34 create table t0 (x); 85 create table t1 (k integer primary key); 86 create table t2 (k integer primary key, v1, v2); 87 create trigger r1 after insert on t1 for each row begin 181 create temp table t0(x); 182 create temp table t1 (k integer primary key); 183 create temp table t2 (k integer primary key); 184 create temp view v1 as select * from t1; 185 create temp view v2 as select * from t2; 186 create temp table n1 (k integer primary key, n); [all …]
|
H A D | lastinsert.test | 34 create table t1 (k integer primary key); 58 # LIRID unchanged after create table/view statements 61 create table t2 (k integer primary key, val1, val2, val3); 62 create view v as select * from t1; 74 create trigger r1 after insert on t1 for each row begin 113 create trigger r1 after update on t1 for each row begin 191 create trigger r1 before delete on t1 for each row begin 267 create temp table t1 (k integer primary key); 268 create temp table t2 (k integer primary key); 269 create temp view v1 as select * from t1; [all …]
|
H A D | trigger1.test | 127 } {1 {cannot create trigger on system table}} 135 create table t1(a,b); 150 create table t1(a,b); 167 create table t1(a,b); 172 } {1 {cannot create INSTEAD OF trigger on table: t1}} 173 # Ensure that we cannot create BEFORE triggers on views 176 create view v1 as select * from t1; 181 } {1 {cannot create BEFORE trigger on view: v1}} 182 # Ensure that we cannot create AFTER triggers on views 186 create view v1 as select * from 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 | 59 log_must zfs create $ROOT_TESTFS 207 create) 349 log_must zfs create $SUBFS 418 log_must zfs create $newfs 421 log_must zfs create -V $VOLSIZE $newvol 438 log_must zfs allow $user create $fs 440 log_must zfs unallow $user create $fs 571 user_run $user zfs create $newfs 577 user_run $user zfs create $newfs 769 log_must zfs allow $user create $basefs [all …]
|
/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/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_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
|