FYI, I'm cc'ing ceph-users, please reply-all for the benefit of others. On Tue, Feb 19, 2013 at 12:31 PM, Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> wrote: >> On 02/15/2013 06:09 PM, Sam Lang wrote: > ... >>> cephfs <file> set_layout -s $[1024*1024*1024*2] > > It's a terabyte drive: > > # cephfs /ceph/blastdb set_layout -s 1099511627776 > invalid value for object size > > There's 30GB+ of data on it: > > # cephfs /ceph/blastdb set_layout -s 34359738368 > invalid value for object size These two values are too large. There's currently a limit in the cephfs tool that doesn't support setting an object size greater than 4GB (UINT_MAX). > > Your line verbatim: > > # cephfs /ceph/blastdb set_layout -s $[1024*1024*1024*2] > Error setting layout: Invalid argument > > Per-calculated: > > # cephfs /ceph/blastdb set_layout -s 2147483648 > Error setting layout: Invalid argument These two are a different error. Is /ceph/blastdb a directory? Which version of ceph are you using? -sam > > What gives? > > -- > Dimitri Maziuk > Programmer/sysadmin > BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu > _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com