17:30:30 On Omni OS, I installed Open Indiana into bhyve. In my short-sightedness, I gave it too little of space. Something like 'zfs create -V 30g rpool/openindiana'. Now OI has something like 5g left it its rpool. 17:30:53 Can I shutdown OI and resize the volumn from Omni OS or am I looking at a re-install? 17:32:36 If I can resize, is this with zonecfg on the zone or just zfs resize the OI backing volumn? 17:48:46 Just use zfs to change the volsize, and then you might need 'zpool online -e' in the guest to use the extra space. 17:49:15 You may need to reboot the guest to force a reread of the disk properties. 17:51:32 Ok, I'll give it a try. I see the volsize bit but didn't want to break anything. 17:59:56 OI doesn't see the space. 'zpool online -e rpool' wants a device, but what is the device? 18:04:11 How does Omni's /dev/zvol/rdsk/rpool/openindiana translate into OI? /dev/dsk/c1t0d0 ? 18:04:29 Yes, yes it does. OI sees the space now. I think that did it. 18:05:09 Thanks.