Decided by consensus to restrict partition and slice sizes to integers. If fractions are desired, the user is advised to use a smaller unit size so that the value can be expressed as an integer.
http://defect.opensolaris.org/bz/show_bug.cgi?id=7984 http://cr.opensolaris.org/~wmsch/bug-7984/ Additional error checking and messages added. Modified error checking so all partition and slice values are checked for errors instead of stopping on the first error found. Disk size target_device_size can only be expressed in sectors (512 bytes) at the moment. Tested for partition_size, slice_size, target_device_size: - negatives, decimals, illegal characters, whitespace, out-of-range values, empty values, keywords This will not be pushed to the repository until the 6.2009 cut is made. A release note has been submitted. William