-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
databaseRelated to database accessRelated to database accessstorageRelated to storage.Related to storage.
Description
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
Labels
databaseRelated to database accessRelated to database accessstorageRelated to storage.Related to storage.