Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 38,036
    • Issues 38,036
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1,346
    • Merge requests 1,346
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #10586

Closed
Open
Created Mar 21, 2019 by Gabriel Mazetto@brodock🔴Maintainer5 of 5 tasks completed5/5 tasks

Geo: Allow to enable replication for content in Object Storage

According to our current documentation: https://docs.gitlab.com/ee/administration/geo/replication/object_storage.html#geo-with-object-storage when user setup an object storage with Geo, we disable the replication code, as we assume the Object Storage will be configured to handle that.

That is not always the case, if the user is not using a cloud solution that supports replication, or if they are using a local storage appliance that does not support replication logic.

Even in the case where the user has access to a cloud solution, they may still need to backfill any additional node, when bootstrapping from an existing installation, which is usually not a supported feature from cloud providers.


In order to provide a minimal Object Storage replication functionality we need to make some changes:

  • Cover current download logic with specs (not everything is being tested) !13997 (merged)
  • Add settings to Geo Node to enable/disable syncing files in Object Storage !15139 (merged)
  • Make it possible to download files stored in Object Storage via sync API and upload to another Object Storage !15606 (merged)
  • Remove hard-coded restrictions on all finders to expose both local and remote files (remote means Object Storage) !13997 (merged)
  • Implement a new restriction on finders based on GeoNode settings. !13997 (merged)

Does this MR meet the acceptance criteria?

Edited Oct 02, 2019 by Gabriel Mazetto
Assignee
Assign to
12.4
Milestone
12.4 (Past due)
Assign milestone
Time tracking