Whamcloud - gitweb
LU-5744 obdclass: fix problem of muitple MGTs on same node 01/12301/2
authorLi Xi <lixi@ddn.com>
Wed, 15 Oct 2014 15:02:10 +0000 (23:02 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 1 May 2015 03:23:35 +0000 (03:23 +0000)
commit7523aeb310093bbb7e063a9390304e67310da4f1
treebf921dbba1e5068aad0c5afdbe57ba64244a07ac
parent38b68e47e5e240fd8d394a944737ecdbcf2fb70f
LU-5744 obdclass: fix problem of muitple MGTs on same node

When a MGT is mounted on a node which already has an running MGT
it will fail as expected since only one MGS can run on a node.
However, the MGS will be stopped by mistake during this process.
This patch fixes the problem.

Signed-off-by: Li Xi <pkuelelixi@gmail.com>
Change-Id: Ibebf59be3d41849d02801a4ac29fca31dc06c408
Reviewed-on: http://review.whamcloud.com/12301
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/obd_mount_server.c