Print this page
NEX-20390 libses plugin needed for the Ericsson KDU1370064/1 (SRU02) to enumerate bays correctly
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-20099 Need libses plugin for Dell ME484 84 bay JBOD to pull bay numbers when the FW marks empty drive descriptors as invalid
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-18604 The generic libses plugin added for the HGST-1ES0034 causes issues for other HGST JBODs
NEX-15245 first disk(Slot 0) in HGST 4U60G2 is assigned to legacy SAS instead to JBOD
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-18368 Need libses plugin for HGST ScaleApex 4U60 to pull bay numbers when the FW marks empty drive descriptors as invalid
Reviewed by:  Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-17662 libses plugin for HPE JBODs to pull bay numbers when the FW marks empty drive descriptors as invalid
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-16846 libses plugin for Ericsson JBODs to pull bay numbers when the FW marks empty drive descriptors as invalid
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-14552 Need a libses plugin for HGST 24 bay JBOF to resolve slot numbering issues when the FW marks empty drive descriptors as invalid
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-14552 Need a libses plugin for HGST 24 bay JBOF to resolve slot numbering issues when the FW marks empty drive descriptors as invalid
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-14822 Fusion unable to display/set indicators for some JBODs that have an empty slot.
NEX-10502 Need a libses plugin for SMC 60 bay ses-descriptions
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-13134 Need a plugin for Ericsson SRU-0101
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-7654 libses does not enumerate empty drives correctly in the Lenovo D1224J12ESM3P
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
NEX-6238 fmtopo is not enumerating bays correctly with the HGST-1ES0034 (4U60)
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-6403 need a libses plugin for Dell MD3060e to update ses-description
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-4853 Panic while copying data to a file using dd command
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
NEX-5723 libses fails to enumerate HP D2600 SAS AJ940A (pkg fix)
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-library-storage-scsi-plugins.mf
          +++ new/usr/src/pkg/manifests/system-library-storage-scsi-plugins.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2019 Nexenta Systems, Inc.  All rights reserved.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/system/library/storage/scsi-plugins@$(PKGVERS)
  27   28  set name=pkg.description value="Vendor specific SCSI and SES plugins"
  28   29  set name=pkg.summary value="SCSI/SES plugins"
  29   30  set name=info.classification \
  30   31      value="org.opensolaris.category.2008:Applications/Plug-ins and Run-times"
  31   32  set name=variant.arch value=$(ARCH)
  32   33  dir path=usr group=sys
  33   34  dir path=usr/lib
  34   35  dir path=usr/lib/scsi
  35   36  dir path=usr/lib/scsi/plugins
  36   37  dir path=usr/lib/scsi/plugins/ses
  37   38  dir path=usr/lib/scsi/plugins/ses/vendor
  38   39  dir path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)
       40 +file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/DELL-MD3060e.so
       41 +file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/Ericsson-SRU-0101.so
       42 +file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HP.so
       43 +file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LENOVO-D1224J12ESM3P.so
       44 +file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LSI-F-SAS3x48Front.so
  39   45  file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LSILOGIC-SASX28-A.0.so
  40   46  file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4400.so
  41   47  file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4500.so
  42   48  file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN.so
       49 +file path=usr/lib/scsi/plugins/ses/vendor/DELL-MD3060e.so
       50 +file path=usr/lib/scsi/plugins/ses/vendor/Ericsson-SRU-0101.so
       51 +file path=usr/lib/scsi/plugins/ses/vendor/HP.so
       52 +file path=usr/lib/scsi/plugins/ses/vendor/LENOVO-D1224J12ESM3P.so
       53 +file path=usr/lib/scsi/plugins/ses/vendor/LSI-F-SAS3x48Front.so
  43   54  file path=usr/lib/scsi/plugins/ses/vendor/LSILOGIC-SASX28-A.0.so
  44   55  file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4400.so
  45   56  file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4500.so
  46   57  file path=usr/lib/scsi/plugins/ses/vendor/SUN.so
  47   58  legacy pkg=SUNWscsip desc="Vendor specific SCSI and SES plugins" \
  48   59      name="SCSI/SES plugins"
  49   60  license cr_Sun license=cr_Sun
  50   61  license lic_CDDL license=lic_CDDL
       62 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/DellEMC-Array584EMM.so \
       63 +    target=LENOVO-D1224J12ESM3P.so
       64 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/Ericsson-KDU-137-976-1.so \
       65 +    target=Ericsson-SRU-0101.so
       66 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/Ericsson-KDU1370064-1.so \
       67 +    target=HP.so
       68 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/Ericsson.so \
       69 +    target=LENOVO-D1224J12ESM3P.so
       70 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HGST-1ES0034.so \
       71 +    target=HP.so
       72 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HGST-2U24_STOR_ENCL.so \
       73 +    target=LENOVO-D1224J12ESM3P.so
       74 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HGST-4U60G2_STOR_ENCL.so \
       75 +    target=LENOVO-D1224J12ESM3P.so
       76 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HGST-ScaleApex-4U60.so \
       77 +    target=LENOVO-D1224J12ESM3P.so
       78 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/HPE.so \
       79 +    target=LENOVO-D1224J12ESM3P.so
       80 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LENOVO-2U24ENCJ12ESM3P.so \
       81 +    target=LENOVO-D1224J12ESM3P.so
       82 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LENOVO-D1212J12ESM3P.so \
       83 +    target=LENOVO-D1224J12ESM3P.so
       84 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LSI-R-SAS3x48Rear.so \
       85 +    target=LSI-F-SAS3x48Front.so
  51   86  link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LSILOGIC-SASX28-A.1.so \
  52   87      target=LSILOGIC-SASX28-A.0.so
       88 +link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SANDISK-SDIFHS02.so \
       89 +    target=LENOVO-D1224J12ESM3P.so
  53   90  link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4200.so \
  54   91      target=SUN-Storage-J4400.so
       92 +link path=usr/lib/scsi/plugins/ses/vendor/DellEMC-Array584EMM.so \
       93 +    target=LENOVO-D1224J12ESM3P.so
       94 +link path=usr/lib/scsi/plugins/ses/vendor/Ericsson-KDU-137-976-1.so \
       95 +    target=Ericsson-SRU-0101.so
       96 +link path=usr/lib/scsi/plugins/ses/vendor/Ericsson-KDU1370064-1.so \
       97 +    target=HP.so
       98 +link path=usr/lib/scsi/plugins/ses/vendor/Ericsson.so \
       99 +    target=LENOVO-D1224J12ESM3P.so
      100 +link path=usr/lib/scsi/plugins/ses/vendor/HGST-1ES0034.so target=HP.so
      101 +link path=usr/lib/scsi/plugins/ses/vendor/HGST-2U24_STOR_ENCL.so \
      102 +    target=LENOVO-D1224J12ESM3P.so
      103 +link path=usr/lib/scsi/plugins/ses/vendor/HGST-4U60G2_STOR_ENCL.so \
      104 +    target=LENOVO-D1224J12ESM3P.so
      105 +link path=usr/lib/scsi/plugins/ses/vendor/HGST-ScaleApex-4U60.so \
      106 +    target=LENOVO-D1224J12ESM3P.so
      107 +link path=usr/lib/scsi/plugins/ses/vendor/HPE.so \
      108 +    target=LENOVO-D1224J12ESM3P.so
      109 +link path=usr/lib/scsi/plugins/ses/vendor/LENOVO-2U24ENCJ12ESM3P.so \
      110 +    target=LENOVO-D1224J12ESM3P.so
      111 +link path=usr/lib/scsi/plugins/ses/vendor/LENOVO-D1212J12ESM3P.so \
      112 +    target=LENOVO-D1224J12ESM3P.so
      113 +link path=usr/lib/scsi/plugins/ses/vendor/LSI-R-SAS3x48Rear.so \
      114 +    target=LSI-F-SAS3x48Front.so
  55  115  link path=usr/lib/scsi/plugins/ses/vendor/LSILOGIC-SASX28-A.1.so \
  56  116      target=LSILOGIC-SASX28-A.0.so
      117 +link path=usr/lib/scsi/plugins/ses/vendor/SANDISK-SDIFHS02.so \
      118 +    target=LENOVO-D1224J12ESM3P.so
  57  119  link path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4200.so \
  58  120      target=SUN-Storage-J4400.so
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX