clean: kill ivs processes
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def cleanup():
|
|||||||
info("*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes"
|
info("*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes"
|
||||||
"\n")
|
"\n")
|
||||||
zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core '
|
zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core '
|
||||||
zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec'
|
zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs'
|
||||||
# Note: real zombie processes can't actually be killed, since they
|
# Note: real zombie processes can't actually be killed, since they
|
||||||
# are already (un)dead. Then again,
|
# are already (un)dead. Then again,
|
||||||
# you can't connect to them either, so they're mostly harmless.
|
# you can't connect to them either, so they're mostly harmless.
|
||||||
|
|||||||
Reference in New Issue
Block a user