- Jan 01, 2017
-
-
Steve Guminski authored
This patch makes no functional changes. Struct initializers in the snmp directory that use C89 or GCC-only syntax are updated to C99 syntax. The C99 syntax prevents incorrect initialization if values are accidently placed in the wrong position, allows changes in the struct definition, and clears any members that are not given an explicit value. The following struct initializers have been updated: snmp/lustre-snmp.c: struct variable7 clusterFileSystems_variables[] struct oid_table osd_table[] struct oid_table osc_table[] struct oid_table mds_table[] struct oid_table mdc_table[] struct oid_table cli_table[] struct oid_table lov_table[] struct oid_table ldlm_table[] Test-Parameters: trivial Signed-off-by:
Steve Guminski <stephenx.guminski@intel.com> Change-Id: Iaedd0165bca2a2af2ce6a0f535602a85c6217da8 Reviewed-on: https://review.whamcloud.com/23463 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Frank Zago <fzago@cray.com> Reviewed-by:
Dmitry Eremin <dmitry.eremin@intel.com> Reviewed-by:
James Simmons <uja.ornl@yahoo.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Oct 08, 2016
-
-
James Simmons authored
The link to the GPL license at Sun is no longer there. Also Sun Inc is gone so lets remove all references to it in our source code. Test-Parameters: trivial Change-Id: Ib47d07dcef49a1ef624d0d8a4a91b9731f486278 Signed-off-by:
James Simmons <uja.ornl@yahoo.com> Reviewed-on: http://review.whamcloud.com/22800 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com> Reviewed-by:
John L. Hammond <john.hammond@intel.com> Reviewed-by:
Frank Zago <fzago@cray.com>
-
- Jan 25, 2016
-
-
James Simmons authored
Move the SNMP lustre tools to use cfs_get_paths so the tools function with the upstream client as well. Change-Id: I18d76e10c45a9c8c582e77917a33bb2afa86aac4 Signed-off-by:
Dmitry Eremin <dmitry.eremin@intel.com> Signed-off-by:
James Simmons <uja.ornl@yahoo.com> Signed-off-by:
Wang Chao <chao.ornl@gmail.com> Reviewed-on: http://review.whamcloud.com/17465 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Emoly Liu <emoly.liu@intel.com> Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Jan 06, 2016
-
-
James Simmons authored
Currently if you build lustre with configure options --disable-shared and/or --disable-static it will fail to build in the case of the mount plugins or just plain ignore the configure request. This work enables the ability to create only static or only dynamic libraries for lustre SNMP and libnetconfig. Change-Id: I8b526acd50a7b8eb4f65e7a3bdd0a664e9144376 Signed-off-by:
James Simmons <uja.ornl@yahoo.com> Reviewed-on: http://review.whamcloud.com/17576 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Nathaniel Clark <nathaniel.l.clark@intel.com> Reviewed-by:
Bob Glossman <bob.glossman@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Jun 09, 2015
-
-
Frank Zago authored
All the typos are in comments or logs. Signed-off-by:
frank zago <fzago@cray.com> Change-Id: I3af7baa3cda6774b48e5651fd0591b2dade1131e Reviewed-on: http://review.whamcloud.com/14424 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
James Simmons <uja.ornl@yahoo.com> Reviewed-by:
Dmitry Eremin <dmitry.eremin@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Apr 09, 2015
-
-
frank zago authored
Most of them are in comments, but there was a few in user visible help. Signed-off-by:
frank zago <fzago@cray.com> Change-Id: I32730030f84b85e0ae08b683d64bbad5e33bf0b4 Reviewed-on: http://review.whamcloud.com/12933 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
James Simmons <uja.ornl@gmail.com> Reviewed-by:
Bob Glossman <bob.glossman@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Aug 27, 2014
-
-
John L. Hammond authored
Assume that __linux__is defined everywhere and that __KERNEL__ is defined in most of lustre/. Signed-off-by:
John L. Hammond <john.hammond@intel.com> Change-Id: Ia04e7ed4c3ab3e8ca205e14eaa1824536aedd1e3 Reviewed-on: http://review.whamcloud.com/11437 Reviewed-by:
Bob Glossman <bob.glossman@intel.com> Tested-by: Jenkins Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com> Tested-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- May 20, 2014
-
-
Nathaniel Clark authored
Make mount/mkfs/tunefs functionality a per backing FSTYPE shared object that is loadable, and seperately buildable and installable in the appropriate lustre-osd-FSTYPE rpm. For ZFS this allows the shared object to be directly linked to libzfs and thus remove the hardcoding of a libzfs.so version in the lustre source. This also has the benefit of making lustre-osd-zfs explicitly requires libzfs (which it needs to do mount/mkfs operations). Adjust build system to allow building of loadable module. Including requiering libtool as part of the build. Signed-off-by:
Nathaniel Clark <nathaniel.l.clark@intel.com> Change-Id: I8fc0f41161dc08405c1f951f12e675f364ff62c3 Reviewed-on: http://review.whamcloud.com/10193 Tested-by: Jenkins Reviewed-by:
Dmitry Eremin <dmitry.eremin@intel.com> Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Alex Zhuravlev <alexey.zhuravlev@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Apr 22, 2014
-
-
Dmitry Eremin authored
This modification allow configure script cache the results of heavy (required compilation) configure tests run on this system so they can be shared between configure scripts and configure runs, see configure's option --config-cache. This is very useful for several configurations on the same machine with different --enable/disable options. The time of first clean pass: time ./configure -C real 1m9.879s user 0m33.390s sys 0m30.392s The time of second pass with cached results: time ./configure -C real 0m10.190s user 0m2.900s sys 0m4.832s Signed-off-by:
Dmitry Eremin <dmitry.eremin@intel.com> Change-Id: I41b8091331e8f5260262829ad3e24f34ee34c76b Reviewed-on: http://review.whamcloud.com/9582 Tested-by: Jenkins Reviewed-by:
Bob Glossman <bob.glossman@intel.com> Reviewed-by:
Brian J. Murrell <brian.murrell@intel.com> Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
-
- Jul 10, 2013
-
-
Sebastien Buisson authored
Fix 'program hangs' defects found by Coverity version 6.5.1: Array compared against 0 (NO_EFFECT) Comparing an array to null is not useful. Copy-paste error (COPY_PASTE_ERROR) This line looks like a copy-paste error. Self assignment (NO_EFFECT) Assignment operation has no effect. Side effect in assertion (ASSERT_SIDE_EFFECT) Assignment has a side effect. This code will work differently in a non-debug build. You might have intended to use a comparison instead. Wrong sizeof argument (SIZEOF_MISMATCH) Passing argument is suspicious. Signed-off-by:
Sebastien Buisson <sebastien.buisson@bull.net> Change-Id: Iad370305cb8540f7c1b918e53ceae32e9ccbba8f Reviewed-on: http://review.whamcloud.com/6465 Tested-by: Hudson Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Dmitry Eremin <dmitry.eremin@intel.com> Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com>
-
- Apr 13, 2013
-
-
Jeremy Filizetti authored
Add to the MIB and lustre functionality to monitor lnet stats via SNMP Signed-off-by:
Jeremy Filizetti <jeremy.filizetti@gmail.com> Change-Id: I9ae360d7e100af5aef34a6b645fce963376928d1 Reviewed-on: http://review.whamcloud.com/4823 Tested-by: Hudson Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Doug Oucharek <doug.s.oucharek@intel.com> Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com>
-
- Jan 08, 2013
-
-
Keith Mannthey authored
Update the copyright messages for master branch for Intel. This is the result of the updatecw.sh script. Signed-off-by:
Keith Mannthey <keith.mannthey@intel.com> Change-Id: Id8dc454e7a5b6dffef64aa6efefeaaaea966d780 Reviewed-on: http://review.whamcloud.com/4812 Tested-by: Hudson Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com> Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Bob Glossman <bob.glossman@intel.com>
-
- Sep 13, 2012
-
-
Yang Sheng authored
Change lbuild to support for FC15 and calm down warning message. Signed-off-by:
yang sheng <ys@whamcloud.com> Change-Id: I365f708f82c01b0f72aeffa3c09e46800ca770d5 Reviewed-on: http://review.whamcloud.com/3849 Tested-by: Hudson Reviewed-by:
Jinshan Xiong <jinshan.xiong@whamcloud.com> Reviewed-by:
Chris Gearing <chris.gearing@intel.com> Reviewed-by:
Brian J. Murrell <brian@whamcloud.com> Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Oleg Drokin <green@whamcloud.com>
-
- Aug 08, 2012
-
-
Andreas Dilger authored
Ignore automatically generated files via .gitignore so that a large number of spurious files are not listed at "git commit" time. Also consolidate many duplicate ignored files in the top-level .gitignore file, since we don't need to list the exceptions in every directory like the original .cvsignore files that they were generated from. Signed-off-by:
Andreas Dilger <adilger@whamcloud.com> Change-Id: I5f9c60dc498f98abcd8c91042fc72408a915500c Reviewed-on: http://review.whamcloud.com/3364 Reviewed-by:
Yu Jian <yujian@whamcloud.com> Tested-by: Hudson Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Oleg Drokin <green@whamcloud.com>
-
- Jul 13, 2012
-
-
Andreas Dilger authored
When running automake to generate Makefiles, newer compilers will warn about non-portable assignments: lvfs/autoMakefile.am:52: `:='-style assignments are not portable The use of ":=" vs. "=" determines when conditional expressions are evaluated, but have absolutely no use for constant assignments, so there is no point in using them at all in that case. Convert all ":=" to "=" for constant assignments, leaving the decision to use ":=" for conditional assignments until later. Signed-off-by:
Andreas Dilger <adilger@whamcloud.com> Change-Id: I76caedbc1368a0d2fe02137c46b46c36fc3a500c Reviewed-on: http://review.whamcloud.com/3129 Tested-by: Hudson Reviewed-by:
Brian J. Murrell <brian@whamcloud.com> Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by:
Oleg Drokin <green@whamcloud.com>
-
- May 08, 2012
-
-
Liang Zhen authored
Delete all of the vim/emacs modelines. Add copyright information for a few files. Signed-off-by:
Liang Zhen <liang@whamcloud.com> Change-Id: Ic22ce8d8cc7786ffdb19937eb9f93a2d49aa2581 Reviewed-on: http://review.whamcloud.com/2658 Tested-by: Hudson Reviewed-by:
Andreas Dilger <adilger@whamcloud.com> Reviewed-by:
Oleg Drokin <green@whamcloud.com>
-
- Jun 30, 2010
-
-
Robert Read authored
-
- Jun 18, 2010
-
-
Robert Read authored
-
- Dec 12, 2009
-
-
Brian Reitz authored
The top level .gitignore file is new and is an attempt at pulling in some of the common items that you might get for free (by default)with CVS. The other subdir/.gitignore files are translated versions of their corresponding .cvsignore file. Because CVS does not descend into a subdir when applying a ingore rule we have to prepend a "/" to the pathname to get git to behave the same way.
-
- Sep 22, 2009
-
-
Yang Sheng authored
b=20819 i=johann Get rid of warning messages for snmp build.
-
- Sep 09, 2009
-
-
Brian J. Murrell authored
i=adilger Clean up various warnings stemming from unused variables and unchecked function return values.
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
- Jul 23, 2008
-
-
kalpak authored
b=16098 Replace CFS license headers with Sun headers
-
- May 14, 2008
-
-
Alexey Lyashkov authored
b=14929 i=zam i=nikita
-
- Feb 22, 2008
-
-
deen authored
b=14729 i=tappro
-
- Oct 09, 2007
-
-
Walter Poxon authored
when building with --enable-snmp because the snmp code does not use the same header files as the rest of the lustre code.
-
- Sep 25, 2007
-
-
Walter Poxon authored
-
- Mar 11, 2006
-
-
Brian J. Murrell authored
Hopefully doesn't break any other builds.
-
- Jul 20, 2005
-
-
jacob authored
-
- Jul 15, 2005
-
-
jacob authored
-
- Jul 14, 2005