Changeset 1990 for trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm
- Timestamp:
- Jan 25, 2009, 8:11:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm
r1989 r1990 68 68 # this is running non-interactively), so let's just drop them on 69 69 # the floor for now. 70 if os.fork() != 0:70 if os.fork() == 0: 71 71 call(["/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath]) 72 72 call(["/sbin/lvchange", "-a", "n", new_lvpath])
Note: See TracChangeset
for help on using the changeset viewer.