Skip to content

Modify Disk/Region management to use RegionSets #613

@smklein

Description

@smklein

The current implementation of Disks, as of #511 , assumes that each disk is comprised of a single RegionSet.

Context: #511 (comment)

This artificially limits the number of regions contained within a disk to "three", which is the redundancy threshold.

In reality, disks may be comprised of multiple RegionSets, such that a larger quantity of regions are responsible.

This issue tracks the following:

  • RegionSets will need to identify which sub-portion of the user volume they are responsible for managing.
  • Depending on how many RegionSets may comprise a disk, we may need to start integrating pagination APIs into region access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseRelated to database accessstorageRelated to storage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions