I did freebsd-update from 11.1 to 11.2-RELEASE, but I did not have enough disk space and "freebsd-update install" stage failed (No disk space error) - so my system is screwed.
I booted from FreeBSD 11.1 install ISO (LiveCD) and I thought I would rollback the ZFS snapshots on the zroot pool and everything would be OK, but - no luck.
When I try to run (from FreeBSD LiveCD):
or:
the command never end, cpu utilization is 0% and zpool process state is "tx->tx" forever. I just can't import my zroot pool.
My partitions are OK, no problem, when I run:
zroot pool is found. Thats OK.
When I run:
also OK, I got info about zroot pool (5000 version, proper device paths, everything looks OK).
It's virtual server with 512MB RAM only - but so far it has run well.
So - is it really possible to cripple zpool by filling it completely? Can I heal the zroot pool?
I booted from FreeBSD 11.1 install ISO (LiveCD) and I thought I would rollback the ZFS snapshots on the zroot pool and everything would be OK, but - no luck.
When I try to run (from FreeBSD LiveCD):
Code:
zpool import -f -R /tmp/z zroot
Code:
zpool import -f -N zroot
the command never end, cpu utilization is 0% and zpool process state is "tx->tx" forever. I just can't import my zroot pool.
My partitions are OK, no problem, when I run:
Code:
zpool import
When I run:
Code:
zdb -l /dev/ada0p3
It's virtual server with 512MB RAM only - but so far it has run well.
So - is it really possible to cripple zpool by filling it completely? Can I heal the zroot pool?