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