Skip to content

Commit

Permalink
Returns several useful information about Qcow2 file
Browse files Browse the repository at this point in the history
This script can returns:
- the number of allocated clusters in a Qcow file.
- the number of newly allocated clusters in a Qcow file
  compared to a reference one (like the backing file).

It can also cleanup a Qcow2 file by removing all data and set all
clusters as unallocated.

Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
  • Loading branch information
gthvn1 authored and Nambrok committed Nov 14, 2024
1 parent 7b63087 commit 9a723a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qcow_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def print_help() -> NoReturn:
Params:
- All command takes a qcow file. Only diff takes a backing file and a qcow.
"""
"""
print(help_msg)
sys.exit(1)

Expand Down

0 comments on commit 9a723a1

Please sign in to comment.