Print this page
NEX-3705 Need to update libses with LID/USN code from sesctld
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
        
*** 19,28 ****
--- 19,29 ----
   * CDDL HEADER END
   */
  
  /*
   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+  * Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
   */
  
  #ifndef _FRAMEWORK_LIBSES_H
  #define _FRAMEWORK_LIBSES_H
  
*** 35,44 ****
--- 36,47 ----
   * represent the SCSI inquiry data.
   */
  #define SCSI_PROP_VENDOR                "scsi-inquiry-vendor"
  #define SCSI_PROP_PRODUCT               "scsi-inquiry-product"
  #define SCSI_PROP_REVISION              "scsi-inquiry-revision"
+ #define SCSI_PROP_LID                   "scsi-inquiry-lu-naa-designator"
+ #define SCSI_PROP_USN                   "scsi-inquiry-unit-serial-number"
  
  /*
   * This property provides a human-readable name for the element type.  This is
   * constant, and not derived from the enclosure data.
   */