- 
jayjwaOn 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.
 - 
jayjwaCan I shutdown OI and resize the volumn from Omni OS or am I looking at a re-install?
 - 
jayjwaIf I can resize, is this with zonecfg on the zone or just zfs resize the OI backing volumn?
 - 
ptribbleJust use zfs to change the volsize, and then you might need 'zpool online -e' in the guest to use the extra space.
 - 
ptribbleYou may need to reboot the guest to force a reread of the disk properties.
 - 
jayjwaOk, I'll give it a try. I see the volsize bit but didn't want to break anything.
 - 
jayjwaOI doesn't see the space. 'zpool online -e rpool' wants a device, but what is the device?
 - 
jayjwaHow does Omni's /dev/zvol/rdsk/rpool/openindiana translate into OI? /dev/dsk/c1t0d0 ?
 - 
jayjwaYes, yes it does. OI sees the space now. I think that did it.
 - 
jayjwaThanks.