>>>>> "JPD" == John-Paul Drawneek <no-reply at opensolaris.org> writes:
JPD> rpool 232G 203G 29.4G 87% IIRC, we ran into the ZFS performance problems on the opensolaris.org servers at around 85% of capacity. JPD> I have a few large vm images, which probaby caused this, which I JPD> can't move to anything and can't delete (took weeks to build). Use du(1) and see whether it gives you the same in-use number as df or "zfs list". If it does, I'm afraid you'll just have to find *something* to delete, compress, or move. If du gives you a much smaller number, you probably have ZFS snapshots that you don't know about. Try "zfs list -t snapshot" to display snapshots. cheers, mike