Index: /trunk/packages/invirt-remote/host/usr/sbin/invirt-janitor
===================================================================
--- /trunk/packages/invirt-remote/host/usr/sbin/invirt-janitor	(revision 2437)
+++ /trunk/packages/invirt-remote/host/usr/sbin/invirt-janitor	(revision 2438)
@@ -41,4 +41,12 @@
 
         try:
+            # If the LV name doesn't start with old_, we probably
+            # don't actually want to be deleting it.
+            #
+            # Put it in the try block because we still want to delete
+            # the state file.
+            if not lv.startswith('old_'):
+                continue
+
             syslog.syslog(syslog.LOG_INFO, "Cleaning up LV '%s'" % lv_path)
 
