Whamcloud - gitweb
LU-5231 hsm: display file size in decimal not hex 78/13678/3
authorFrank Zago <fzago@cray.com>
Fri, 6 Feb 2015 19:55:07 +0000 (13:55 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 8 Mar 2015 11:49:53 +0000 (11:49 +0000)
commit9e40a86a875475f3fe1991a48694ba5601033ebe
tree2bef586a2574eb2fa6f4e1d8beb8a5284f27eb79
parent8be9e41369659b55e6609d7c40e457824b0d6b24
LU-5231 hsm: display file size in decimal not hex

'lfs hsm_action' displays the file sizes in hex:
  somebigfile: ARCHIVE running (0xf1c00000 bytes moved)

This is not user friendly. Use decimal instead.

Remove the last occurences of LPX64 in lfs.

Signed-off-by: frank zago <fzago@cray.com>
Change-Id: Ib964c162b275bc836104cec3500a2f03c73dffeb
Reviewed-on: http://review.whamcloud.com/13678
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/utils/lfs.c