Print this page
NEX-1755 zfs-monitor is no longer needed
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-15331 Bring back FMA disk-lights module
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
NEX-15331 Bring back FMA disk-lights module
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
SUP-904 disk-light module should not be shipped
OS-93 service-fault-management.mf (build fix)
OS-93 Need basic DE for device error conditions
OS-62 slow io error detector is needed.
re #6807 rb1747 enable hot-plug by default

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/service-fault-management.mf
          +++ new/usr/src/pkg/manifests/service-fault-management.mf
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  #
   4    4  # The contents of this file are subject to the terms of the
   5    5  # Common Development and Distribution License (the "License").
   6    6  # You may not use this file except in compliance with the License.
   7    7  #
   8    8  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9    9  # or http://www.opensolaris.org/os/licensing.
  10   10  # See the License for the specific language governing permissions
  11   11  # and limitations under the License.
  12   12  #
       13 +#
  13   14  # When distributing Covered Code, include this CDDL HEADER in each
  14   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   16  # If applicable, add the following below this CDDL HEADER, with the
  16   17  # fields enclosed by brackets "[]" replaced with your own identifying
  17   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   19  #
  19   20  # CDDL HEADER END
  20   21  #
  21   22  
  22   23  #
  23   24  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   25  #
  25      -
       26 +# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  set name=pkg.fmri value=pkg:/service/fault-management@$(PKGVERS)
  33   34  set name=pkg.description value="Fault Management Daemon and Utilities"
  34   35  set name=pkg.summary value="Fault Management Daemon and Utilities"
  35   36  set name=info.classification \
↓ open down ↓ 384 lines elided ↑ open up ↑
 420  421  #       - ext-event-transport, ip-transport, syslog-msgs,
 421  422  #         software-diagnosis and software-response
 422  423  #         are common to both contexts
 423  424  #
 424  425  file path=usr/lib/fm/fmd/plugins/cpumem-retire.conf
 425  426  file path=usr/lib/fm/fmd/plugins/cpumem-retire.so mode=0555
 426  427  file path=usr/lib/fm/fmd/plugins/disk-lights.conf
 427  428  file path=usr/lib/fm/fmd/plugins/disk-lights.so mode=0555
 428  429  file path=usr/lib/fm/fmd/plugins/disk-monitor.conf
 429  430  file path=usr/lib/fm/fmd/plugins/disk-monitor.so mode=0555
      431 +file path=usr/lib/fm/fmd/plugins/disk-sense-de.conf
      432 +file path=usr/lib/fm/fmd/plugins/disk-sense-de.so mode=0555
 430  433  file path=usr/lib/fm/fmd/plugins/disk-transport.conf
 431  434  file path=usr/lib/fm/fmd/plugins/disk-transport.so mode=0555
 432  435  file path=usr/lib/fm/fmd/plugins/eft.conf
 433  436  file path=usr/lib/fm/fmd/plugins/eft.so mode=0555
 434  437  file path=usr/lib/fm/fmd/plugins/ext-event-transport.conf \
 435  438      variant.opensolaris.zone=__NODEFAULT
 436  439  file path=usr/lib/fm/fmd/plugins/ext-event-transport.so mode=0555 \
 437  440      variant.opensolaris.zone=__NODEFAULT
 438  441  file path=usr/lib/fm/fmd/plugins/fabric-xlate.conf
 439  442  file path=usr/lib/fm/fmd/plugins/fabric-xlate.so mode=0555
↓ open down ↓ 2 lines elided ↑ open up ↑
 442  445  file path=usr/lib/fm/fmd/plugins/io-retire.conf
 443  446  file path=usr/lib/fm/fmd/plugins/io-retire.so mode=0555
 444  447  file path=usr/lib/fm/fmd/plugins/ip-transport.conf \
 445  448      variant.opensolaris.zone=__NODEFAULT
 446  449  file path=usr/lib/fm/fmd/plugins/ip-transport.so mode=0555 \
 447  450      variant.opensolaris.zone=__NODEFAULT
 448  451  file path=usr/lib/fm/fmd/plugins/sensor-transport.conf
 449  452  file path=usr/lib/fm/fmd/plugins/sensor-transport.so mode=0555
 450  453  file path=usr/lib/fm/fmd/plugins/ses-log-transport.conf
 451  454  file path=usr/lib/fm/fmd/plugins/ses-log-transport.so mode=0555
      455 +file path=usr/lib/fm/fmd/plugins/slow-io-de.conf
      456 +file path=usr/lib/fm/fmd/plugins/slow-io-de.so mode=0555
 452  457  file path=usr/lib/fm/fmd/plugins/software-diagnosis.conf \
 453  458      variant.opensolaris.zone=__NODEFAULT
 454  459  file path=usr/lib/fm/fmd/plugins/software-diagnosis.so mode=0555 \
 455  460      variant.opensolaris.zone=__NODEFAULT
 456  461  file path=usr/lib/fm/fmd/plugins/software-response.conf \
 457  462      variant.opensolaris.zone=__NODEFAULT
 458  463  file path=usr/lib/fm/fmd/plugins/software-response.so mode=0555 \
 459  464      variant.opensolaris.zone=__NODEFAULT
 460  465  file path=usr/lib/fm/fmd/plugins/sp-monitor.conf
 461  466  file path=usr/lib/fm/fmd/plugins/sp-monitor.so mode=0555
 462  467  file path=usr/lib/fm/fmd/plugins/syslog-msgs.conf \
 463  468      variant.opensolaris.zone=__NODEFAULT
 464  469  file path=usr/lib/fm/fmd/plugins/syslog-msgs.so mode=0555 \
 465  470      variant.opensolaris.zone=__NODEFAULT
 466  471  file path=usr/lib/fm/fmd/plugins/zfs-diagnosis.conf
 467  472  file path=usr/lib/fm/fmd/plugins/zfs-diagnosis.so mode=0555
 468  473  file path=usr/lib/fm/fmd/plugins/zfs-retire.conf
 469  474  file path=usr/lib/fm/fmd/plugins/zfs-retire.so mode=0555
      475 +
      476 +
 470  477  #
 471  478  # fmri scheme support: all are common to both global and non-global zones
 472  479  #
 473  480  file path=usr/lib/fm/fmd/schemes/$(ARCH64)/cpu.so mode=0555 \
 474  481      variant.opensolaris.zone=__NODEFAULT
 475  482  file path=usr/lib/fm/fmd/schemes/$(ARCH64)/dev.so mode=0555 \
 476  483      variant.opensolaris.zone=__NODEFAULT
 477  484  file path=usr/lib/fm/fmd/schemes/$(ARCH64)/fmd.so mode=0555 \
 478  485      variant.opensolaris.zone=__NODEFAULT
 479  486  file path=usr/lib/fm/fmd/schemes/$(ARCH64)/hc.so mode=0555 \
↓ open down ↓ 491 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX