-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove creation of unused partitions, implement recommendation
The bluestore partition process has been working from original assumptions. The refactor of bluestore args created a disconnect between the two steps. Partitions are getting created, but never used nor removed. This also implements the recommendation to use a single DB partition since the WAL will naturally use an existing DB. This reduces the number of managed partitions from two to one for each OSD. Note that osd.report is intentionally not changed to give the admin an indication that the configuration can be improved. Signed-off-by: Eric Jackson <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters