Changeset 2438
- Timestamp:
- Aug 11, 2009, 11:01:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/host/usr/sbin/invirt-janitor
r2437 r2438 41 41 42 42 try: 43 # If the LV name doesn't start with old_, we probably 44 # don't actually want to be deleting it. 45 # 46 # Put it in the try block because we still want to delete 47 # the state file. 48 if not lv.startswith('old_'): 49 continue 50 43 51 syslog.syslog(syslog.LOG_INFO, "Cleaning up LV '%s'" % lv_path) 44 52
Note: See TracChangeset
for help on using the changeset viewer.