Skip to content
Snippets Groups Projects
Commit c99b6454 authored by Chris Horn's avatar Chris Horn Committed by Oleg Drokin
Browse files

LU-8293 lnet: Add insserv header to lnet init script


The lnet init script does not contain header information as described
by the insserv man page. This header information is needed to ensure
the lnet init script is not run until openibd has been able to start

Signed-off-by: default avatarChris Horn <hornc@cray.com>
Change-Id: I6f778e827f88ce34199dff70be5d5089f0ba51b9
Reviewed-on: https://review.whamcloud.com/20835


Tested-by: Jenkins
Reviewed-by: default avatarNathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: default avatarBob Glossman <bob.glossman@intel.com>
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent 97766098
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# #
# $Id: lnet.rc bogl Exp $
#
### BEGIN INIT INFO
# Provides: lnet
# Required-Start: $network openibd
# Required-Stop: $network openibd
# Default-Start: 3
# Default-Stop: 0 1 2 5 6
# Description: Enable Lustre Networking
### END INIT INFO
#
# lnet This shell script takes care of starting and stopping # lnet This shell script takes care of starting and stopping
# the lnet (Lustre networking) services. # the lnet (Lustre networking) services.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment