Skip to content

Geo - Does not try to unlink file when file path is unknown

What does this MR do?

When cleaning up orphaned registries on a Geo secondary node, there are some cases where it's impossible to unlink the file:

  1. The replicable record does not exist anymore;
  2. The replicable file is stored on Object Storage, but the node is not configured to use Object Store;
  3. Unrecognized replicable type;

For all of them, we should no try to unlink the file.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related issues

Closes #219993 (closed)

Edited by Douglas Barbosa Alexandre

Merge request reports