Skip to content

Commit

Permalink
report store in human readable
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-moody committed Oct 19, 2016
1 parent 8299c6c commit 686dfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/xsce-admin/files/cmdsrv/xsce-cmdsrv
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def get_space_avail(cmd_info):
return (resp)

def get_storage_info_lite(cmd_info):
outp = subprocess.check_output(["/usr/bin/df", "-l"])
outp = subprocess.check_output(["/usr/bin/df", "-lh"])
json_outp = json_array("system_fs", outp)
return (json_outp)

Expand Down

0 comments on commit 686dfa4

Please sign in to comment.