I have three NAS4Free installs setup and running in my office. I have had them going for several years without issue. In the past few months, suddenly two of the NAS devices have crashed repeatedly. I was unable to resolve the issue in the past, so to fix I did a reset to factory defaults in the NAS4Free interface and rebuilt the device. This is the second time this specific device has crashed so it looks to be a bigger issue. I am receiving the following errors in the logs of the NAS device.
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:6351:istgt_lu_disk_execute: ***ERROR*** lu_disk_lbwrite() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:4168:istgt_lu_disk_lbwrite: ***ERROR*** lu_disk_write() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:6351:istgt_lu_disk_execute: ***ERROR*** lu_disk_lbwrite() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:4168:istgt_lu_disk_lbwrite: ***ERROR*** lu_disk_write() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:6351:istgt_lu_disk_execute: ***ERROR*** lu_disk_lbwrite() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:4168:istgt_lu_disk_lbwrite: ***ERROR*** lu_disk_write() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:6351:istgt_lu_disk_execute: ***ERROR*** lu_disk_lbwrite() failed
Aug 12 20:05:24 nas4free istgt[5007]: istgt_lu_disk.c:4168:istgt_lu_disk_lbwrite: ***ERROR*** lu_disk_write() failed
There are hundreds of these errors repeated in the logs. The ISSCI disk is still showing available to the Windows server that is connecting to the NAS, but once I try to write to the disk I receive these errors and the write fails.
The NAS4Free install is setup as follows:
ISCSI host
ZFS Pool raidz3
One interesting item I have found, disk space usage on the system information screen is showing 96% capacity, 10.5T allocated of the total 10.9T. Not sure why there is so much disk space being used. I provisioned the ISCSI target to only use 8T.
Your help is much appreciated!
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Unable to write to ISCSI NAS4Free disk
-
ctmoney
- NewUser

- Posts: 1
- Joined: 06 Jul 2016 17:22
- Status: Offline
-
Lord Crc
- Starter

- Posts: 51
- Joined: 17 Jun 2013 12:29
- Status: Offline
Re: Unable to write to ISCSI NAS4Free disk
The total on the system information screen is total disk space, but not total usable space. Redundancy (raidz) is also allocated from the "free space" for example, and the redundancy is included in the total space.ctmoney wrote:One interesting item I have found, disk space usage on the system information screen is showing 96% capacity, 10.5T allocated of the total 10.9T. Not sure why there is so much disk space being used. I provisioned the ISCSI target to only use 8T.
However the iSCSI target is "usable space", so the diskspace required is 8TB + redundancy.
So, I guess you're running out of disk space and that's why the iSCSI is failing.
See https://www.delphix.com/blog/delphix-en ... love-raidz for details on raidz overhead.