624 B
624 B
type |
---|
host |
When removing a storage allocation the new layout should be applied before the impacted garage instance is shut down. Isle should ideally also wait for the impacted instance to no longer be in the "draining" state prior to shutting it down, if possible.
Some care needs to be taken in the case of the daemon.yml
file being used for
configuration. The daemon should probably initially load using the old
configuration, and only then apply the new configuration as if it were applied
using SetConfig
. This way the garage instance being removed can be brought
back up, drained, then shut down again.