On 12/06/16 05:57, Homer Li wrote:
> Hi
>     I found some huge file in "--class-info" , the maximum file larger 
> than 10TB. that is a invalid value.
> select id,uid,size,blocks,type,mode,lhsm_status from ENTRIES order by 
> size desc limit 10 ;
> +-------------------------+-------+----------------+-----------+------+------+-------------+
> | id                      | uid   | size           | blocks    | type 
> | mode | lhsm_status |
> +-------------------------+-------+----------------+-----------+------+------+-------------+
> | 0x20000dfe0:0xff6f:0x0  | 35988 | 13088974169718 | 230179712 | file 
> |  420 | new         |
Size is indeed > 10TB

>
> lfs fid2path /lustre 0x20000dfe0:0xff6f:0x0  | xargs du -hs | awk 
> '{print $1}'
> 110G
- "du" is about the number of blocks - not size. Here it looks 
consistent with the DB contents (230179712 blocks = 117852012544 bytes)
- can you check the entry size too, as displayed by "stat" or "ls -l"?

Thanks.


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
robinhood-support mailing list
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to