From: 邓磊 <dl5...@gm...> - 2015-02-06 05:53:37
|
hi,i install moosefs-ce-master-2.0.48 in centos7,and it work better.But i have a issue about mfssetquota in mfs client,i use this tools like this, 13:24:30 # mfsgetquota /data/mfsdata/test /data/mfsdata/test: (current values | soft quota | hard quota) inodes | 6 | 10000000 | 10000000 | length | 0 | 10000000 | 10000000 | size | 0 | 10000000 | 10000000 | realsize | 0 | 10000000 | 10000000 | then i add a 2M file 13:23:16 # dd if=/dev/zero of=test.img bs=1M count=2 dd: writing `test.img': Disk quota exceeded dd: closing output file `test.img': Disk quota exceeded it have a issue,pls help me,tks! |