Skip to content
Snippets Groups Projects
  1. Oct 04, 2018
  2. Aug 03, 2018
  3. May 15, 2018
  4. May 03, 2018
  5. Apr 05, 2018
  6. Mar 19, 2018
  7. Mar 13, 2018
  8. Feb 13, 2018
  9. Feb 09, 2018
  10. Feb 02, 2018
  11. Jan 08, 2018
  12. Jan 04, 2018
  13. Dec 19, 2017
  14. Nov 17, 2017
  15. Nov 15, 2017
  16. Nov 01, 2017
  17. Oct 25, 2017
  18. Oct 11, 2017
  19. Sep 15, 2017
  20. Sep 14, 2017
  21. Aug 18, 2017
  22. Aug 16, 2017
  23. Jul 24, 2017
  24. Jun 10, 2017
  25. Jun 03, 2017
  26. May 29, 2017
  27. Apr 26, 2017
  28. Apr 23, 2017
  29. Apr 19, 2017
  30. Apr 13, 2017
  31. Apr 06, 2017
  32. Mar 30, 2017
  33. Mar 14, 2017
  34. Mar 02, 2017
  35. Feb 07, 2017
    • Gabriele Paciucci's avatar
      LU-8457 pacemaker: Pacemaker script to monitor LNet · 9018f11c
      Gabriele Paciucci authored
      
      A new script to be used in Pacemaker to monitor LNet compatible
      with ZFS and LDISKFS based Lustre server installations.
      This RA is able to monitor a single LNet device using the
      Pacemaker's clone technology.
      
      pcs resource create [Resource Name] ocf:lustre:healthLNET
      dampen=[seconds 5s]
      multiplier=[number 1000]
      lctl=[true|false]
      device=[device name ib0]
      host_list=[list of NIDs, space separated]
      --clone
      
      where:
      * dampen The time to wait (dampening) further changes occur
      * multiplier The number by which to multiply the number of
      connected ping nodes by
      * attempts Number of ping attempts, per host, before
      declaring it dead
      * timeout How long, in seconds, to wait before declaring
      a ping lost
      * lctl Option to enable lctl ping instead of the normal ping.
      The default is true
      * device Device used for the LNET network. We assume the
      same device accross the cluster
      
      This script should be located in /usr/lib/ocf/resource.d/lustre/
      of both the Lustre servers with permission 755.
      
      Test-Parameters: trivial
      Signed-off-by: default avatarGabriele Paciucci <gabriele.paciucci@intel.com>
      Change-Id: I6292ce36dde0083fa95cb1d047fe582bd7d53116
      Reviewed-on: https://review.whamcloud.com/22266
      
      
      Tested-by: Jenkins
      Reviewed-by: default avatarNathaniel Clark <nathaniel.l.clark@intel.com>
      Reviewed-by: default avatarChristopher J. Morrone <morrone2@llnl.gov>
      Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
      Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
      9018f11c
Loading