|
Description
|
See comments.
hen we have an existing volume, trying to set the block size of the volume (which is of
course not supported) prints an unexpected warning instead of a helpful error message :
root@usuki[12] zfs set volblocksize=2048 test/testvol
internal error: unexpected error 30 at line 907 of ../common/libzfs_dataset.c
root@usuki[23] zfs list test/testvol
NAME USED AVAIL REFER MOUNTPOINT
test/testvol 7.00K 67.5G 7.00K -
root@usuki[24] uname -a
SunOS usuki 5.11 onnv-gate:2005-11-07 i86pc i386 i86pc
root@usuki[25] cat /etc/motd
Sun Microsystems Inc. SunOS 5.11 onnv-gate:2005-11-07 Nov. 07, 2005
SunOS Internal Development: gk 2005-11-07 [onnv-gate]
bfu'ed from /export/daily.1107 on 2005-11-08
Sun Microsystems Inc. SunOS 5.11 snv_25 October 2007
|