staging: lustre: obd: rename health sysfs file to health_check
Testing revealed that the sysfs file health is actually the wrong name. Rename to the proper name health_check. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0efe6171dd
commit
fbcda65053
@ -217,8 +217,8 @@ static ssize_t pinger_show(struct kobject *kobj, struct attribute *attr,
|
|||||||
return sprintf(buf, "%s\n", "on");
|
return sprintf(buf, "%s\n", "on");
|
||||||
}
|
}
|
||||||
|
|
||||||
static ssize_t health_show(struct kobject *kobj, struct attribute *attr,
|
static ssize_t
|
||||||
char *buf)
|
health_check_show(struct kobject *kobj, struct attribute *attr, char *buf)
|
||||||
{
|
{
|
||||||
bool healthy = true;
|
bool healthy = true;
|
||||||
int i;
|
int i;
|
||||||
@ -311,14 +311,14 @@ EXPORT_SYMBOL_GPL(debugfs_lustre_root);
|
|||||||
|
|
||||||
LUSTRE_RO_ATTR(version);
|
LUSTRE_RO_ATTR(version);
|
||||||
LUSTRE_RO_ATTR(pinger);
|
LUSTRE_RO_ATTR(pinger);
|
||||||
LUSTRE_RO_ATTR(health);
|
LUSTRE_RO_ATTR(health_check);
|
||||||
LUSTRE_RW_ATTR(jobid_var);
|
LUSTRE_RW_ATTR(jobid_var);
|
||||||
LUSTRE_RW_ATTR(jobid_name);
|
LUSTRE_RW_ATTR(jobid_name);
|
||||||
|
|
||||||
static struct attribute *lustre_attrs[] = {
|
static struct attribute *lustre_attrs[] = {
|
||||||
&lustre_attr_version.attr,
|
&lustre_attr_version.attr,
|
||||||
&lustre_attr_pinger.attr,
|
&lustre_attr_pinger.attr,
|
||||||
&lustre_attr_health.attr,
|
&lustre_attr_health_check.attr,
|
||||||
&lustre_attr_jobid_name.attr,
|
&lustre_attr_jobid_name.attr,
|
||||||
&lustre_attr_jobid_var.attr,
|
&lustre_attr_jobid_var.attr,
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -11,7 +11,7 @@ Description:
|
|||||||
Shows if the lustre module has pinger support.
|
Shows if the lustre module has pinger support.
|
||||||
"on" means yes and "off" means no.
|
"on" means yes and "off" means no.
|
||||||
|
|
||||||
What: /sys/fs/lustre/health
|
What: /sys/fs/lustre/health_check
|
||||||
Date: May 2015
|
Date: May 2015
|
||||||
Contact: "Oleg Drokin" <oleg.drokin@intel.com>
|
Contact: "Oleg Drokin" <oleg.drokin@intel.com>
|
||||||
Description:
|
Description:
|
||||||
|
Loading…
Reference in New Issue
Block a user