All of lore.kernel.org
 help / color / mirror / Atom feed
* [Lustre-devel] (no subject)
@ 2009-03-27  5:23 sethpn at gmail.com
  0 siblings, 0 replies; 16+ messages in thread
From: sethpn at gmail.com @ 2009-03-27  5:23 UTC (permalink / raw)
  To: lustre-devel

Is there any Lenny packaged with Lustre 1.6.7? This will be great!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20090327/f7bcc52e/attachment.htm>

^ permalink raw reply	[flat|nested] 16+ messages in thread
[parent not found: <000c01cae6ee$1d4693d0$57d3bb70$@barton@oracle.com>]
* [lustre-devel] (no subject)
@ 2017-01-05  0:16 Di
  2017-01-10 20:15 ` Amir Shehata
  0 siblings, 1 reply; 16+ messages in thread
From: Di @ 2017-01-05  0:16 UTC (permalink / raw)
  To: lustre-devel

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20170105/7e17c5c9/attachment.htm>

^ permalink raw reply	[flat|nested] 16+ messages in thread
* (no subject)
@ 2018-01-11 17:16 Fabian Huegel
  2018-01-11 17:25 ` [lustre-devel] (no subject) Ben Evans
  0 siblings, 1 reply; 16+ messages in thread
From: Fabian Huegel @ 2018-01-11 17:16 UTC (permalink / raw)
  To: Oleg Drokin, Andreas Dilger, James Simmons, Lai Siyao,
	John L . Hammond, Greg Kroah-Hartman, devel, Ben Evans, NeilBrown
  Cc: lustre-devel, linux-kernel, linux-kernel

We cleaned up a lot of checkpatch errors and warnings in obd_class.h,
but there are still some CHECKs and two warnings about flow control
inside macros left.

Changing those macros to inline functions would probably
be a good idea, unfortunatly it's not straightforward since they use
'#op' to print the name of the operation.

We also did some aligning to make the code more readable and removed
an unnecessary macro.

We only tested, that the kernel still compiles and the lustre kernel
module loads successfully, but given the harmless nature of these
changes we don't expect any problems.

The patches are based on the staging-testing branch of the staging tree.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-01-11 17:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27  5:23 [Lustre-devel] (no subject) sethpn at gmail.com
     [not found] <000c01cae6ee$1d4693d0$57d3bb70$@barton@oracle.com>
2010-04-29  1:25 ` di.wang
2010-04-29  1:49   ` Andreas Dilger
2010-04-29  2:04     ` di.wang
  -- strict thread matches above, loose matches on Subject: below --
2017-01-05  0:16 [lustre-devel] " Di
2017-01-10 20:15 ` 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
2018-01-11 17:16 Fabian Huegel
2018-01-11 17:25 ` [lustre-devel] (no subject) Ben Evans

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.