You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/24 14:53:43 UTC

[GitHub] AlexanderStock opened a new issue #2604: No Volume Name and VirtualmachineID in Volume Usagerecord

AlexanderStock opened a new issue #2604: No Volume Name and VirtualmachineID in Volume Usagerecord
URL: https://github.com/apache/cloudstack/issues/2604
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   
   -->
   ~~~
   Usage (Usagerecords)
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   
   -->
   
   ~~~
   4.11.0.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   advanced networking
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Ubuntu 16.04 
   -->
   
   
   ##### SUMMARY
   If the usagerecords of a volume is queried the result does not contain the Name of the Volume or the virtualmachineid of the VM the volume is attached to.
   It just contains a description with the internal volumeid.
   
   For processing this data in some 3rd party tools it would be helpfull to know how the volume is called and on which VM it was attached in the timeframe of the usagerecord.
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   http://<cloudstack>/client/api/?command=listUsageRecords&startdate=<startdate>&enddate=<enddate>&type=6
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   The data should contain the volume name and the virtualmachine id if the volume is attached to a VM.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   No volume name or virtualmachine id is delivered.
   ~~~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services