Changeset 2345 for trunk/packages/invirt-remote/host/usr/sbin
- Timestamp:
- May 3, 2009, 3:47:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.