Displaying 1 result from an estimated 1 matches for "ino_softlimit".
Did you mean:
  d_ino_softlimit
  
2014 Mar 03
1
Doubled Quotas on Ubuntu
...params_sent_thistime = 0, data_sent_thistime = 32, useable_space 
= 131012
while stracing the samba process shows:
quotactl(Q_XGETQUOTA|GRPQUOTA, "/dev/sdb", 10057, {version=1, 
flags=XFS_GROUP_QUOTA, fieldmask=0, id=10057, blk_hardlimit=2097152, 
blk_softlimit=2097152, ino_hardlimit=0, ino_softlimit=0, bcount=8, 
icount=11, ...}) = 0
On the incorrect Ubuntu machine, level=10 logs show:
[2014/01/29 09:27:25.429062, 5] smbd/trans2.c:3153(smbd_do_qfsinfo) 
smbd_do_qfsinfo : SMB_QUERY_FS_FULL_SIZE_INFO bsize=1024, cSectorUnit=2, 
cBytesSector=512, cUnitTotal=2097152, cUnitAvail=2097152
[2014/01/...