pdion891 opened a new issue #94:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/94


   when displaying volume info, it would be great if we could see the size 
attribute in human readable form instead of scientific,
   example: 
   
   current output:
   ```
   > list volumes type=DATADISK filter=size
   count = 1
   volume:
   +-----------------+
   |      SIZE       |
   +-----------------+
   | 5.36870912e+10  |
   +-----------------+
   ```
   
   new output: 
   ```
   > list volumes type=DATADISK filter=size
   count = 1
   volume:
   +-----------------+
   |      SIZE       |
   +-----------------+
   |      50 GB      |
   +-----------------+
   ```
   
   Maybe we could have a configuration `humanformat=true` in the config file 
too ?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to