-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minimal "storage management" to Sled Agent (#344)
Adds a "Storage Manager" to the Sled Agent, which monitors a message queue of Zpools. - Upon arrival of a new zpool, the storage manager labels the Zpool with a UUID, and splits it into filesystems for Crucible + CockroachDB. Presumably we could add a filesystem for Clickhouse or other services requiring local storage. - The Storage manager additionally starts zones for each of these services, with the intention of "running these services once storage is available". - Additionally, the storage manager sends notifications to Nexus once the zpool has been initialized. Note, none of this occurs without an explicitly supplied zpool - currently, this behavior will not be triggered unless explicitly requested during sled agent initialization.
- Loading branch information
Showing
20 changed files
with
1,574 additions
and
446 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.