You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only a single (most recent) copy of the foreign copy will be stored: previous versions will be removed.
However, that functionality was apparently broken by commit 7bc02dd by removing this fragment:
if ($foreign_profile) {
$latest = 0;
system "rm -rf $cache_root/profile.$latest";
}
... and I did not found any replacement of this code fragment. Since we've recently done an upgrade from an ancient version of CCM on our AII servers, we've just noticed the space not getting cleaned up.
Since the code was rewritten substantially, I don't immediately see where could this old logic be re-implemented.
The text was updated successfully, but these errors were encountered:
The documentation of
fetchProfile()
says:However, that functionality was apparently broken by commit 7bc02dd by removing this fragment:
... and I did not found any replacement of this code fragment. Since we've recently done an upgrade from an ancient version of CCM on our AII servers, we've just noticed the space not getting cleaned up.
Since the code was rewritten substantially, I don't immediately see where could this old logic be re-implemented.
The text was updated successfully, but these errors were encountered: