Searched refs:filesystem (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_003_pos.ksh73 function test_legacy_share # mntp filesystem
76 typeset filesystem=$2
79 log_fail "File system $filesystem is already shared."
82 log_must zfs set sharenfs=off $filesystem
84 log_fail "File system $filesystem is still shared (set sharenfs)."
87 zfs share $filesystem
90 log_fail "'zfs share $filesystem' " \
94 log_fail "file system $filesystem is shared (zfs share)."
H A Dzfs_share_004_pos.ksh65 function test_snap_share # mntp filesystem
68 typeset filesystem=$2
71 log_fail "File system $filesystem is already shared."
73 log_must zfs set sharenfs=on $filesystem
75 log_fail "File system $filesystem is not shared (set sharenfs)."
81 log_must zfs unshare $filesystem
82 log_must zfs share $filesystem
85 log_fail "file system $filesystem is not shared (zfs share)."
H A Dzfs_share_001_pos.ksh43 # 5. Verify that a shared filesystem cannot be shared again.
83 function test_share # mntp filesystem
86 typeset filesystem=$2
89 log_fail "File system $filesystem is already shared."
91 log_must zfs set sharenfs=on $filesystem
93 log_fail "File system $filesystem is not shared (set sharenfs)."
98 log_must zfs unshare $filesystem
100 log_fail "File system $filesystem is still shared."
102 log_must zfs share $filesystem
104 log_fail "file system $filesystem i
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_003_pos.ksh66 function test_snap_unshare # <mntp> <filesystem>
69 typeset filesystem=$2
72 prop_value=$(get_prop "sharenfs" $filesystem)
76 log_must zfs set sharenfs=on $filesystem
79 log_must zfs set sharenfs=off $filesystem
82 log_fail "File system $filesystem is shared (set sharenfs)."
H A Dzfs_unshare_001_pos.ksh36 # Verify that 'zfs unshare <filesystem|mountpoint>' unshares a given shared
37 # filesystem.
41 # 2. Invoke 'zfs unshare <filesystem|mountpoint>' to unshare zfs file system
82 # unshare the filesystem via <filesystem|mountpoint> argument
85 function test_unshare # <mntp> <filesystem>
88 typeset filesystem=$2
91 prop_value=$(get_prop "sharenfs" $filesystem)
96 log_must zfs set sharenfs=on $filesystem
99 "file system $filesystem share
[all...]
H A Dzfs_unshare_002_pos.ksh36 # Verify that 'zfs unshare [-a] <filesystem|mountpoint>' is aware of legacy share.
40 # 2. Use 'share' to share given filesystem
41 # 3. Verify that 'zfs unshare <filesystem|mountpoint>' is aware of legacy share
83 function test_legacy_unshare # <mntp> <filesystem>
86 typeset filesystem=$2
88 log_must zfs set sharenfs=off $filesystem
91 "filesystem $filesystem unshared."
97 # Verify 'zfs unshare <filesystem>' is aware of legacy share.
99 log_mustnot zfs unshare $filesystem
[all...]
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dquery.ksh38 DS=`/usr/sbin/zfs list -H -t filesystem -o name $ZONEPATH_DS/ROOT`
H A Duninstall.ksh132 # filesystem.
251 ZONEPATH_DS=`/sbin/zfs list -t filesystem -o name,mountpoint | \
267 ZONEPATH_RDS=`/sbin/zfs list -H -t filesystem -o name \
272 c=`/sbin/zfs list -H -t filesystem -r $ZONEPATH_DS | wc -l`
324 # containing the origin filesystem. Filter out any filesystems
331 LANG=C LC_ALL=C /sbin/zfs list -H -t filesystem -s creation \
354 # snapshot of a zone filesystem to a location outside of that
382 # Find all the snapshots of the origin filesystem.
427 # delete the origin filesystem (and all it's descendents) and
574 # remounting the filesystem fro
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
123 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
149 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
160 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_010_pos.ksh40 # 2. Restore it to the given filesystem
42 # 4. Verify this stream can be restore to this filesystem again
63 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS)
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh119 /sbin/zfs list -H -t filesystem -o name -r $ZONEPATH_RDS | while read fs; do
H A Dattach.ksh157 zds=$(/usr/sbin/zfs list -H -t filesystem -o name $pdir 2>/dev/null)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_list_d.kshlib55 fslist=$(zfs list -rH -t filesystem -o name $DEPTH_FS|grep depth"$k"$)
57 log_fail "No depth$k filesystem"
76 # Cleanup multiple depths filesystem.
H A Dzfs_get_004_pos.ksh147 ds=`zfs list -H -r -o name -t filesystem,volume $pool`
178 filesystem )
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_004_pos.ksh37 # Executing 'zfs upgrade -r [-V version] filesystem' command succeeds,
38 # it upgrade filesystem recursively to specific or current version.
42 # 2. Execute 'zfs upgrade -r [-V version] filesystem', verify return 0,
43 # 3. Verify the filesystem be updated recursively as expected.
79 log_assert "Executing 'zfs upgrade -r [-V version] filesystem' command succeeds."
101 for fs in $(zfs list -rH -t filesystem -o name $topfs) ; do
108 log_pass "Executing 'zfs upgrade -r [-V version] filesystem' command succeeds."
H A Dzfs_upgrade_005_pos.ksh102 for fs in $(zfs list -rH -t filesystem -o name $rootfs) ; do
H A Dzfs_upgrade.kshlib160 for fs in $(zfs list -rH -t filesystem -o name $rootfs) ; do
169 function check_fs_version #filesystem version
175 log_fail "No filesystem specified."
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-minimal76 /sbin/zfs list -rH -o mountpoint -s mountpoint -t filesystem $be | \
/illumos-gate/usr/src/cmd/vscan/vscand/
H A DMakefile54 ROOTMANIFESTDIR= $(ROOTSVCSYSTEM)/filesystem
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh48 set -A values filesystem volume snapshot -3 0 1 50K 10G 80G \
76 # Create filesystem and volume's snapshot
H A Dreadonly_001_pos.ksh39 # 1. Create pool, then create filesystem and volume within it.
61 if [[ $fstype == "filesystem" ]] ; then
75 if [[ $fstype == "filesystem" ]] ; then
101 filesystem)
H A Dzfs_set_common.kshlib112 typeset dtst=$(zfs list -H -r -o name -t filesystem,volume $pool)
/illumos-gate/usr/src/man/man5/
H A DMakefile51 filesystem.5 \
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A DMakefile45 MFSTINSTALL= $(SMFMANIFEST:%=$(ROOTSVCSYSTEM)/filesystem/%)
137 $(ROOTSVCSYSTEM)/filesystem/%: %
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c481 "Usage: %s [0123456789fustdWwnNDCcbavloS [argument]] filesystem\n"),
633 filesystem = dt->mnt_mountp;
651 /* check for partial filesystem dump */
655 filesystem = dt->mnt_mountp;
740 * unmounted. Dumping a live filesystem this way runs into
742 * running dump on a mounted filesystem, but some people do it
800 if (filesystem != 0)
803 (int)sizeof (spcl.c_host), spcl.c_host, filesystem);

Completed in 88 milliseconds

12