You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR makes the blueprint aware of datasets, and manages them as a
part of planning and execution.
As a part of the planning phase: the reconfigurator ensures that all
in-service disks have debug / zone root datasets, and that all zones
have the corresponding datasets they need to function. Additionally,
unused datasets are marked as "expunged" until they are gone from the
database, at which point they're fully deleted from the blueprint.
As a part of the execution phase: the reconfigurator ensures that
database records exist for these datasets, and requests them from
appropriate sled agents. Additionally, "expunged" datasets are removed
from the database explicitly.
Fixes#6043Fixes#6107
---------
Co-authored-by: Rain <[email protected]>
Blocked by #6042
It would be nice to make this controlled explicitly.
The text was updated successfully, but these errors were encountered: