We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_block_info is returning the same values for capacity and allocation. virsh domblkinfo reports different values.
example output from get_block_info: BlockInfo { capacity: 107374182400, allocation: 107374182400, physical: 107374182400 }
The same info from virsh domblkinfo: Capacity: 107374182400 Allocation: 12066435072 Physical: 107390828544
The text was updated successfully, but these errors were encountered:
Thank you for your interest in the libvirt project.
Since this repository is a read-only mirror of the project's master repostory hosted on GitLab, issues opened here are not processed.
We kindly request that new issues are reported to
https://gitlab.com/libvirt/libvirt-rust/-/issues/new
Thank you for your time and understanding.
Sorry, something went wrong.
No branches or pull requests
get_block_info is returning the same values for capacity and allocation. virsh domblkinfo reports different values.
example output from get_block_info:
BlockInfo { capacity: 107374182400, allocation: 107374182400, physical: 107374182400 }
The same info from virsh domblkinfo:
Capacity: 107374182400
Allocation: 12066435072
Physical: 107390828544
The text was updated successfully, but these errors were encountered: