Whamcloud - gitweb
LU-8458 pacemaker: Resource to manage Lustre Target 64/25664/4
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Tue, 28 Feb 2017 14:22:22 +0000 (09:22 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 23 Apr 2017 03:11:22 +0000 (03:11 +0000)
commit000a1aab890cf9a4fa4279ae449b7b7279fba512
tree8622c3eb1381e70a0cc436fdf3a3efbfe6c35e2e
parenteac0b9c27f79d0b4d52a282e9613e9e7fd6cff21
LU-8458 pacemaker: Resource to manage Lustre Target

A new script to monitor health and mount/umount lustre target.

pcs resource create [Resource Name] ocf:lustre:Lustre
target=/dev/mapper/mpatha mountpoint=/mnt/MGS

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: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I1cfa42604af3c777c1b8d6ed344e22ceccfceb62
Reviewed-on: https://review.whamcloud.com/25664
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Malcolm Cowe <malcolm.j.cowe@intel.com>
Reviewed-by: Zhiqi Tao <zhiqi.tao@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
contrib/scripts/pacemaker/Lustre [new file with mode: 0755]