Print this page
NEX-16712 NFS dtrace providers do not support per-share filtering
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Yuri Pankon <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/nfs/Makefile
          +++ new/usr/src/cmd/fs.d/nfs/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
       27 +#
  26   28  # cmd/fs.d/nfs/Makefile
  27   29  #
  28   30  #  cmd/fs.d/nfs is the directory of all nfs specific commands
  29   31  #  whose executable reside in $(INSDIR1) and $(INSDIR2).
  30   32  #
  31   33  
  32   34  include $(SRC)/Makefile.master
  33   35  
  34   36  SUBDIR1=        exportfs nfsd rquotad \
  35   37                  statd nfsstat mountd dfshares \
  36      -                nfsfind nfs4cbd share tests
       38 +                nfsfind nfs4cbd share tests dtrace
  37   39  
  38   40  # These do "make catalog"
  39   41  SUBDIR2=        clear_locks lockd umount showmount \
  40   42                  mount dfmounts nfslog nfsmapid \
  41   43                  nfsref rp_basic
  42   44  
  43   45  SUBDIR3=        etc svc
  44   46  SUBDIRS=        $(SUBDIR1) $(SUBDIR2) $(SUBDIR3)
  45   47  
  46   48  # for messaging catalog files
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX