Avoid triggering crash detection on container destroy
This commit is contained in:
1
http.go
1
http.go
@@ -501,6 +501,7 @@ func (rt *Router) routeServerDelete(w http.ResponseWriter, r *http.Request, ps h
|
||||
// to start it while this process is running.
|
||||
s.Suspended = true
|
||||
|
||||
zap.S().Infow("processing server deletion request", zap.String("server", s.Uuid))
|
||||
// Destroy the environment; in Docker this will handle a running container and
|
||||
// forcibly terminate it before removing the container, so we do not need to handle
|
||||
// that here.
|
||||
|
||||
Reference in New Issue
Block a user