Diff of Infrastructure And Operations/Inventory at 9cf895f

diff --git a/infrastructure_and_operations/inventory.myco b/infrastructure_and_operations/inventory.myco
index 68c6759..6b4c501 100644
--- a/infrastructure_and_operations/inventory.myco
+++ b/infrastructure_and_operations/inventory.myco
@@ -12,5 +12,9 @@ Have something you want to document, but not sure where to put it or how to form
 ```
+resize qemu image:
+  # first, shut down the capsul, then:
+  $ cd /tank/vm
+  $ qemu-img resize cvm-lqj2x9nxic.qcow2 +50G
+  $ virsh start cvm-lqj2x9nxic.qcow2
 
-blah
-
+you may have to resize the partition by hand internally, depending on the distro.
 ```