From aae7d24732dd2bc8a1756c99bfe59173d2e7e9bb Mon Sep 17 00:00:00 2001 From: neingeist Date: Thu, 29 Dec 2016 14:21:38 +0100 Subject: [PATCH] libvirt-check-trim: mention qcow2/thinp in description --- libvirt-check-trim | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt-check-trim b/libvirt-check-trim index f4cb231..ff10883 100755 --- a/libvirt-check-trim +++ b/libvirt-check-trim @@ -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