Skip to content

Commit 03c1780

Browse files
authored
Revert "CA-403851 stop management server in Pool.eject ()" (#6352)
This reverts commit 9b1b8d4.
2 parents d02e3b5 + 74aeb77 commit 03c1780

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ocaml/xapi/xapi_pool.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,8 +2074,6 @@ let eject_self ~__context ~host =
20742074
)
20752075
)
20762076
(fun () -> Xapi_fuse.light_fuse_and_reboot_after_eject ()) ;
2077-
debug "%s: stop management server" __FUNCTION__ ;
2078-
Xapi_mgmt_iface.run ~__context ~mgmt_enabled:false () ;
20792077
Xapi_hooks.pool_eject_hook ~__context
20802078

20812079
(** eject [host] from the pool. This code is run on all hosts in the

0 commit comments

Comments
 (0)