> i have a problem. I have a file server which > initiates large volumes with iscsi initiator. Problem > is, zfs side it shows non aviable space, but i am > %100 sure there is at least, 5 TB space. Problem is, > because zfs pool shows as 0 aviable all iscsi > connection got lost and all sharing setup is gone and > need restart to fix. all time till today i keep > delete snapshots and make it alive and working but > its not working now. Why zfs pool shows not aviable, > even when there is space?
I ran into this where zvols will reserve space that they will never use and that reservation is not reported as used, but will prevent the creation of new zvols. I had a "zpool create -V" fail for a 320GB zvol with 1.2TB "available" according to zpool list. I opted to add the -s flag to "zpool create" so that it didn't reserve the space, but that leaves the possibility that an iSCSI volume really can run out of space in the future, probably confusing the initiator. -- This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
