diff options
| author | Matthew Ahrens <matt@delphix.com> | 2011-11-17 10:14:36 -0800 |
|---|---|---|
| committer | Matthew Ahrens <matt@delphix.com> | 2011-11-17 10:14:36 -0800 |
| commit | 19b94df933188a15d4f0d6c568f0bab3f127892e (patch) | |
| tree | e68e931e9a2501d7172e0cdbb60efa09e793ddca /usr/src/cmd/truss | |
| parent | f9e4b91f926a1cb7689f8da8e9d07bc4dd727bb8 (diff) | |
| download | illumos-joyent-19b94df933188a15d4f0d6c568f0bab3f127892e.tar.gz | |
1644 add ZFS "clones" property
1645 add ZFS "written" and "written@..." properties
1646 "zfs send" should estimate size of stream
1647 "zfs destroy" should determine space reclaimed by destroying multiple snapshots
1708 adjust size of zpool history data
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: George Wilson <gwilson@zfsmail.com>
Reviewed by: Albert Lee <trisk@opensolaris.org>
Approved by: Garrett D'Amore <garret@nexenta.com>
Diffstat (limited to 'usr/src/cmd/truss')
| -rw-r--r-- | usr/src/cmd/truss/codes.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/truss/codes.c b/usr/src/cmd/truss/codes.c index 2a7af6f311..d39dab0b05 100644 --- a/usr/src/cmd/truss/codes.c +++ b/usr/src/cmd/truss/codes.c @@ -1204,8 +1204,6 @@ const struct ioc { "zfs_cmd_t" }, { (uint_t)ZFS_IOC_PROMOTE, "ZFS_IOC_PROMOTE", "zfs_cmd_t" }, - { (uint_t)ZFS_IOC_DESTROY_SNAPS, "ZFS_IOC_DESTROY_SNAPS", - "zfs_cmd_t" }, { (uint_t)ZFS_IOC_SNAPSHOT, "ZFS_IOC_SNAPSHOT", "zfs_cmd_t" }, { (uint_t)ZFS_IOC_DSOBJ_TO_DSNAME, "ZFS_IOC_DSOBJ_TO_DSNAME", @@ -1252,6 +1250,10 @@ const struct ioc { "zfs_cmd_t" }, { (uint_t)ZFS_IOC_POOL_REGUID, "ZFS_IOC_POOL_REGUID", "zfs_cmd_t" }, + { (uint_t)ZFS_IOC_SPACE_WRITTEN, "ZFS_IOC_SPACE_WRITTEN", + "zfs_cmd_t" }, + { (uint_t)ZFS_IOC_DESTROY_SNAPS_NVL, "ZFS_IOC_DESTROY_SNAPS_NVL", + "zfs_cmd_t" }, /* kssl ioctls */ { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY", |
