Changeset 2345 for trunk/packages/invirt-remote
- Timestamp:
- May 3, 2009, 3:47:27 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/debian/changelog
r2292 r2345 1 invirt-remote (0.3.14) unstable; urgency=low 2 3 * Maybe we won't be /quite/ so ionice to the dd over a deleted LV. 4 5 -- Evan Broder <broder@mit.edu> Sun, 03 May 2009 03:46:13 -0400 6 1 7 invirt-remote (0.3.13) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm
r2286 r2345 69 69 # the floor for now. 70 70 if os.fork() == 0: 71 call(["/usr/bin/ionice", "-c", " 3", "/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])71 call(["/usr/bin/ionice", "-c", "2", "-n", "7", "/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath]) 72 72 call(["/sbin/lvchange", "-a", "n", new_lvpath]) 73 73 call(["/sbin/lvchange", "-a", "ey", new_lvpath])
Note: See TracChangeset
for help on using the changeset viewer.