Two more fixes in this webrev. The first defect fixes the case where creating a BE will silently ignore failures in creating corresponding zones in the new BE. It will now stop the creation process and report error. be_copy() will now also cleanup a partially created boot environment upon any failure that happens during the creation process instead of leaving it lying around.
The second defect is a regression due to 1197. The additional test case that caught this was doing a pkg image-update from a system where the pool is running less then the required pool version that supports snapshot user properties. Webrev: ---------- http://cr.opensolaris.org/~equach/webrev.3844.3889 Defects: ---------- 3884 be_copy_zones() silently ignores zones http://defect.opensolaris.org/bz/show_bug.cgi?id=3844 3889 be_create_snapshot fails when running pkg image-update http://defect.opensolaris.org/bz/show_bug.cgi?id=3889 thanks, -ethan
