Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/mhd.7i.man.txt
          +++ new/usr/src/man/man7i/mhd.7i.man.txt
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25       For all of the ioctls, the caller should obtain the file descriptor for
  26   26       the device by calling open(2) with the O_NDELAY flag; without the
  27   27       O_NDELAY flag, the open may fail due to another host already having a
  28   28       conflicting reservation on the device.  Some of the ioctls below permit
  29   29       the caller to forcibly clear a conflicting reservation held by another
  30   30       host, however, in order to call the ioctl, the caller must first obtain
  31   31       the open file descriptor.
  32   32  
  33   33     Non-shared multihost disks
  34   34       Non-shared multihost disks ioctls consist of MHIOCTKOWN, MHIOCRELEASE,
  35      -     HIOCSTATUS, and MHIOCQRESERVE.  These ioctl requests control the access
       35 +     MHIOCSTATUS, and MHIOCQRESERVE.  These ioctl requests control the access
  36   36       rights of non-shared multihost disks.  A non-shared multihost disk is one
  37   37       that supports serialized, mutually exclusive I/O mastery by the connected
  38   38       hosts.  This is in contrast to the shared-disk model, in which concurrent
  39   39       access is allowed from more than one host (see below).
  40   40  
  41   41       A non-shared multihost disk can be in one of two states:
  42   42  
  43   43       o       Exclusive access state, where only one connected host has I/O
  44   44               access
  45   45  
↓ open down ↓ 192 lines elided ↑ open up ↑
 238  238                          For example, it does not support the SCSI-2
 239  239                          Reserve/Release command set, or the SCSI-3 Persistent
 240  240                          Reservation command set.
 241  241  
 242  242  STABILITY
 243  243       Uncommitted
 244  244  
 245  245  SEE ALSO
 246  246       ioctl(2), open(2), attributes(5)
 247  247  
 248      -illumos                        October 23, 2017                        illumos
      248 +illumos                        February 17, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX