diff options
author | George Wilson <George.Wilson@Sun.COM> | 2010-08-09 12:39:28 -0700 |
---|---|---|
committer | George Wilson <George.Wilson@Sun.COM> | 2010-08-09 12:39:28 -0700 |
commit | f9af39bacaaa0f9dda3b75ff6858b9f3988a39af (patch) | |
tree | df029ea20dd96b38eb445238eac477c8bbad67d0 /usr/src/lib/libzfs/common/libzfs.h | |
parent | 699ea13a6873ef2e74fc86120b70e60cd3a70f89 (diff) | |
download | illumos-joyent-f9af39bacaaa0f9dda3b75ff6858b9f3988a39af.tar.gz |
PSARC 2010/306 Read-only ZFS pools
6720531 ZFS should provide read-only import
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs.h b/usr/src/lib/libzfs/common/libzfs.h index 3208797fc0..ea34cc9efa 100644 --- a/usr/src/lib/libzfs/common/libzfs.h +++ b/usr/src/lib/libzfs/common/libzfs.h @@ -103,7 +103,6 @@ enum { EZFS_BADPERM, /* invalid permission */ EZFS_BADPERMSET, /* invalid permission set name */ EZFS_NODELEGATION, /* delegated administration is disabled */ - EZFS_PERMRDONLY, /* pemissions are readonly */ EZFS_UNSHARESMBFAILED, /* failed to unshare over smb */ EZFS_SHARESMBFAILED, /* failed to share over smb */ EZFS_BADCACHE, /* bad cache file */ @@ -122,6 +121,7 @@ enum { EZFS_NO_SCRUB, /* no active scrub */ EZFS_DIFF, /* general failure of zfs diff */ EZFS_DIFFDATA, /* bad zfs diff data */ + EZFS_POOLREADONLY, /* pool is in read-only mode */ EZFS_UNKNOWN }; |