Whamcloud - gitweb
LU-1187 osp: add osp_md_object for remote directory.
[fs/lustre-release.git] / lustre / ptlrpc / lproc_ptlrpc.c
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2011, 2012, Intel Corporation.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36 #define DEBUG_SUBSYSTEM S_CLASS
37
38 #ifndef __KERNEL__
39 # include <liblustre.h>
40 #endif
41
42 #include <obd_support.h>
43 #include <obd.h>
44 #include <lprocfs_status.h>
45 #include <lustre/lustre_idl.h>
46 #include <lustre_net.h>
47 #include <obd_class.h>
48 #include "ptlrpc_internal.h"
49
50
51 struct ll_rpc_opcode {
52      __u32       opcode;
53      const char *opname;
54 } ll_rpc_opcode_table[LUSTRE_MAX_OPCODES] = {
55         { OST_REPLY,        "ost_reply" },
56         { OST_GETATTR,      "ost_getattr" },
57         { OST_SETATTR,      "ost_setattr" },
58         { OST_READ,         "ost_read" },
59         { OST_WRITE,        "ost_write" },
60         { OST_CREATE ,      "ost_create" },
61         { OST_DESTROY,      "ost_destroy" },
62         { OST_GET_INFO,     "ost_get_info" },
63         { OST_CONNECT,      "ost_connect" },
64         { OST_DISCONNECT,   "ost_disconnect" },
65         { OST_PUNCH,        "ost_punch" },
66         { OST_OPEN,         "ost_open" },
67         { OST_CLOSE,        "ost_close" },
68         { OST_STATFS,       "ost_statfs" },
69         { 14,                NULL },    /* formerly OST_SAN_READ */
70         { 15,                NULL },    /* formerly OST_SAN_WRITE */
71         { OST_SYNC,         "ost_sync" },
72         { OST_SET_INFO,     "ost_set_info" },
73         { OST_QUOTACHECK,   "ost_quotacheck" },
74         { OST_QUOTACTL,     "ost_quotactl" },
75         { OST_QUOTA_ADJUST_QUNIT, "ost_quota_adjust_qunit" },
76         { MDS_GETATTR,      "mds_getattr" },
77         { MDS_GETATTR_NAME, "mds_getattr_lock" },
78         { MDS_CLOSE,        "mds_close" },
79         { MDS_REINT,        "mds_reint" },
80         { MDS_READPAGE,     "mds_readpage" },
81         { MDS_CONNECT,      "mds_connect" },
82         { MDS_DISCONNECT,   "mds_disconnect" },
83         { MDS_GETSTATUS,    "mds_getstatus" },
84         { MDS_STATFS,       "mds_statfs" },
85         { MDS_PIN,          "mds_pin" },
86         { MDS_UNPIN,        "mds_unpin" },
87         { MDS_SYNC,         "mds_sync" },
88         { MDS_DONE_WRITING, "mds_done_writing" },
89         { MDS_SET_INFO,     "mds_set_info" },
90         { MDS_QUOTACHECK,   "mds_quotacheck" },
91         { MDS_QUOTACTL,     "mds_quotactl" },
92         { MDS_GETXATTR,     "mds_getxattr" },
93         { MDS_SETXATTR,     "mds_setxattr" },
94         { MDS_WRITEPAGE,    "mds_writepage" },
95         { MDS_IS_SUBDIR,    "mds_is_subdir" },
96         { MDS_GET_INFO,     "mds_get_info" },
97         { MDS_HSM_STATE_GET, "mds_hsm_state_get" },
98         { MDS_HSM_STATE_SET, "mds_hsm_state_set" },
99         { MDS_HSM_ACTION,   "mds_hsm_action" },
100         { MDS_HSM_PROGRESS, "mds_hsm_progress" },
101         { MDS_HSM_REQUEST,  "mds_hsm_request" },
102         { MDS_HSM_CT_REGISTER, "mds_hsm_ct_register" },
103         { MDS_HSM_CT_UNREGISTER, "mds_hsm_ct_unregister" },
104         { LDLM_ENQUEUE,     "ldlm_enqueue" },
105         { LDLM_CONVERT,     "ldlm_convert" },
106         { LDLM_CANCEL,      "ldlm_cancel" },
107         { LDLM_BL_CALLBACK, "ldlm_bl_callback" },
108         { LDLM_CP_CALLBACK, "ldlm_cp_callback" },
109         { LDLM_GL_CALLBACK, "ldlm_gl_callback" },
110         { LDLM_SET_INFO,    "ldlm_set_info" },
111         { MGS_CONNECT,      "mgs_connect" },
112         { MGS_DISCONNECT,   "mgs_disconnect" },
113         { MGS_EXCEPTION,    "mgs_exception" },
114         { MGS_TARGET_REG,   "mgs_target_reg" },
115         { MGS_TARGET_DEL,   "mgs_target_del" },
116         { MGS_SET_INFO,     "mgs_set_info" },
117         { MGS_CONFIG_READ,  "mgs_config_read" },
118         { OBD_PING,         "obd_ping" },
119         { OBD_LOG_CANCEL,   "llog_origin_handle_cancel" },
120         { OBD_QC_CALLBACK,  "obd_quota_callback" },
121         { OBD_IDX_READ,     "dt_index_read" },
122         { LLOG_ORIGIN_HANDLE_CREATE,     "llog_origin_handle_create" },
123         { LLOG_ORIGIN_HANDLE_NEXT_BLOCK, "llog_origin_handle_next_block" },
124         { LLOG_ORIGIN_HANDLE_READ_HEADER,"llog_origin_handle_read_header" },
125         { LLOG_ORIGIN_HANDLE_WRITE_REC,  "llog_origin_handle_write_rec" },
126         { LLOG_ORIGIN_HANDLE_CLOSE,      "llog_origin_handle_close" },
127         { LLOG_ORIGIN_CONNECT,           "llog_origin_connect" },
128         { LLOG_CATINFO,                  "llog_catinfo" },
129         { LLOG_ORIGIN_HANDLE_PREV_BLOCK, "llog_origin_handle_prev_block" },
130         { LLOG_ORIGIN_HANDLE_DESTROY,    "llog_origin_handle_destroy" },
131         { QUOTA_DQACQ,      "quota_acquire" },
132         { QUOTA_DQREL,      "quota_release" },
133         { SEQ_QUERY,        "seq_query" },
134         { SEC_CTX_INIT,     "sec_ctx_init" },
135         { SEC_CTX_INIT_CONT,"sec_ctx_init_cont" },
136         { SEC_CTX_FINI,     "sec_ctx_fini" },
137         { FLD_QUERY,        "fld_query" },
138         { UPDATE_OBJ,       "update_obj" },
139 };
140
141 struct ll_eopcode {
142      __u32       opcode;
143      const char *opname;
144 } ll_eopcode_table[EXTRA_LAST_OPC] = {
145         { LDLM_GLIMPSE_ENQUEUE, "ldlm_glimpse_enqueue" },
146         { LDLM_PLAIN_ENQUEUE,   "ldlm_plain_enqueue" },
147         { LDLM_EXTENT_ENQUEUE,  "ldlm_extent_enqueue" },
148         { LDLM_FLOCK_ENQUEUE,   "ldlm_flock_enqueue" },
149         { LDLM_IBITS_ENQUEUE,   "ldlm_ibits_enqueue" },
150         { MDS_REINT_SETATTR,    "mds_reint_setattr" },
151         { MDS_REINT_CREATE,     "mds_reint_create" },
152         { MDS_REINT_LINK,       "mds_reint_link" },
153         { MDS_REINT_UNLINK,     "mds_reint_unlink" },
154         { MDS_REINT_RENAME,     "mds_reint_rename" },
155         { MDS_REINT_OPEN,       "mds_reint_open" },
156         { MDS_REINT_SETXATTR,   "mds_reint_setxattr" },
157         { BRW_READ_BYTES,       "read_bytes" },
158         { BRW_WRITE_BYTES,      "write_bytes" },
159 };
160
161 const char *ll_opcode2str(__u32 opcode)
162 {
163         /* When one of the assertions below fail, chances are that:
164          *     1) A new opcode was added in include/lustre/lustre_idl.h,
165          *        but is missing from the table above.
166          * or  2) The opcode space was renumbered or rearranged,
167          *        and the opcode_offset() function in
168          *        ptlrpc_internal.h needs to be modified.
169          */
170         __u32 offset = opcode_offset(opcode);
171         LASSERTF(offset < LUSTRE_MAX_OPCODES,
172                  "offset %u >= LUSTRE_MAX_OPCODES %u\n",
173                  offset, LUSTRE_MAX_OPCODES);
174         LASSERTF(ll_rpc_opcode_table[offset].opcode == opcode,
175                  "ll_rpc_opcode_table[%u].opcode %u != opcode %u\n",
176                  offset, ll_rpc_opcode_table[offset].opcode, opcode);
177         return ll_rpc_opcode_table[offset].opname;
178 }
179
180 const char* ll_eopcode2str(__u32 opcode)
181 {
182         LASSERT(ll_eopcode_table[opcode].opcode == opcode);
183         return ll_eopcode_table[opcode].opname;
184 }
185 #ifdef LPROCFS
186 void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
187                              char *name, struct proc_dir_entry **procroot_ret,
188                              struct lprocfs_stats **stats_ret)
189 {
190         struct proc_dir_entry *svc_procroot;
191         struct lprocfs_stats *svc_stats;
192         int i, rc;
193         unsigned int svc_counter_config = LPROCFS_CNTR_AVGMINMAX |
194                                           LPROCFS_CNTR_STDDEV;
195
196         LASSERT(*procroot_ret == NULL);
197         LASSERT(*stats_ret == NULL);
198
199         svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES,0);
200         if (svc_stats == NULL)
201                 return;
202
203         if (dir) {
204                 svc_procroot = lprocfs_register(dir, root, NULL, NULL);
205                 if (IS_ERR(svc_procroot)) {
206                         lprocfs_free_stats(&svc_stats);
207                         return;
208                 }
209         } else {
210                 svc_procroot = root;
211         }
212
213         lprocfs_counter_init(svc_stats, PTLRPC_REQWAIT_CNTR,
214                              svc_counter_config, "req_waittime", "usec");
215         lprocfs_counter_init(svc_stats, PTLRPC_REQQDEPTH_CNTR,
216                              svc_counter_config, "req_qdepth", "reqs");
217         lprocfs_counter_init(svc_stats, PTLRPC_REQACTIVE_CNTR,
218                              svc_counter_config, "req_active", "reqs");
219         lprocfs_counter_init(svc_stats, PTLRPC_TIMEOUT,
220                              svc_counter_config, "req_timeout", "sec");
221         lprocfs_counter_init(svc_stats, PTLRPC_REQBUF_AVAIL_CNTR,
222                              svc_counter_config, "reqbuf_avail", "bufs");
223         for (i = 0; i < EXTRA_LAST_OPC; i++) {
224                 char *units;
225
226                 switch(i) {
227                 case BRW_WRITE_BYTES:
228                 case BRW_READ_BYTES:
229                         units = "bytes";
230                         break;
231                 default:
232                         units = "reqs";
233                         break;
234                 }
235                 lprocfs_counter_init(svc_stats, PTLRPC_LAST_CNTR + i,
236                                      svc_counter_config,
237                                      ll_eopcode2str(i), units);
238         }
239         for (i = 0; i < LUSTRE_MAX_OPCODES; i++) {
240                 __u32 opcode = ll_rpc_opcode_table[i].opcode;
241                 lprocfs_counter_init(svc_stats,
242                                      EXTRA_MAX_OPCODES + i, svc_counter_config,
243                                      ll_opcode2str(opcode), "usec");
244         }
245
246         rc = lprocfs_register_stats(svc_procroot, name, svc_stats);
247         if (rc < 0) {
248                 if (dir)
249                         lprocfs_remove(&svc_procroot);
250                 lprocfs_free_stats(&svc_stats);
251         } else {
252                 if (dir)
253                         *procroot_ret = svc_procroot;
254                 *stats_ret = svc_stats;
255         }
256 }
257
258 static int
259 ptlrpc_lprocfs_read_req_history_len(char *page, char **start, off_t off,
260                                     int count, int *eof, void *data)
261 {
262         struct ptlrpc_service *svc = data;
263         struct ptlrpc_service_part *svcpt;
264         int     total = 0;
265         int     i;
266
267         *eof = 1;
268
269         ptlrpc_service_for_each_part(svcpt, i, svc)
270                 total += svcpt->scp_hist_nrqbds;
271
272         return snprintf(page, count, "%d\n", total);
273 }
274
275 static int
276 ptlrpc_lprocfs_read_req_history_max(char *page, char **start, off_t off,
277                                     int count, int *eof, void *data)
278 {
279         struct ptlrpc_service *svc = data;
280         struct ptlrpc_service_part *svcpt;
281         int     total = 0;
282         int     i;
283
284         *eof = 1;
285         ptlrpc_service_for_each_part(svcpt, i, svc)
286                 total += svc->srv_hist_nrqbds_cpt_max;
287
288         return snprintf(page, count, "%d\n", total);
289 }
290
291 static int
292 ptlrpc_lprocfs_write_req_history_max(struct file *file, const char *buffer,
293                                      unsigned long count, void *data)
294 {
295         struct ptlrpc_service      *svc = data;
296         int                         bufpages;
297         int                         val;
298         int                         rc;
299
300         rc = lprocfs_write_helper(buffer, count, &val);
301         if (rc < 0)
302                 return rc;
303
304         if (val < 0)
305                 return -ERANGE;
306
307         /* This sanity check is more of an insanity check; we can still
308          * hose a kernel by allowing the request history to grow too
309          * far. */
310         bufpages = (svc->srv_buf_size + CFS_PAGE_SIZE - 1) >> CFS_PAGE_SHIFT;
311         if (val > cfs_num_physpages/(2 * bufpages))
312                 return -ERANGE;
313
314         spin_lock(&svc->srv_lock);
315
316         if (val == 0)
317                 svc->srv_hist_nrqbds_cpt_max = 0;
318         else
319                 svc->srv_hist_nrqbds_cpt_max = max(1, (val / svc->srv_ncpts));
320
321         spin_unlock(&svc->srv_lock);
322
323         return count;
324 }
325
326 static int
327 ptlrpc_lprocfs_rd_threads_min(char *page, char **start, off_t off,
328                               int count, int *eof, void *data)
329 {
330         struct ptlrpc_service *svc = data;
331
332         return snprintf(page, count, "%d\n",
333                         svc->srv_nthrs_cpt_init * svc->srv_ncpts);
334 }
335
336 static int
337 ptlrpc_lprocfs_wr_threads_min(struct file *file, const char *buffer,
338                               unsigned long count, void *data)
339 {
340         struct ptlrpc_service      *svc = data;
341         int     val;
342         int     rc = lprocfs_write_helper(buffer, count, &val);
343
344         if (rc < 0)
345                 return rc;
346
347         if (val / svc->srv_ncpts < PTLRPC_NTHRS_INIT)
348                 return -ERANGE;
349
350         spin_lock(&svc->srv_lock);
351         if (val > svc->srv_nthrs_cpt_limit * svc->srv_ncpts) {
352                 spin_unlock(&svc->srv_lock);
353                 return -ERANGE;
354         }
355
356         svc->srv_nthrs_cpt_init = val / svc->srv_ncpts;
357
358         spin_unlock(&svc->srv_lock);
359
360         return count;
361 }
362
363 static int
364 ptlrpc_lprocfs_rd_threads_started(char *page, char **start, off_t off,
365                                   int count, int *eof, void *data)
366 {
367         struct ptlrpc_service *svc = data;
368         struct ptlrpc_service_part *svcpt;
369         int     total = 0;
370         int     i;
371
372         LASSERT(svc->srv_parts != NULL);
373         ptlrpc_service_for_each_part(svcpt, i, svc)
374                 total += svcpt->scp_nthrs_running;
375
376         return snprintf(page, count, "%d\n", total);
377 }
378
379 static int
380 ptlrpc_lprocfs_rd_threads_max(char *page, char **start, off_t off,
381                               int count, int *eof, void *data)
382 {
383         struct ptlrpc_service *svc = data;
384
385         return snprintf(page, count, "%d\n",
386                         svc->srv_nthrs_cpt_limit * svc->srv_ncpts);
387 }
388
389 static int
390 ptlrpc_lprocfs_wr_threads_max(struct file *file, const char *buffer,
391                               unsigned long count, void *data)
392 {
393         struct ptlrpc_service *svc = data;
394         int     val;
395         int     rc = lprocfs_write_helper(buffer, count, &val);
396
397         if (rc < 0)
398                 return rc;
399
400         if (val / svc->srv_ncpts < PTLRPC_NTHRS_INIT)
401                 return -ERANGE;
402
403         spin_lock(&svc->srv_lock);
404         if (val < svc->srv_nthrs_cpt_init * svc->srv_ncpts) {
405                 spin_unlock(&svc->srv_lock);
406                 return -ERANGE;
407         }
408
409         svc->srv_nthrs_cpt_limit = val / svc->srv_ncpts;
410
411         spin_unlock(&svc->srv_lock);
412
413         return count;
414 }
415
416 /**
417  * \addtogoup nrs
418  * @{
419  */
420 extern struct nrs_core nrs_core;
421
422 /**
423  * Translates \e ptlrpc_nrs_pol_state values to human-readable strings.
424  *
425  * \param[in] state The policy state
426  */
427 static const char *
428 nrs_state2str(enum ptlrpc_nrs_pol_state state)
429 {
430         switch (state) {
431         default:
432                 LBUG();
433         case NRS_POL_STATE_INVALID:
434                 return "invalid";
435         case NRS_POL_STATE_UNAVAIL:
436                 return "unavail";
437         case NRS_POL_STATE_STOPPED:
438                 return "stopped";
439         case NRS_POL_STATE_STOPPING:
440                 return "stopping";
441         case NRS_POL_STATE_STARTING:
442                 return "starting";
443         case NRS_POL_STATE_STARTED:
444                 return "started";
445         }
446 }
447
448 /**
449  * Obtains status information for \a policy.
450  *
451  * Information is copied in \a info.
452  *
453  * \param[in] policy The policy
454  * \param[out] info  Holds returned status information
455  */
456 void
457 nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy,
458                            struct ptlrpc_nrs_pol_info *info)
459 {
460         LASSERT(policy != NULL);
461         LASSERT(info != NULL);
462         LASSERT(spin_is_locked(&policy->pol_nrs->nrs_lock));
463
464         memcpy(info->pi_name, policy->pol_name, NRS_POL_NAME_MAX);
465
466         info->pi_fallback    = !!(policy->pol_flags & PTLRPC_NRS_FL_FALLBACK);
467         info->pi_state       = policy->pol_state;
468         /**
469          * XXX: These are accessed without holding
470          * ptlrpc_service_part::scp_req_lock.
471          */
472         info->pi_req_queued  = policy->pol_req_queued;
473         info->pi_req_started = policy->pol_req_started;
474 }
475
476 /**
477  * Reads and prints policy status information for all policies of a PTLRPC
478  * service.
479  */
480 static int
481 ptlrpc_lprocfs_rd_nrs(char *page, char **start, off_t off,
482                       int count, int *eof, void *data)
483 {
484         struct ptlrpc_service          *svc = data;
485         struct ptlrpc_service_part     *svcpt;
486         struct ptlrpc_nrs              *nrs;
487         struct ptlrpc_nrs_policy       *policy;
488         struct ptlrpc_nrs_pol_info     *infos;
489         struct ptlrpc_nrs_pol_info      tmp;
490         unsigned                        num_pols;
491         unsigned                        pol_idx = 0;
492         bool                            hp = false;
493         int                             i;
494         int                             rc = 0;
495         int                             rc2 = 0;
496         ENTRY;
497
498         /**
499          * Serialize NRS core lprocfs operations with policy registration/
500          * unregistration.
501          */
502         mutex_lock(&nrs_core.nrs_mutex);
503
504         /**
505          * Use the first service partition's regular NRS head in order to obtain
506          * the number of policies registered with NRS heads of this service. All
507          * service partitions will have the same number of policies.
508          */
509         nrs = nrs_svcpt2nrs(svc->srv_parts[0], false);
510
511         spin_lock(&nrs->nrs_lock);
512         num_pols = svc->srv_parts[0]->scp_nrs_reg.nrs_num_pols;
513         spin_unlock(&nrs->nrs_lock);
514
515         OBD_ALLOC(infos, num_pols * sizeof(*infos));
516         if (infos == NULL)
517                 GOTO(out, rc = -ENOMEM);
518 again:
519
520         ptlrpc_service_for_each_part(svcpt, i, svc) {
521                 nrs = nrs_svcpt2nrs(svcpt, hp);
522                 spin_lock(&nrs->nrs_lock);
523
524                 pol_idx = 0;
525
526                 cfs_list_for_each_entry(policy, &nrs->nrs_policy_list,
527                                         pol_list) {
528                         LASSERT(pol_idx < num_pols);
529
530                         nrs_policy_get_info_locked(policy, &tmp);
531                         /**
532                          * Copy values when handling the first service
533                          * partition.
534                          */
535                         if (i == 0) {
536                                 memcpy(infos[pol_idx].pi_name, tmp.pi_name,
537                                        NRS_POL_NAME_MAX);
538                                 memcpy(&infos[pol_idx].pi_state, &tmp.pi_state,
539                                        sizeof(tmp.pi_state));
540                                 infos[pol_idx].pi_fallback = tmp.pi_fallback;
541                                 /**
542                                  * For the rest of the service partitions
543                                  * sanity-check the values we get.
544                                  */
545                         } else {
546                                 LASSERT(strncmp(infos[pol_idx].pi_name,
547                                                 tmp.pi_name,
548                                                 NRS_POL_NAME_MAX) == 0);
549                                 /**
550                                  * Not asserting ptlrpc_nrs_pol_info::pi_state,
551                                  * because it may be different between
552                                  * instances of the same policy in different
553                                  * service partitions.
554                                  */
555                                 LASSERT(infos[pol_idx].pi_fallback ==
556                                         tmp.pi_fallback);
557                         }
558
559                         infos[pol_idx].pi_req_queued += tmp.pi_req_queued;
560                         infos[pol_idx].pi_req_started += tmp.pi_req_started;
561
562                         pol_idx++;
563                 }
564                 spin_unlock(&nrs->nrs_lock);
565         }
566
567         /**
568          * Policy status information output is in YAML format.
569          * For example:
570          *
571          *      regular_requests:
572          *        - name: fifo
573          *          state: started
574          *          fallback: yes
575          *          queued: 0
576          *          active: 0
577          *
578          *        - name: crrn
579          *          state: started
580          *          fallback: no
581          *          queued: 2015
582          *          active: 384
583          *
584          *      high_priority_requests:
585          *        - name: fifo
586          *          state: started
587          *          fallback: yes
588          *          queued: 0
589          *          active: 2
590          *
591          *        - name: crrn
592          *          state: stopped
593          *          fallback: no
594          *          queued: 0
595          *          active: 0
596          */
597         rc2 = snprintf(page + rc, count - rc,
598                        "%s\n", !hp ?
599                        "\nregular_requests:" :
600                        "high_priority_requests:");
601
602         if (rc2 >= count - rc) {
603                 /** Output was truncated */
604                 GOTO(out, rc = -EFBIG);
605         }
606
607         rc += rc2;
608
609         for (pol_idx = 0; pol_idx < num_pols; pol_idx++) {
610                 rc2 = snprintf(page + rc, count - rc,
611                                "  - name: %s\n"
612                                "    state: %s\n"
613                                "    fallback: %s\n"
614                                "    queued: %-20d\n"
615                                "    active: %-20d\n\n",
616                                infos[pol_idx].pi_name,
617                                nrs_state2str(infos[pol_idx].pi_state),
618                                infos[pol_idx].pi_fallback ? "yes" : "no",
619                                (int)infos[pol_idx].pi_req_queued,
620                                (int)infos[pol_idx].pi_req_started);
621
622
623                 if (rc2 >= count - rc) {
624                         /** Output was truncated */
625                         GOTO(out, rc = -EFBIG);
626                 }
627
628                 rc += rc2;
629         }
630
631         if (!hp && nrs_svc_has_hp(svc)) {
632                 memset(infos, 0, num_pols * sizeof(*infos));
633
634                 /**
635                  * Redo the processing for the service's HP NRS heads' policies.
636                  */
637                 hp = true;
638                 goto again;
639         }
640
641         *eof = 1;
642
643 out:
644         if (infos)
645                 OBD_FREE(infos, num_pols * sizeof(*infos));
646
647         mutex_unlock(&nrs_core.nrs_mutex);
648
649         RETURN(rc);
650 }
651
652 /**
653  * The longest valid command string is the maxium policy name size, plus the
654  * length of the " reg" substring
655  */
656 #define LPROCFS_NRS_WR_MAX_CMD  (NRS_POL_NAME_MAX + sizeof(" reg") - 1)
657
658 /**
659  * Starts and stops a given policy on a PTLRPC service.
660  *
661  * Commands consist of the policy name, followed by an optional [reg|hp] token;
662  * if the optional token is omitted, the operation is performed on both the
663  * regular and high-priority (if the service has one) NRS head.
664  */
665 static int
666 ptlrpc_lprocfs_wr_nrs(struct file *file, const char *buffer,
667                       unsigned long count, void *data)
668 {
669         struct ptlrpc_service          *svc = data;
670         enum ptlrpc_nrs_queue_type      queue = PTLRPC_NRS_QUEUE_BOTH;
671         char                           *cmd;
672         char                           *cmd_copy = NULL;
673         char                           *token;
674         int                             rc = 0;
675         ENTRY;
676
677         if (count >= LPROCFS_NRS_WR_MAX_CMD)
678                 GOTO(out, rc = -EINVAL);
679
680         OBD_ALLOC(cmd, LPROCFS_NRS_WR_MAX_CMD);
681         if (cmd == NULL)
682                 GOTO(out, rc = -ENOMEM);
683         /**
684          * strsep() modifies its argument, so keep a copy
685          */
686         cmd_copy = cmd;
687
688         if (cfs_copy_from_user(cmd, buffer, count))
689                 GOTO(out, rc = -EFAULT);
690
691         cmd[count] = '\0';
692
693         token = strsep(&cmd, " ");
694
695         if (strlen(token) > NRS_POL_NAME_MAX - 1)
696                 GOTO(out, rc = -EINVAL);
697
698         /**
699          * No [reg|hp] token has been specified
700          */
701         if (cmd == NULL)
702                 goto default_queue;
703
704         /**
705          * The second token is either NULL, or an optional [reg|hp] string
706          */
707         if (strcmp(cmd, "reg") == 0)
708                 queue = PTLRPC_NRS_QUEUE_REG;
709         else if (strcmp(cmd, "hp") == 0)
710                 queue = PTLRPC_NRS_QUEUE_HP;
711         else
712                 GOTO(out, rc = -EINVAL);
713
714 default_queue:
715
716         if (queue == PTLRPC_NRS_QUEUE_HP && !nrs_svc_has_hp(svc))
717                 GOTO(out, rc = -ENODEV);
718         else if (queue == PTLRPC_NRS_QUEUE_BOTH && !nrs_svc_has_hp(svc))
719                 queue = PTLRPC_NRS_QUEUE_REG;
720
721         /**
722          * Serialize NRS core lprocfs operations with policy registration/
723          * unregistration.
724          */
725         mutex_lock(&nrs_core.nrs_mutex);
726
727         rc = ptlrpc_nrs_policy_control(svc, queue, token, PTLRPC_NRS_CTL_START,
728                                        false, NULL);
729
730         mutex_unlock(&nrs_core.nrs_mutex);
731 out:
732         if (cmd_copy)
733                 OBD_FREE(cmd_copy, LPROCFS_NRS_WR_MAX_CMD);
734
735         RETURN(rc < 0 ? rc : count);
736 }
737
738 /** @} nrs */
739
740 struct ptlrpc_srh_iterator {
741         int                     srhi_idx;
742         __u64                   srhi_seq;
743         struct ptlrpc_request   *srhi_req;
744 };
745
746 int
747 ptlrpc_lprocfs_svc_req_history_seek(struct ptlrpc_service_part *svcpt,
748                                     struct ptlrpc_srh_iterator *srhi,
749                                     __u64 seq)
750 {
751         cfs_list_t              *e;
752         struct ptlrpc_request   *req;
753
754         if (srhi->srhi_req != NULL &&
755             srhi->srhi_seq > svcpt->scp_hist_seq_culled &&
756             srhi->srhi_seq <= seq) {
757                 /* If srhi_req was set previously, hasn't been culled and
758                  * we're searching for a seq on or after it (i.e. more
759                  * recent), search from it onwards.
760                  * Since the service history is LRU (i.e. culled reqs will
761                  * be near the head), we shouldn't have to do long
762                  * re-scans */
763                 LASSERTF(srhi->srhi_seq == srhi->srhi_req->rq_history_seq,
764                          "%s:%d: seek seq "LPU64", request seq "LPU64"\n",
765                          svcpt->scp_service->srv_name, svcpt->scp_cpt,
766                          srhi->srhi_seq, srhi->srhi_req->rq_history_seq);
767                 LASSERTF(!cfs_list_empty(&svcpt->scp_hist_reqs),
768                          "%s:%d: seek offset "LPU64", request seq "LPU64", "
769                          "last culled "LPU64"\n",
770                          svcpt->scp_service->srv_name, svcpt->scp_cpt,
771                          seq, srhi->srhi_seq, svcpt->scp_hist_seq_culled);
772                 e = &srhi->srhi_req->rq_history_list;
773         } else {
774                 /* search from start */
775                 e = svcpt->scp_hist_reqs.next;
776         }
777
778         while (e != &svcpt->scp_hist_reqs) {
779                 req = cfs_list_entry(e, struct ptlrpc_request, rq_history_list);
780
781                 if (req->rq_history_seq >= seq) {
782                         srhi->srhi_seq = req->rq_history_seq;
783                         srhi->srhi_req = req;
784                         return 0;
785                 }
786                 e = e->next;
787         }
788
789         return -ENOENT;
790 }
791
792 /*
793  * ptlrpc history sequence is used as "position" of seq_file, in some case,
794  * seq_read() will increase "position" to indicate reading the next
795  * element, however, low bits of history sequence are reserved for CPT id
796  * (check the details from comments before ptlrpc_req_add_history), which
797  * means seq_read() might change CPT id of history sequence and never
798  * finish reading of requests on a CPT. To make it work, we have to shift
799  * CPT id to high bits and timestamp to low bits, so seq_read() will only
800  * increase timestamp which can correctly indicate the next position.
801  */
802
803 /* convert seq_file pos to cpt */
804 #define PTLRPC_REQ_POS2CPT(svc, pos)                    \
805         ((svc)->srv_cpt_bits == 0 ? 0 :                 \
806          (__u64)(pos) >> (64 - (svc)->srv_cpt_bits))
807
808 /* make up seq_file pos from cpt */
809 #define PTLRPC_REQ_CPT2POS(svc, cpt)                    \
810         ((svc)->srv_cpt_bits == 0 ? 0 :                 \
811          (cpt) << (64 - (svc)->srv_cpt_bits))
812
813 /* convert sequence to position */
814 #define PTLRPC_REQ_SEQ2POS(svc, seq)                    \
815         ((svc)->srv_cpt_bits == 0 ? (seq) :             \
816          ((seq) >> (svc)->srv_cpt_bits) |               \
817          ((seq) << (64 - (svc)->srv_cpt_bits)))
818
819 /* convert position to sequence */
820 #define PTLRPC_REQ_POS2SEQ(svc, pos)                    \
821         ((svc)->srv_cpt_bits == 0 ? (pos) :             \
822          ((__u64)(pos) << (svc)->srv_cpt_bits) |        \
823          ((__u64)(pos) >> (64 - (svc)->srv_cpt_bits)))
824
825 static void *
826 ptlrpc_lprocfs_svc_req_history_start(struct seq_file *s, loff_t *pos)
827 {
828         struct ptlrpc_service           *svc = s->private;
829         struct ptlrpc_service_part      *svcpt;
830         struct ptlrpc_srh_iterator      *srhi;
831         unsigned int                    cpt;
832         int                             rc;
833         int                             i;
834
835         if (sizeof(loff_t) != sizeof(__u64)) { /* can't support */
836                 CWARN("Failed to read request history because size of loff_t "
837                       "%d can't match size of u64\n", (int)sizeof(loff_t));
838                 return NULL;
839         }
840
841         OBD_ALLOC(srhi, sizeof(*srhi));
842         if (srhi == NULL)
843                 return NULL;
844
845         srhi->srhi_seq = 0;
846         srhi->srhi_req = NULL;
847
848         cpt = PTLRPC_REQ_POS2CPT(svc, *pos);
849
850         ptlrpc_service_for_each_part(svcpt, i, svc) {
851                 if (i < cpt) /* skip */
852                         continue;
853                 if (i > cpt) /* make up the lowest position for this CPT */
854                         *pos = PTLRPC_REQ_CPT2POS(svc, i);
855
856                 spin_lock(&svcpt->scp_lock);
857                 rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi,
858                                 PTLRPC_REQ_POS2SEQ(svc, *pos));
859                 spin_unlock(&svcpt->scp_lock);
860                 if (rc == 0) {
861                         *pos = PTLRPC_REQ_SEQ2POS(svc, srhi->srhi_seq);
862                         srhi->srhi_idx = i;
863                         return srhi;
864                 }
865         }
866
867         OBD_FREE(srhi, sizeof(*srhi));
868         return NULL;
869 }
870
871 static void
872 ptlrpc_lprocfs_svc_req_history_stop(struct seq_file *s, void *iter)
873 {
874         struct ptlrpc_srh_iterator *srhi = iter;
875
876         if (srhi != NULL)
877                 OBD_FREE(srhi, sizeof(*srhi));
878 }
879
880 static void *
881 ptlrpc_lprocfs_svc_req_history_next(struct seq_file *s,
882                                     void *iter, loff_t *pos)
883 {
884         struct ptlrpc_service           *svc = s->private;
885         struct ptlrpc_srh_iterator      *srhi = iter;
886         struct ptlrpc_service_part      *svcpt;
887         __u64                           seq;
888         int                             rc;
889         int                             i;
890
891         for (i = srhi->srhi_idx; i < svc->srv_ncpts; i++) {
892                 svcpt = svc->srv_parts[i];
893
894                 if (i > srhi->srhi_idx) { /* reset iterator for a new CPT */
895                         srhi->srhi_req = NULL;
896                         seq = srhi->srhi_seq = 0;
897                 } else { /* the next sequence */
898                         seq = srhi->srhi_seq + (1 << svc->srv_cpt_bits);
899                 }
900
901                 spin_lock(&svcpt->scp_lock);
902                 rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi, seq);
903                 spin_unlock(&svcpt->scp_lock);
904                 if (rc == 0) {
905                         *pos = PTLRPC_REQ_SEQ2POS(svc, srhi->srhi_seq);
906                         srhi->srhi_idx = i;
907                         return srhi;
908                 }
909         }
910
911         OBD_FREE(srhi, sizeof(*srhi));
912         return NULL;
913 }
914
915 /* common ost/mdt so_req_printer */
916 void target_print_req(void *seq_file, struct ptlrpc_request *req)
917 {
918         /* Called holding srv_lock with irqs disabled.
919          * Print specific req contents and a newline.
920          * CAVEAT EMPTOR: check request message length before printing!!!
921          * You might have received any old crap so you must be just as
922          * careful here as the service's request parser!!! */
923         struct seq_file *sf = seq_file;
924
925         switch (req->rq_phase) {
926         case RQ_PHASE_NEW:
927                 /* still awaiting a service thread's attention, or rejected
928                  * because the generic request message didn't unpack */
929                 seq_printf(sf, "<not swabbed>\n");
930                 break;
931         case RQ_PHASE_INTERPRET:
932                 /* being handled, so basic msg swabbed, and opc is valid
933                  * but racing with mds_handle() */
934         case RQ_PHASE_COMPLETE:
935                 /* been handled by mds_handle() reply state possibly still
936                  * volatile */
937                 seq_printf(sf, "opc %d\n", lustre_msg_get_opc(req->rq_reqmsg));
938                 break;
939         default:
940                 DEBUG_REQ(D_ERROR, req, "bad phase %d", req->rq_phase);
941         }
942 }
943 EXPORT_SYMBOL(target_print_req);
944
945 static int ptlrpc_lprocfs_svc_req_history_show(struct seq_file *s, void *iter)
946 {
947         struct ptlrpc_service           *svc = s->private;
948         struct ptlrpc_srh_iterator      *srhi = iter;
949         struct ptlrpc_service_part      *svcpt;
950         struct ptlrpc_request           *req;
951         int                             rc;
952
953         LASSERT(srhi->srhi_idx < svc->srv_ncpts);
954
955         svcpt = svc->srv_parts[srhi->srhi_idx];
956
957         spin_lock(&svcpt->scp_lock);
958
959         rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi, srhi->srhi_seq);
960
961         if (rc == 0) {
962                 req = srhi->srhi_req;
963
964                 /* Print common req fields.
965                  * CAVEAT EMPTOR: we're racing with the service handler
966                  * here.  The request could contain any old crap, so you
967                  * must be just as careful as the service's request
968                  * parser. Currently I only print stuff here I know is OK
969                  * to look at coz it was set up in request_in_callback()!!! */
970                 seq_printf(s, LPD64":%s:%s:x"LPU64":%d:%s:%ld:%lds(%+lds) ",
971                            req->rq_history_seq, libcfs_nid2str(req->rq_self),
972                            libcfs_id2str(req->rq_peer), req->rq_xid,
973                            req->rq_reqlen, ptlrpc_rqphase2str(req),
974                            req->rq_arrival_time.tv_sec,
975                            req->rq_sent - req->rq_arrival_time.tv_sec,
976                            req->rq_sent - req->rq_deadline);
977                 if (svc->srv_ops.so_req_printer == NULL)
978                         seq_printf(s, "\n");
979                 else
980                         svc->srv_ops.so_req_printer(s, srhi->srhi_req);
981         }
982
983         spin_unlock(&svcpt->scp_lock);
984         return rc;
985 }
986
987 static int
988 ptlrpc_lprocfs_svc_req_history_open(struct inode *inode, struct file *file)
989 {
990         static struct seq_operations sops = {
991                 .start = ptlrpc_lprocfs_svc_req_history_start,
992                 .stop  = ptlrpc_lprocfs_svc_req_history_stop,
993                 .next  = ptlrpc_lprocfs_svc_req_history_next,
994                 .show  = ptlrpc_lprocfs_svc_req_history_show,
995         };
996         struct proc_dir_entry *dp = PDE(inode);
997         struct seq_file       *seqf;
998         int                    rc;
999
1000         LPROCFS_ENTRY_AND_CHECK(dp);
1001         rc = seq_open(file, &sops);
1002         if (rc) {
1003                 LPROCFS_EXIT();
1004                 return rc;
1005         }
1006
1007         seqf = file->private_data;
1008         seqf->private = dp->data;
1009         return 0;
1010 }
1011
1012 /* See also lprocfs_rd_timeouts */
1013 static int ptlrpc_lprocfs_rd_timeouts(char *page, char **start, off_t off,
1014                                       int count, int *eof, void *data)
1015 {
1016         struct ptlrpc_service           *svc = data;
1017         struct ptlrpc_service_part      *svcpt;
1018         struct dhms                     ts;
1019         time_t                          worstt;
1020         unsigned int                    cur;
1021         unsigned int                    worst;
1022         int                             nob = 0;
1023         int                             rc = 0;
1024         int                             i;
1025
1026         LASSERT(svc->srv_parts != NULL);
1027
1028         if (AT_OFF) {
1029                 rc += snprintf(page + rc, count - rc,
1030                                "adaptive timeouts off, using obd_timeout %u\n",
1031                                obd_timeout);
1032                 return rc;
1033         }
1034
1035         ptlrpc_service_for_each_part(svcpt, i, svc) {
1036                 cur     = at_get(&svcpt->scp_at_estimate);
1037                 worst   = svcpt->scp_at_estimate.at_worst_ever;
1038                 worstt  = svcpt->scp_at_estimate.at_worst_time;
1039                 s2dhms(&ts, cfs_time_current_sec() - worstt);
1040
1041                 nob = snprintf(page, count,
1042                                "%10s : cur %3u  worst %3u (at %ld, "
1043                                DHMS_FMT" ago) ", "service",
1044                                cur, worst, worstt, DHMS_VARS(&ts));
1045
1046                 nob = lprocfs_at_hist_helper(page, count, nob,
1047                                              &svcpt->scp_at_estimate);
1048                 rc += nob;
1049                 page += nob;
1050                 count -= nob;
1051
1052                 /*
1053                  * NB: for lustre proc read, the read count must be less
1054                  * than PAGE_SIZE, please see details in lprocfs_fops_read.
1055                  * It's unlikely that we exceed PAGE_SIZE at here because
1056                  * it means the service has more than 50 partitions.
1057                  */
1058                 if (count <= 0) {
1059                         CWARN("Can't fit AT information of %s in one page, "
1060                               "please contact with developer to fix this.\n",
1061                               svc->srv_name);
1062                         break;
1063                 }
1064         }
1065
1066         return rc;
1067 }
1068
1069 static int ptlrpc_lprocfs_rd_hp_ratio(char *page, char **start, off_t off,
1070                                       int count, int *eof, void *data)
1071 {
1072         struct ptlrpc_service *svc = data;
1073         int rc = snprintf(page, count, "%d", svc->srv_hpreq_ratio);
1074         return rc;
1075 }
1076
1077 static int ptlrpc_lprocfs_wr_hp_ratio(struct file *file, const char *buffer,
1078                                       unsigned long count, void *data)
1079 {
1080         struct ptlrpc_service           *svc = data;
1081         int     rc;
1082         int     val;
1083
1084         rc = lprocfs_write_helper(buffer, count, &val);
1085         if (rc < 0)
1086                 return rc;
1087
1088         if (val < 0)
1089                 return -ERANGE;
1090
1091         spin_lock(&svc->srv_lock);
1092         svc->srv_hpreq_ratio = val;
1093         spin_unlock(&svc->srv_lock);
1094
1095         return count;
1096 }
1097
1098 void ptlrpc_lprocfs_register_service(struct proc_dir_entry *entry,
1099                                      struct ptlrpc_service *svc)
1100 {
1101         struct lprocfs_vars lproc_vars[] = {
1102                 {.name       = "high_priority_ratio",
1103                  .read_fptr  = ptlrpc_lprocfs_rd_hp_ratio,
1104                  .write_fptr = ptlrpc_lprocfs_wr_hp_ratio,
1105                  .data       = svc},
1106                 {.name       = "req_buffer_history_len",
1107                  .read_fptr  = ptlrpc_lprocfs_read_req_history_len,
1108                  .data       = svc},
1109                 {.name       = "req_buffer_history_max",
1110                  .write_fptr = ptlrpc_lprocfs_write_req_history_max,
1111                  .read_fptr  = ptlrpc_lprocfs_read_req_history_max,
1112                  .data       = svc},
1113                 {.name       = "threads_min",
1114                  .read_fptr  = ptlrpc_lprocfs_rd_threads_min,
1115                  .write_fptr = ptlrpc_lprocfs_wr_threads_min,
1116                  .data       = svc},
1117                 {.name       = "threads_max",
1118                  .read_fptr  = ptlrpc_lprocfs_rd_threads_max,
1119                  .write_fptr = ptlrpc_lprocfs_wr_threads_max,
1120                  .data       = svc},
1121                 {.name       = "threads_started",
1122                  .read_fptr  = ptlrpc_lprocfs_rd_threads_started,
1123                  .data       = svc},
1124                 {.name       = "timeouts",
1125                  .read_fptr  = ptlrpc_lprocfs_rd_timeouts,
1126                  .data       = svc},
1127                 {.name       = "nrs_policies",
1128                  .read_fptr  = ptlrpc_lprocfs_rd_nrs,
1129                  .write_fptr = ptlrpc_lprocfs_wr_nrs,
1130                  .data       = svc},
1131                 {NULL}
1132         };
1133         static struct file_operations req_history_fops = {
1134                 .owner       = THIS_MODULE,
1135                 .open        = ptlrpc_lprocfs_svc_req_history_open,
1136                 .read        = seq_read,
1137                 .llseek      = seq_lseek,
1138                 .release     = lprocfs_seq_release,
1139         };
1140
1141         int rc;
1142
1143         ptlrpc_lprocfs_register(entry, svc->srv_name,
1144                                 "stats", &svc->srv_procroot,
1145                                 &svc->srv_stats);
1146
1147         if (svc->srv_procroot == NULL)
1148                 return;
1149
1150         lprocfs_add_vars(svc->srv_procroot, lproc_vars, NULL);
1151
1152         rc = lprocfs_seq_create(svc->srv_procroot, "req_history",
1153                                 0400, &req_history_fops, svc);
1154         if (rc)
1155                 CWARN("Error adding the req_history file\n");
1156 }
1157
1158 void ptlrpc_lprocfs_register_obd(struct obd_device *obddev)
1159 {
1160         ptlrpc_lprocfs_register(obddev->obd_proc_entry, NULL, "stats",
1161                                 &obddev->obd_svc_procroot,
1162                                 &obddev->obd_svc_stats);
1163 }
1164 EXPORT_SYMBOL(ptlrpc_lprocfs_register_obd);
1165
1166 void ptlrpc_lprocfs_rpc_sent(struct ptlrpc_request *req, long amount)
1167 {
1168         struct lprocfs_stats *svc_stats;
1169         __u32 op = lustre_msg_get_opc(req->rq_reqmsg);
1170         int opc = opcode_offset(op);
1171
1172         svc_stats = req->rq_import->imp_obd->obd_svc_stats;
1173         if (svc_stats == NULL || opc <= 0)
1174                 return;
1175         LASSERT(opc < LUSTRE_MAX_OPCODES);
1176         if (!(op == LDLM_ENQUEUE || op == MDS_REINT))
1177                 lprocfs_counter_add(svc_stats, opc + EXTRA_MAX_OPCODES, amount);
1178 }
1179
1180 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes)
1181 {
1182         struct lprocfs_stats *svc_stats;
1183         int idx;
1184
1185         if (!req->rq_import)
1186                 return;
1187         svc_stats = req->rq_import->imp_obd->obd_svc_stats;
1188         if (!svc_stats)
1189                 return;
1190         idx = lustre_msg_get_opc(req->rq_reqmsg);
1191         switch (idx) {
1192         case OST_READ:
1193                 idx = BRW_READ_BYTES + PTLRPC_LAST_CNTR;
1194                 break;
1195         case OST_WRITE:
1196                 idx = BRW_WRITE_BYTES + PTLRPC_LAST_CNTR;
1197                 break;
1198         default:
1199                 LASSERTF(0, "unsupported opcode %u\n", idx);
1200                 break;
1201         }
1202
1203         lprocfs_counter_add(svc_stats, idx, bytes);
1204 }
1205
1206 EXPORT_SYMBOL(ptlrpc_lprocfs_brw);
1207
1208 void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc)
1209 {
1210         if (svc->srv_procroot != NULL)
1211                 lprocfs_remove(&svc->srv_procroot);
1212
1213         if (svc->srv_stats)
1214                 lprocfs_free_stats(&svc->srv_stats);
1215 }
1216
1217 void ptlrpc_lprocfs_unregister_obd(struct obd_device *obd)
1218 {
1219         if (obd->obd_svc_procroot)
1220                 lprocfs_remove(&obd->obd_svc_procroot);
1221
1222         if (obd->obd_svc_stats)
1223                 lprocfs_free_stats(&obd->obd_svc_stats);
1224 }
1225 EXPORT_SYMBOL(ptlrpc_lprocfs_unregister_obd);
1226
1227
1228 #define BUFLEN (UUID_MAX + 5)
1229
1230 int lprocfs_wr_evict_client(struct file *file, const char *buffer,
1231                             unsigned long count, void *data)
1232 {
1233         struct obd_device *obd = data;
1234         char              *kbuf;
1235         char              *tmpbuf;
1236
1237         OBD_ALLOC(kbuf, BUFLEN);
1238         if (kbuf == NULL)
1239                 return -ENOMEM;
1240
1241         /*
1242          * OBD_ALLOC() will zero kbuf, but we only copy BUFLEN - 1
1243          * bytes into kbuf, to ensure that the string is NUL-terminated.
1244          * UUID_MAX should include a trailing NUL already.
1245          */
1246         if (cfs_copy_from_user(kbuf, buffer,
1247                                min_t(unsigned long, BUFLEN - 1, count))) {
1248                 count = -EFAULT;
1249                 goto out;
1250         }
1251         tmpbuf = cfs_firststr(kbuf, min_t(unsigned long, BUFLEN - 1, count));
1252         /* Kludge code(deadlock situation): the lprocfs lock has been held
1253          * since the client is evicted by writting client's
1254          * uuid/nid to procfs "evict_client" entry. However,
1255          * obd_export_evict_by_uuid() will call lprocfs_remove() to destroy
1256          * the proc entries under the being destroyed export{}, so I have
1257          * to drop the lock at first here.
1258          * - jay, jxiong@clusterfs.com */
1259         LPROCFS_EXIT();
1260         class_incref(obd, __FUNCTION__, cfs_current());
1261
1262         if (strncmp(tmpbuf, "nid:", 4) == 0)
1263                 obd_export_evict_by_nid(obd, tmpbuf + 4);
1264         else if (strncmp(tmpbuf, "uuid:", 5) == 0)
1265                 obd_export_evict_by_uuid(obd, tmpbuf + 5);
1266         else
1267                 obd_export_evict_by_uuid(obd, tmpbuf);
1268
1269         class_decref(obd, __FUNCTION__, cfs_current());
1270         LPROCFS_ENTRY();
1271
1272 out:
1273         OBD_FREE(kbuf, BUFLEN);
1274         return count;
1275 }
1276 EXPORT_SYMBOL(lprocfs_wr_evict_client);
1277
1278 #undef BUFLEN
1279
1280 int lprocfs_wr_ping(struct file *file, const char *buffer,
1281                     unsigned long count, void *data)
1282 {
1283         struct obd_device     *obd = data;
1284         struct ptlrpc_request *req;
1285         int                    rc;
1286         ENTRY;
1287
1288         LPROCFS_CLIMP_CHECK(obd);
1289         req = ptlrpc_prep_ping(obd->u.cli.cl_import);
1290         LPROCFS_CLIMP_EXIT(obd);
1291         if (req == NULL)
1292                 RETURN(-ENOMEM);
1293
1294         req->rq_send_state = LUSTRE_IMP_FULL;
1295
1296         rc = ptlrpc_queue_wait(req);
1297
1298         ptlrpc_req_finished(req);
1299         if (rc >= 0)
1300                 RETURN(count);
1301         RETURN(rc);
1302 }
1303 EXPORT_SYMBOL(lprocfs_wr_ping);
1304
1305 /* Write the connection UUID to this file to attempt to connect to that node.
1306  * The connection UUID is a node's primary NID. For example,
1307  * "echo connection=192.168.0.1@tcp0::instance > .../import".
1308  */
1309 int lprocfs_wr_import(struct file *file, const char *buffer,
1310                       unsigned long count, void *data)
1311 {
1312         struct obd_device *obd = data;
1313         struct obd_import *imp = obd->u.cli.cl_import;
1314         char *kbuf = NULL;
1315         char *uuid;
1316         char *ptr;
1317         int do_reconn = 1;
1318         const char prefix[] = "connection=";
1319         const int prefix_len = sizeof(prefix) - 1;
1320
1321         if (count > CFS_PAGE_SIZE - 1 || count <= prefix_len)
1322                 return -EINVAL;
1323
1324         OBD_ALLOC(kbuf, count + 1);
1325         if (kbuf == NULL)
1326                 return -ENOMEM;
1327
1328         if (cfs_copy_from_user(kbuf, buffer, count))
1329                 GOTO(out, count = -EFAULT);
1330
1331         kbuf[count] = 0;
1332
1333         /* only support connection=uuid::instance now */
1334         if (strncmp(prefix, kbuf, prefix_len) != 0)
1335                 GOTO(out, count = -EINVAL);
1336
1337         uuid = kbuf + prefix_len;
1338         ptr = strstr(uuid, "::");
1339         if (ptr) {
1340                 __u32 inst;
1341                 char *endptr;
1342
1343                 *ptr = 0;
1344                 do_reconn = 0;
1345                 ptr += strlen("::");
1346                 inst = simple_strtol(ptr, &endptr, 10);
1347                 if (*endptr) {
1348                         CERROR("config: wrong instance # %s\n", ptr);
1349                 } else if (inst != imp->imp_connect_data.ocd_instance) {
1350                         CDEBUG(D_INFO, "IR: %s is connecting to an obsoleted "
1351                                "target(%u/%u), reconnecting...\n",
1352                                imp->imp_obd->obd_name,
1353                                imp->imp_connect_data.ocd_instance, inst);
1354                         do_reconn = 1;
1355                 } else {
1356                         CDEBUG(D_INFO, "IR: %s has already been connecting to "
1357                                "new target(%u)\n",
1358                                imp->imp_obd->obd_name, inst);
1359                 }
1360         }
1361
1362         if (do_reconn)
1363                 ptlrpc_recover_import(imp, uuid, 1);
1364
1365 out:
1366         OBD_FREE(kbuf, count + 1);
1367         return count;
1368 }
1369 EXPORT_SYMBOL(lprocfs_wr_import);
1370
1371 int lprocfs_rd_pinger_recov(char *page, char **start, off_t off,
1372                             int count, int *eof, void *data)
1373 {
1374         struct obd_device *obd = data;
1375         struct obd_import *imp = obd->u.cli.cl_import;
1376         int rc;
1377
1378         LPROCFS_CLIMP_CHECK(obd);
1379         rc = snprintf(page, count, "%d\n", !imp->imp_no_pinger_recover);
1380         LPROCFS_CLIMP_EXIT(obd);
1381
1382         return rc;
1383 }
1384 EXPORT_SYMBOL(lprocfs_rd_pinger_recov);
1385
1386 int lprocfs_wr_pinger_recov(struct file *file, const char *buffer,
1387                       unsigned long count, void *data)
1388 {
1389         struct obd_device *obd = data;
1390         struct client_obd *cli = &obd->u.cli;
1391         struct obd_import *imp = cli->cl_import;
1392         int rc, val;
1393
1394         rc = lprocfs_write_helper(buffer, count, &val);
1395         if (rc < 0)
1396                 return rc;
1397
1398         if (val != 0 && val != 1)
1399                 return -ERANGE;
1400
1401         LPROCFS_CLIMP_CHECK(obd);
1402         spin_lock(&imp->imp_lock);
1403         imp->imp_no_pinger_recover = !val;
1404         spin_unlock(&imp->imp_lock);
1405         LPROCFS_CLIMP_EXIT(obd);
1406
1407         return count;
1408
1409 }
1410 EXPORT_SYMBOL(lprocfs_wr_pinger_recov);
1411
1412 #endif /* LPROCFS */