libvirt-check-trim: mention qcow2/thinp in description

This commit is contained in:
neingeist 2016-12-29 14:21:38 +01:00
parent e18525babc
commit aae7d24732

View file

@ -1,5 +1,6 @@
#!/usr/bin/python
# Check if all libvirt domains are prepared for TRIM/fstrim
# (for use on qcow2 images or thin provisioned volumes)
from __future__ import division, print_function