diff options
author | taylor <none@none> | 2007-05-18 15:11:16 -0700 |
---|---|---|
committer | taylor <none@none> | 2007-05-18 15:11:16 -0700 |
commit | 8488aeb5df27784d479c16cde06a9e25cd9a1152 (patch) | |
tree | 8ce2185fc5059bab11fcc1167744de67f125c0c0 /usr/src/lib/libzfs/common/libzfs_impl.h | |
parent | 10144ea86a21f583d4eec553d1a18da7544ba6de (diff) | |
download | illumos-joyent-8488aeb5df27784d479c16cde06a9e25cd9a1152.tar.gz |
6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
6487659 ZFS fails to create zpool when full disk is provided with DID namespace in sun cluster.
6532509 zpool could pick a better starting block for slice 0
6549885 zpool's get_replication() returns uninitialized data when confronted with spares
6555911 move zpool labeling code to libzfs
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_impl.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_impl.h b/usr/src/lib/libzfs/common/libzfs_impl.h index b6a1e59e9d..20042e8c90 100644 --- a/usr/src/lib/libzfs/common/libzfs_impl.h +++ b/usr/src/lib/libzfs/common/libzfs_impl.h @@ -85,6 +85,7 @@ struct zpool_handle { nvlist_t *zpool_config; nvlist_t *zpool_old_config; nvlist_t *zpool_props; + diskaddr_t zpool_start_block; }; int zfs_error(libzfs_handle_t *, int, const char *); |