Index: trunk/packages/invirt-remote/debian/changelog
===================================================================
--- trunk/packages/invirt-remote/debian/changelog	(revision 2343)
+++ trunk/packages/invirt-remote/debian/changelog	(revision 2345)
@@ -1,2 +1,8 @@
+invirt-remote (0.3.14) unstable; urgency=low
+
+  * Maybe we won't be /quite/ so ionice to the dd over a deleted LV.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 03:46:13 -0400
+
 invirt-remote (0.3.13) unstable; urgency=low
 
Index: trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm
===================================================================
--- trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm	(revision 2343)
+++ trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm	(revision 2345)
@@ -69,5 +69,5 @@
     # the floor for now.
     if os.fork() == 0:
-        call(["/usr/bin/ionice", "-c", "3", "/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])
+        call(["/usr/bin/ionice", "-c", "2", "-n", "7", "/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])
         call(["/sbin/lvchange", "-a", "n", new_lvpath])
         call(["/sbin/lvchange", "-a", "ey", new_lvpath])
