Part of the RC shutdown scripts shuts down all network
interfaces. The ICS interface should silently refuse to
go down. The shutdown script will continue merrily on
its way, and the node can still talk to the cluster
while it finishes going down.
Back in the old (pre-open source) days, we added a "belongs
to ICS" flag to the interface flags and set it during ICS
initialization. Later during shutdown, if that flag was set
we would skip the interface.
You probably want to do something like that here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=41736
Back in the old (pre-open source) days, we added a "belongs
to ICS" flag to the interface flags and set it during ICS
initialization. Later during shutdown, if that flag was set
we would skip the interface.
You probably want to do something like that here.