[GH-ISSUE #49] Display HDD size #42

Closed
opened 2026-02-27 16:00:49 +03:00 by kerem · 3 comments
Owner

Originally created by @JJClements on GitHub (Apr 10, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/49

Can you display the HDD size for the virtual machine in the 'Technical Details' section next to HDD? Also, can you display it in the Infrastructure view as well?

Thank you!!

Originally created by @JJClements on GitHub (Apr 10, 2013). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/49 Can you display the HDD size for the virtual machine in the 'Technical Details' section next to HDD? Also, can you display it in the Infrastructure view as well? Thank you!!
kerem closed this issue 2026-02-27 16:00:49 +03:00
Author
Owner

@retspen commented on GitHub (May 20, 2013):

If add this info, page open 1min - with 20 running VM's. Very compex logic when check hdd size all VM's.

<!-- gh-comment-id:18167821 --> @retspen commented on GitHub (May 20, 2013): If add this info, page open 1min - with 20 running VM's. Very compex logic when check hdd size all VM's.
Author
Owner

@JJClements commented on GitHub (May 20, 2013):

Is it possible to query the .xml file for the HDD path then check file size from this?

On 20 May 2013, at 20:38, "Anatoliy Guskov" <notifications@github.commailto:notifications@github.com> wrote:

If add this info, page open 1min - with 20 running VM's. Very compex logic when check hdd size all VM's.


Reply to this email directly or view it on GitHubhttps://github.com/retspen/webvirtmgr/issues/49#issuecomment-18167821.

<!-- gh-comment-id:18170429 --> @JJClements commented on GitHub (May 20, 2013): Is it possible to query the .xml file for the HDD path then check file size from this? On 20 May 2013, at 20:38, "Anatoliy Guskov" <notifications@github.com<mailto:notifications@github.com>> wrote: If add this info, page open 1min - with 20 running VM's. Very compex logic when check hdd size all VM's. — Reply to this email directly or view it on GitHubhttps://github.com/retspen/webvirtmgr/issues/49#issuecomment-18167821.
Author
Owner

@retspen commented on GitHub (May 22, 2013):

  1. Get all VM's on node
  2. Open vm and read xml
  3. Parce XML and find path to HDD
  4. Find storage on this path
  5. Open storage and then open info about HDD

then 2 - 5 (count VM's) - time-consuming operation

<!-- gh-comment-id:18259984 --> @retspen commented on GitHub (May 22, 2013): 1. Get all VM's on node 2. Open vm and read xml 3. Parce XML and find path to HDD 4. Find storage on this path 5. Open storage and then open info about HDD then 2 - 5 (count VM's) - time-consuming operation
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#42
No description provided.