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
We can BringOffline some nodes, and then BringOnline again on the same object... BUT!
The underlying containers will be disposed after BringOffline. And new instances will be created afterwards.
What if we want a test in which the same node goes dark for a while, then comes back? The container (+ its filesystem) will need to survive.
Investigate and implement a way to make this happen. Change the BringOnline/BringOffline terminology to more clearly reflect when a node and all of its state is being destroyed.