All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher J. Morrone <morrone2@llnl.gov>
To: lustre-devel@lists.lustre.org
Subject: [lustre-devel] LUSTRE_LNET_CONFIG_UTILITY in lnet SysV script
Date: Wed, 4 Jan 2017 17:36:09 -0800	[thread overview]
Message-ID: <1ea178df-8afa-135a-3bde-a2e7b7fc5e12@llnl.gov> (raw)
In-Reply-To: <974262C966B9F640899A48EB96313E9A318459F8@PRDEXMBX-08.the-lab.llnl.gov>

lnetctl is currently an optional build, and its build is not even
enabled by default in the lustre spec file.  To use lnetctl exclusively,
we would need lnetctl's build would need to be unconditional.

I don't have a problem with making the lnetctl build unconditional.  I'm
not sure why it was done that way.  Perhaps someone else can comment on
that.

When/if lnetctl is built unconditionally, it would be nice to purge the
"DLC" terminology from the code.

Chris

On 01/04/2017 04:16 PM, Di Natale, Giuseppe wrote:
> Greetings,
> 
> I am attempting to port the SysV lnet script as part of a transition to
> systemd. I ran into the following in lustre/scripts/lnet:
> 
>         if [ -x $LUSTRE_LNET_CONFIG_UTILITY -a -f
> "$LUSTRE_LNET_CONFIG_FILE" ]; then
>                 $LUSTRE_LNET_CONFIG_UTILITY lnet configure || exit 1
>         else
>                 lctl network up || exit 1
>         fi
> 
> Can the check for LUSTRE_LNET_CONFIG_UTILITY  (/usr/sbin/lnetctl by
> default) be removed so that way lnetctl is used exclusively?
> 
> Thanks,
> Giuseppe Di Natale
> 
> 
> _______________________________________________
> lustre-devel mailing list
> lustre-devel at lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
> 

  reply	other threads:[~2017-01-05  1:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05  0:16 [lustre-devel] (no subject) Di
2017-01-05  1:36 ` Christopher J. Morrone [this message]
2017-01-10 20:17   ` [lustre-devel] LUSTRE_LNET_CONFIG_UTILITY in lnet SysV script Amir Shehata
2017-01-10 20:46     ` Amir Shehata
2017-01-10 22:04       ` Christopher J. Morrone
2017-01-16 21:00       ` James Simmons
2017-01-10 20:15 ` [lustre-devel] (no subject) Amir Shehata
2017-01-10 22:06   ` Christopher J. Morrone
2017-01-11  1:08     ` Amir Shehata
2017-01-11  4:18       ` Dilger, Andreas
2017-01-11 23:20         ` Christopher J. Morrone
2017-01-16 21:25           ` James Simmons
2017-01-16 21:05       ` James Simmons
2017-01-16 21:02     ` James Simmons
2017-01-17 21:32       ` Christopher J. Morrone
2017-01-18 20:10       ` Amir Shehata

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ea178df-8afa-135a-3bde-a2e7b7fc5e12@llnl.gov \
    --to=morrone2@llnl.gov \
    --cc=lustre-devel@lists.lustre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.