Whamcloud - gitweb
LU-4460 mount: fix lmd_parse() to handle comma-separated NIDs 18/8918/9
authorJian Yu <jian.yu@intel.com>
Wed, 12 Feb 2014 15:48:58 +0000 (23:48 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 25 Feb 2014 20:32:24 +0000 (20:32 +0000)
commit11317196203c26f8c9e4d2a8261859b1c7a76c9d
tree8d3d282ddd57535f9890b903c754512c8753459d
parent1f55f2a9071d5e7db4042b959723086dee1c379a
LU-4460 mount: fix lmd_parse() to handle comma-separated NIDs

This patch reverts commit 3917e62018878dfffac59ceed70f20b0419945d3,
which cannot handle the upgrade situation that old mountdata already
contains comma-separated NIDs. The correct way to fix the original
issue is to parse comma-separated NIDs in lmd_parse().

The patch also updates disk2_4-ldiskfs.tar.bz2 to make the mountdata
of ost contain comma-separated NIDs so as to verify the patch under
upgrade situation.

Test-Parameters: alwaysuploadlogs \
envdefinitions=SLOW=yes,ENABLE_QUOTA=yes testlist=conf-sanity

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: If179618c9c89dc2168f748aeba59384ea31197ff
Reviewed-on: http://review.whamcloud.com/8918
Tested-by: Maloo <hpdd-maloo@intel.com>
Tested-by: Jenkins
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Sebastien Buisson <sebastien.buisson@bull.net>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/obd_mount.c
lustre/tests/conf-sanity.sh
lustre/tests/disk2_4-ldiskfs.tar.bz2
lustre/utils/mount_utils.c