From 6d20df8d6f9cbb6e1fe5debad62a84d130369894 Mon Sep 17 00:00:00 2001 From: Fan Yong Date: Thu, 20 May 2010 23:18:32 +0800 Subject: [PATCH] b=22560 fix "obd_connect_names[]" for "OBD_CONNECT_FULL20" introduced fix "obd_connect_names[]" for "OBD_CONNECT_FULL20" introduced i=robert.read i=andreas.dilger --- lustre/obdclass/lprocfs_status.c | 1 + lustre/obdecho/echo_client.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 8dfd79e..c0fefe7 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -768,6 +768,7 @@ static const char *obd_connect_names[] = { "pools", "grant_shrink", "skip_orphan", + "full20", NULL }; diff --git a/lustre/obdecho/echo_client.c b/lustre/obdecho/echo_client.c index 237c146..b40e37f 100644 --- a/lustre/obdecho/echo_client.c +++ b/lustre/obdecho/echo_client.c @@ -1961,7 +1961,7 @@ static int echo_client_setup(struct obd_device *obddev, struct lustre_cfg *lcfg) } ocd->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_REQPORTAL | - OBD_CONNECT_GRANT; + OBD_CONNECT_GRANT | OBD_CONNECT_FULL20; ocd->ocd_version = LUSTRE_VERSION_CODE; ocd->ocd_group = FILTER_GROUP_ECHO; -- 1.8.3.1