mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Add files via upload
This commit is contained in:
parent
01a4d554b4
commit
d7cf45121a
8
proxmox/proxmox-qcow2-actual-disk-in-use-size-report.sh
Normal file
8
proxmox/proxmox-qcow2-actual-disk-in-use-size-report.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# updatedb
|
||||
for disk in $(locate *.qcow2); do
|
||||
qemu-img info "$disk" \
|
||||
|egrep 'image|format| size|compression'
|
||||
echo '====='
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user