diff options
author | ek110237 <none@none> | 2007-03-20 13:38:31 -0700 |
---|---|---|
committer | ek110237 <none@none> | 2007-03-20 13:38:31 -0700 |
commit | d7306b64c847d897abb9ece8624fca9cf28d358f (patch) | |
tree | d3ec610008258452cb458a6175d0a48b42d80fc4 /usr/src/uts/common/sys/fs/zfs.h | |
parent | f5a18a30a06b60eec275589214da939abbaa99d9 (diff) | |
download | illumos-gate-d7306b64c847d897abb9ece8624fca9cf28d358f.tar.gz |
6529406 zpool history needs to bump the on-disk version
Diffstat (limited to 'usr/src/uts/common/sys/fs/zfs.h')
-rw-r--r-- | usr/src/uts/common/sys/fs/zfs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/fs/zfs.h b/usr/src/uts/common/sys/fs/zfs.h index 276e1fd54c..f25c6efe0e 100644 --- a/usr/src/uts/common/sys/fs/zfs.h +++ b/usr/src/uts/common/sys/fs/zfs.h @@ -125,8 +125,9 @@ extern zfs_prop_t zfs_prop_iter(zfs_prop_f, void *, boolean_t); #define ZFS_VERSION_1 1ULL #define ZFS_VERSION_2 2ULL #define ZFS_VERSION_3 3ULL -#define ZFS_VERSION ZFS_VERSION_3 -#define ZFS_VERSION_STRING "3" +#define ZFS_VERSION_4 4ULL +#define ZFS_VERSION ZFS_VERSION_4 +#define ZFS_VERSION_STRING "4" /* * Symbolic names for the changes that caused a ZFS_VERSION switch. @@ -146,6 +147,7 @@ extern zfs_prop_t zfs_prop_iter(zfs_prop_f, void *, boolean_t); #define ZFS_VERSION_BPLIST_ACCOUNT ZFS_VERSION_3 #define ZFS_VERSION_RAIDZ_DEFLATE ZFS_VERSION_3 #define ZFS_VERSION_DNODE_BYTES ZFS_VERSION_3 +#define ZFS_VERSION_ZPOOL_HISTORY ZFS_VERSION_4 /* * The following are configuration names used in the nvlist describing a pool's |