Index: trunk/scripts/pv-fixup/pv-fixup
===================================================================
--- trunk/scripts/pv-fixup/pv-fixup	(revision 2241)
+++ trunk/scripts/pv-fixup/pv-fixup	(revision 2253)
@@ -16,6 +16,6 @@
 #  - dmsetup create a device in the latter half
 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:
+dmlen=$(python -c "print int(($HALFSIZETiB - 0.03) * 1024 * 1024 * 1024 * 2)")
+#Foreach host:
 dmsetup create $TMPDM --table "0 $dmlen linear $DISK $dmstart"
 #done
@@ -33,4 +33,5 @@
   lvchange -an $1
   pvmove -i 10 -n $1 $2
+  lvchange -ay $1
 }
 
