mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Skip in use snapshots
(cherry picked from commit 843031d8e9)
# Conflicts:
# urbackupclient/client.cpp
This commit is contained in:
parent
7ac9b583ac
commit
e5d85e896b
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user