Index: trunk/scripts/pv-fixup/pv-fixup
===================================================================
--- trunk/scripts/pv-fixup/pv-fixup	(revision 2240)
+++ trunk/scripts/pv-fixup/pv-fixup	(revision 2241)
@@ -17,5 +17,5 @@
 dmstart=$(python -c "print int(($HALFSIZETiB + 0.01) * 1024 * 1024 * 1024 * 2)")
 dmlen=$(python -c "print int(($HALFSIZETiB - 0.02) * 1024 * 1024 * 1024 * 2)")
-#foreach host:
+#FOREACH host:
 dmsetup create $TMPDM --table "0 $dmlen linear $DISK $dmstart"
 #done
@@ -28,10 +28,4 @@
 
 #  - pvmove all the LVs to the temporary PV
-#    (something like
-#      for lv in $(LVs for running VMs on this host); do
-#        #some lvchange -a commands
-#        pvmove -n $lv <oldpv> <newpv>
-#        #possibly more lvchange -a to restore old state
-#      done)
 
 movelv () {
