-
Notifications
You must be signed in to change notification settings - Fork 54
node_delete should do more error checking #464
Comments
That could work, or we could have cascading deletions. Doing the latter |
So far we've always required deleting subcomponents first. I'm definitely against deletion having an effect on the switch. |
It brings up the interesting problem of how we deal with switch I could go either way, but agree with George in principle for now since |
Okay, so it sounds like we're all okay with requiring everything be disconnected first (in both cases)? If so I'll go ahead and remove the discuss label. I'm tempted to mark this easy too. |
Does anyone know what will happen if I try to disconnect a network from a broken switch port? If it completes, then I agree that we should impose this restriction on both. We've already had switch ports die, so this isn't a hypothetical issue. |
Related: #788. |
in particular, we should require that a node is not part of a project before deleting it (this will transitively cover requirements like not being connected to a network...)
The text was updated successfully, but these errors were encountered: