On Wed, Mar 18, 2009 at 04:37:46PM -0500, Shawn Walker wrote: > For now, removing the /var/pkg/download directory should help quite a bit.
It may very well not, though, since you'll be removing the files from the current filesystem, but many, if not most, of the blocks will be consumed for older snapshots. You'll have to remove the snapshots, too -- beadm destroy would be the way to do that. And if you want to prevent this from being a problem in the future, create a new dataset (outside of rpool/ROOT, so it doesn't get automatically snapshotted on image-update) and set its mountpoint there. (Or you can blow away the directory after every successful image-update, but before you reboot, and then again in the new BE after you reboot.) Danek