zfs/lib/libzfs
Brian Behlendorf 4cb7b9c5d4 Check large block feature flag on volumes
Since ZoL allows large blocks to be used by volumes, unlike upstream
illumos, the feature flag must be checked prior to volume creation.
This is critical because unlike filesystems, volumes will create a
object which uses large blocks as part of the create.  Therefore, it
cannot be safely checked in zfs_check_settable() after the dataset
can been created.

In addition this patch updates the relevant error messages to use
zfs_nicenum() to print the maximum blocksize.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3591
2015-08-28 09:25:03 -07:00
..
.gitignore
Makefile.am Support parallel build trees (VPATH builds) 2015-07-17 13:42:51 -07:00
libzfs.pc.in
libzfs_changelist.c
libzfs_config.c
libzfs_core.pc.in
libzfs_dataset.c Check large block feature flag on volumes 2015-08-28 09:25:03 -07:00
libzfs_diff.c Change 3-digit octal escapes to 4-digit ones 2015-05-18 17:14:07 -07:00
libzfs_fru.c
libzfs_graph.c
libzfs_import.c Illumos 4626 - libzfs memleak in zpool_in_use() 2015-07-10 11:57:38 -07:00
libzfs_iter.c Illumos 5427 - memory leak in libzfs when doing rollback 2015-07-10 12:09:32 -07:00
libzfs_mount.c zpool import should honor overlay property 2015-03-27 14:46:58 -07:00
libzfs_pool.c Fix Xen Virtual Block Device detection 2015-07-10 12:21:14 -07:00
libzfs_sendrecv.c Illumos 5764 - "zfs send -nv" directs output to stderr 2015-07-14 10:28:32 -07:00
libzfs_status.c
libzfs_util.c Add libzfs_error_init() function 2015-05-22 13:34:58 -07:00