Skip in use snapshots

(cherry picked from commit 843031d8e9)

# Conflicts:
#	urbackupclient/client.cpp
This commit is contained in:
Martin 2021-03-30 11:19:40 +02:00
parent 7ac9b583ac
commit e5d85e896b

View File

@ -6374,9 +6374,6 @@ void IndexThread::run_sc_refs_cleanup()
}
}
if (in_use)
continue;
if (!found_ref)
{
VSSLog("Reference not found. Iterating over all start tokens and share names for deletion", LL_INFO);
@ -6422,6 +6419,9 @@ void IndexThread::run_sc_refs_cleanup()
}
}
if (in_use)
continue;
retry_all = true;
break;
}