Whamcloud - gitweb
LU-8066 obd: use correct names for conn_uuid
[fs/lustre-release.git] / lustre / osc / lproc_osc.c
index 7ff4d11..2a4dd88 100644 (file)
@@ -186,6 +186,7 @@ static ssize_t max_dirty_mb_store(struct kobject *kobj,
 }
 LUSTRE_RW_ATTR(max_dirty_mb);
 
+LUSTRE_ATTR(ost_conn_uuid, 0444, conn_uuid_show, NULL);
 LUSTRE_RO_ATTR(conn_uuid);
 
 LUSTRE_WO_ATTR(ping);
@@ -960,6 +961,7 @@ static struct attribute *osc_attrs[] = {
        &lustre_attr_max_rpcs_in_flight.attr,
        &lustre_attr_short_io_bytes.attr,
        &lustre_attr_resend_count.attr,
+       &lustre_attr_ost_conn_uuid.attr,
        &lustre_attr_conn_uuid.attr,
        &lustre_attr_ping.attr,
        &lustre_attr_idle_timeout.attr,