usr/src/lib/libzfs/common/mapfile-vers
author Lin Ling <Lin.Ling@Sun.COM>
Mon, 03 May 2010 14:54:08 -0700
changeset 12296 7cf402a7f374
parent 11935 538c866aaac6
child 12692 4341b447c069
permissions -rw-r--r--
6675946 'zpool status' should show the progress of resilvering for individual disk. 6683750 scrub -s have to wait until resilver completed? 6841252 Resilvering not restartable - causing an excess reboot delay 6855073 spa scrub stats (eg %done) are reset on reboot 6891824 7410 NAS head "continually resilvering" following HDD replacement 6899970 scrub/resilver percent complete reporting in zpool status can be overly optimistic 6940889 add interval (count) args to zpool list 6944623 dbuf_read_done() locking performance improvement 6946760 mutex problem in bplist_enqueue() 6391915 RFE: provide interval arg to zpool status to monitor resilvering 6946512 want zfs_send() to pass back debug info 6943992 'zpool scrub' should not restart the existing scrub silently 6878281 zpool should store the time of last scrub/resilver and other zpool status info in pool properties. 6935158 Assertion failed: used <= spa_get_dspace(dd->dd_pool->dp_spa) 6944388 dsl_dataset_snapshot_reserve_space() causes dp_write_limit=max
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     1
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     2
# CDDL HEADER START
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     3
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     7
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    10
# See the License for the specific language governing permissions
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    11
# and limitations under the License.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    12
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    18
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    19
# CDDL HEADER END
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    20
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    21
#
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11935
diff changeset
    22
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    23
#
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    24
8744
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    25
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    26
# MAPFILE HEADER START
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    27
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    28
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    29
# Object versioning must comply with the rules detailed in
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    30
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    31
#	usr/src/lib/README.mapfiles
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    32
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    33
# You should not be making modifications here until you've read the most current
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    34
# copy of that file. If you need help, contact a gatekeeper for guidance.
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    35
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    36
# MAPFILE HEADER END
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    37
#
03d5725cda56 6798660 Cadmium .NOT file processing problem with CWD relative file paths
Ali Bahrami <Ali.Bahrami@Sun.COM>
parents: 8211
diff changeset
    38
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    39
SUNWprivate_1.1 {
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    40
    global:
10602
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    41
	fletcher_2_native;
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    42
	fletcher_2_byteswap;
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    43
	fletcher_4_native;
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    44
	fletcher_4_byteswap;
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    45
	fletcher_4_incremental_native;
21d184667b7e 6399128 want tool to examine backup files (zstreamdump)
Lori Alt <Lori.Alt@Sun.COM>
parents: 10588
diff changeset
    46
	fletcher_4_incremental_byteswap;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    47
	libzfs_errno;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    48
	libzfs_error_action;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    49
	libzfs_error_description;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    50
	libzfs_fini;
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
    51
	libzfs_fru_compare;
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
    52
	libzfs_fru_devpath;
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
    53
	libzfs_fru_lookup;
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
    54
	libzfs_fru_notself;
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
    55
	libzfs_fru_refresh;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    56
	libzfs_init;
8811
f8deccf701cf 6790687 libzfs mnttab caching ignores external changes
Eric Taylor <Eric.Taylor@Sun.COM>
parents: 8802
diff changeset
    57
	libzfs_mnttab_cache;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    58
	libzfs_print_on_error;
5913
a77f8ad2ce63 6575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 mmu_fsr=0, really, truly out of space
perrin
parents: 5886
diff changeset
    59
	zfs_allocatable_devs;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    60
	zfs_clone;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    61
	zfs_close;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    62
	zfs_create;
4490
abf035049f7f PSARC 2007/199 zfs {create,clone,rename} -p
vb160487
parents: 4451
diff changeset
    63
	zfs_create_ancestors;
abf035049f7f PSARC 2007/199 zfs {create,clone,rename} -p
vb160487
parents: 4451
diff changeset
    64
	zfs_dataset_exists;
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4490
diff changeset
    65
	zfs_deleg_share_nfs;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    66
	zfs_destroy;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    67
	zfs_destroy_snaps;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2522
diff changeset
    68
	zfs_expand_proplist;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    69
	zfs_get_handle;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    70
	zfs_get_name;
7538
18c2451107fd PSARC 2008/469 Excluding snapshot info from 'zfs list'
Rich Morris <Richard.Morris@Sun.COM>
parents: 6807
diff changeset
    71
	zfs_get_pool_handle;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2522
diff changeset
    72
	zfs_get_user_props;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    73
	zfs_get_type;
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11935
diff changeset
    74
	zfs_history_event_names;
10242
c40d075fbca6 PSARC/2009/297 zfs snapshot holds
Chris Kirby <chris.kirby@sun.com>
parents: 9816
diff changeset
    75
	zfs_hold;
10342
108f0058f837 6833815 scheduled snapshots deleted per snapshot policy can lead to replication failures
Chris Kirby <chris.kirby@sun.com>
parents: 10242
diff changeset
    76
	zfs_hold_range;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    77
	zfs_is_mounted;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    78
	zfs_is_shared;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
    79
	zfs_is_shared_nfs;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
    80
	zfs_is_shared_smb;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    81
	zfs_iter_children;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    82
	zfs_iter_dependents;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    83
	zfs_iter_filesystems;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    84
	zfs_iter_root;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    85
	zfs_iter_snapshots;
10342
108f0058f837 6833815 scheduled snapshots deleted per snapshot policy can lead to replication failures
Chris Kirby <chris.kirby@sun.com>
parents: 10242
diff changeset
    86
	zfs_iter_snapshots_sorted;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    87
	zfs_mount;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    88
	zfs_name_to_prop;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    89
	zfs_name_valid;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    90
	zfs_nicenum;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    91
	zfs_nicestrtonum;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    92
	zfs_open;
3635
63e2169c1249 PSARC 2007/050 zfs list -d
ck153898
parents: 3444
diff changeset
    93
	zfs_path_to_zhandle;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    94
	zfs_promote;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2522
diff changeset
    95
	zfs_prop_align_right;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    96
	zfs_prop_column_name;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    97
	zfs_prop_default_numeric;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    98
	zfs_prop_default_string;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
    99
	zfs_prop_get;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   100
	zfs_prop_get_int;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   101
	zfs_prop_get_numeric;
11022
63ab26072e41 PSARC 2009/510 ZFS received properties
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 10921
diff changeset
   102
	zfs_prop_get_recvd;
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   103
	zfs_prop_get_table;
9469
4f68f041ddcd 6824968 add ZFS userquota support to rquotad
Lin Ling <Lin.Ling@Sun.COM>
parents: 9396
diff changeset
   104
	zfs_prop_get_userquota_int;
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   105
	zfs_prop_get_userquota;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   106
	zfs_prop_inherit;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   107
	zfs_prop_inheritable;
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   108
	zfs_prop_init;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   109
	zfs_prop_is_string;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   110
	zfs_prop_readonly;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   111
	zfs_prop_set;
4577
ed36b0e652bc PSARC/2007/328 zfs upgrade
ahrens
parents: 4543
diff changeset
   112
	zfs_prop_string_to_index;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   113
	zfs_prop_to_name;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2522
diff changeset
   114
	zfs_prop_user;
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   115
	zfs_prop_userquota;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   116
	zfs_prop_valid_for_type;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   117
	zfs_prop_values;
8802
010b31dd4c53 6773366 "zfs list" memory consumption can be further reduced
Sanjeev Bagewadi <Sanjeev.Bagewadi@Sun.COM>
parents: 8744
diff changeset
   118
	zfs_prune_proplist;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   119
	zfs_receive;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   120
	zfs_refresh_properties;
10242
c40d075fbca6 PSARC/2009/297 zfs snapshot holds
Chris Kirby <chris.kirby@sun.com>
parents: 9816
diff changeset
   121
	zfs_release;
10342
108f0058f837 6833815 scheduled snapshots deleted per snapshot policy can lead to replication failures
Chris Kirby <chris.kirby@sun.com>
parents: 10242
diff changeset
   122
	zfs_release_range;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   123
	zfs_rename;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   124
	zfs_rollback;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   125
	zfs_send;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   126
	zfs_share;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   127
	zfs_shareall;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
   128
	zfs_share_nfs;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   129
	zfs_share_smb;
8845
91af0d9c0790 6800942 smb_session_create() incorrectly stores IP addresses
Alan Wright <amw@Sun.COM>
parents: 8811
diff changeset
   130
	zfs_smb_acl_add;
91af0d9c0790 6800942 smb_session_create() incorrectly stores IP addresses
Alan Wright <amw@Sun.COM>
parents: 8811
diff changeset
   131
	zfs_smb_acl_purge;
91af0d9c0790 6800942 smb_session_create() incorrectly stores IP addresses
Alan Wright <amw@Sun.COM>
parents: 8811
diff changeset
   132
	zfs_smb_acl_remove;
91af0d9c0790 6800942 smb_session_create() incorrectly stores IP addresses
Alan Wright <amw@Sun.COM>
parents: 8811
diff changeset
   133
	zfs_smb_acl_rename;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   134
	zfs_snapshot;
5713
f9b7933f3770 PSARC/2007/675 A_MDEV Removal
rm160521
parents: 5363
diff changeset
   135
	zfs_spa_version;
11935
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11876
diff changeset
   136
	zfs_spa_version_map;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   137
	zfs_type_to_name;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   138
	zfs_unmount;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   139
	zfs_unmountall;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   140
	zfs_unshare;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
   141
	zfs_unshare_nfs;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   142
	zfs_unshare_smb;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   143
	zfs_unshareall;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   144
	zfs_unshareall_bypath;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
   145
	zfs_unshareall_nfs;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5094
diff changeset
   146
	zfs_unshareall_smb;
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   147
	zfs_userspace;
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 8845
diff changeset
   148
	zfs_userquota_prop_prefixes;
11935
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11876
diff changeset
   149
	zfs_zpl_version_map;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   150
	zpool_add;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   151
	zpool_clear;
10830
dd88d8700b3e 6893087 removing and inserting a faulted vdev clears faulted state
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10817
diff changeset
   152
	zpool_clear_label;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   153
	zpool_close;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   154
	zpool_create;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   155
	zpool_destroy;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
   156
	zpool_disable_datasets;
11149
8bad7424e2c2 6903731 need userland dedup stats
George Wilson <George.Wilson@Sun.COM>
parents: 11022
diff changeset
   157
	zpool_dump_ddt;
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
   158
	zpool_enable_datasets;
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3654
diff changeset
   159
	zpool_expand_proplist;
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10830
diff changeset
   160
	zpool_explain_recover;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   161
	zpool_export;
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   162
	zpool_export_force;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   163
	zpool_find_import;
5363
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5331
diff changeset
   164
	zpool_find_import_cached;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   165
	zpool_find_vdev;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9469
diff changeset
   166
	zpool_find_vdev_by_physpath;
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
   167
	zpool_fru_set;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   168
	zpool_get_config;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   169
	zpool_get_errlog;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   170
	zpool_get_handle;
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2676
diff changeset
   171
	zpool_get_history;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   172
	zpool_get_name;
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7538
diff changeset
   173
	zpool_get_physpath;
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3654
diff changeset
   174
	zpool_get_prop;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4276
diff changeset
   175
	zpool_get_prop_int;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   176
	zpool_get_state;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   177
	zpool_get_status;
10685
931790026ac6 6846163 ZFS continues to use faulted logzilla, bringing system to a crawl
George Wilson <George.Wilson@Sun.COM>
parents: 10602
diff changeset
   178
	zpool_history_unpack;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   179
	zpool_import;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   180
	zpool_import_props;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   181
	zpool_import_status;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   182
	zpool_in_use;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   183
	zpool_iter;
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
   184
	zpool_label_disk;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   185
	zpool_mount_datasets;
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4490
diff changeset
   186
	zpool_name_to_prop;
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3126
diff changeset
   187
	zpool_obj_to_path;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   188
	zpool_open;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   189
	zpool_open_canfail;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   190
	zpool_prop_align_right;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   191
	zpool_prop_column_name;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   192
	zpool_prop_readonly;
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3654
diff changeset
   193
	zpool_prop_to_name;
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3654
diff changeset
   194
	zpool_prop_values;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   195
	zpool_read_label;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   196
	zpool_refresh_stats;
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11935
diff changeset
   197
	zpool_scan;
11497
69b45e632792 6698011 zfs incorrectly reports file systems as children when attempting a rename
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11449
diff changeset
   198
	zpool_search_import;
4988
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4597
diff changeset
   199
	zpool_set_history_str;
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3654
diff changeset
   200
	zpool_set_prop;
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4490
diff changeset
   201
	zpool_stage_history;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   202
	zpool_state_to_name;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   203
	zpool_unmount_datasets;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   204
	zpool_upgrade;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   205
	zpool_vdev_attach;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4276
diff changeset
   206
	zpool_vdev_clear;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4276
diff changeset
   207
	zpool_vdev_degrade;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   208
	zpool_vdev_detach;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4276
diff changeset
   209
	zpool_vdev_fault;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   210
	zpool_vdev_name;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   211
	zpool_vdev_offline;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   212
	zpool_vdev_online;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   213
	zpool_vdev_remove;
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11149
diff changeset
   214
	zpool_vdev_split;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   215
	zprop_free_list;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   216
	zprop_get_list;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   217
	zprop_iter;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   218
	zprop_print_one_property;
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 5993
diff changeset
   219
	zvol_check_dump_config;
11449
a6be67f77b9f 6429996 zvols don't reserve enough space for requisite meta data
Eric Taylor <Eric.Taylor@Sun.COM>
parents: 11422
diff changeset
   220
	zvol_volsize_to_reservation;
2522
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   221
    local:
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   222
	*;
79989c8fe091 6357230 specfiles should be nuked
raf
parents:
diff changeset
   223
};