- Timestamp:
- Apr 2, 2009, 1:48:08 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/debian/changelog
r2264 r2286 1 invirt-remote (0.3.12) unstable; urgency=low 2 3 * ionice the dd to wipe out deleted LVs so it doesn't hose the system. 4 5 -- Evan Broder <broder@mit.edu> Thu, 02 Apr 2009 01:46:38 -0400 6 1 7 invirt-remote (0.3.11) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote/debian/control
r1822 r2286 23 23 Architecture: all 24 24 Depends: ${misc:Depends}, remctl-server, invirt-console-host, 25 invirt-vnc-server, python-cjson, python-yaml 25 invirt-vnc-server, python-cjson, python-yaml, util-linux 26 26 Description: Installs the Invirt host remctl configuration 27 27 This is the remctl configuration for an Invirt host. It allows any -
trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm
r1990 r2286 69 69 # the floor for now. 70 70 if os.fork() == 0: 71 call(["/ bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])71 call(["/usr/bin/ionice", "-c", "3", "/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.