diff options
| author | Joshua M. Clulow <jmc@joyent.com> | 2013-08-08 15:44:15 -0700 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2013-09-28 15:43:17 -0700 |
| commit | 1410cb930a3e26032c59c6835837a28c47366b3c (patch) | |
| tree | 3a741c2c6298d1fd821b79a682de88e1b3a53c88 /usr/src/pkg/manifests/service-fault-management.mf | |
| parent | 6ed0a5cff079e25f4aa15cef67c6dd48ee60b018 (diff) | |
| download | illumos-joyent-1410cb930a3e26032c59c6835837a28c47366b3c.tar.gz | |
4016 disk-monitor should activate fault/fail indicators
4017 fmtopo -P flag does not appear to set properties
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Approved by: Albert Lee <trisk@nexenta.com>
Diffstat (limited to 'usr/src/pkg/manifests/service-fault-management.mf')
| -rw-r--r-- | usr/src/pkg/manifests/service-fault-management.mf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/service-fault-management.mf b/usr/src/pkg/manifests/service-fault-management.mf index c30ff1be3d..27506c47f6 100644 --- a/usr/src/pkg/manifests/service-fault-management.mf +++ b/usr/src/pkg/manifests/service-fault-management.mf @@ -424,6 +424,8 @@ file path=usr/lib/fm/fmd/ipmitopo mode=0555 # file path=usr/lib/fm/fmd/plugins/cpumem-retire.conf file path=usr/lib/fm/fmd/plugins/cpumem-retire.so mode=0555 +file path=usr/lib/fm/fmd/plugins/disk-lights.conf +file path=usr/lib/fm/fmd/plugins/disk-lights.so mode=0555 file path=usr/lib/fm/fmd/plugins/disk-monitor.conf file path=usr/lib/fm/fmd/plugins/disk-monitor.so mode=0555 file path=usr/lib/fm/fmd/plugins/disk-transport.conf @@ -726,6 +728,9 @@ $(i386_ONLY)file path=usr/platform/i86pc/lib/fm/eft/gcpu.eft mode=0444 $(i386_ONLY)file path=usr/platform/i86pc/lib/fm/eft/gcpu_amd.eft mode=0444 $(i386_ONLY)file path=usr/platform/i86pc/lib/fm/eft/intel.eft mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-1101-disk-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Netra-X4200-M2-disk-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ |
