Zitat von Bernhard Schmidt <be...@birkenwald.de>:


On 06.10.2011 22:49, lst_ho...@kwsoft.de wrote:

Hi,

lxmhs45:/var/spool/postfix-bulk/postfix-bulkinhss # touch a
touch: cannot touch `a': No space left on device
lxmhs45:/var/spool/postfix-bulk/postfix-bulkinhss # df .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb 10475520 7471160 3004360 72% /var/spool/postfix-bulk
lxmhs45:/var/spool/postfix-bulk/postfix-bulkinhss # df -i .
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sdb 10485760 1742528 8743232 17% /var/spool/postfix-bulk

Looks like this problem to me:
http://linux.derkeiler.com/Mailing-Lists/SuSE/2010-09/msg01038.html

In short XFS with default options limit the number of inodes by not
using more than 5% of the volume space for inodes. Have a look at
"xfs_growfs -m".

I'll try, but I don't think that's it. According to df -i (posted above) I have more than enough inodes free.

It's not the number of inodes as it is common on ext2/ext3 but the percentage of space occupied by inodes which is dependant on the inode size, the number and the size of the volume. Check with xfs_info, on the filesystems we are using xfs on the percentage is 25% but it may be different on your side. Either way if you can not create any files in the spool area nothing Postfix can do about.

Regards

Andreas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to