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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/mhd.7i
          +++ new/usr/src/man/man7i/mhd.7i
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    8  .\" or http://www.opensolaris.org/os/licensing.
   9    9  .\" See the License for the specific language governing permissions
  10   10  .\" and limitations under the License.
  11   11  .\"
  12   12  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   13  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  .\" If applicable, add the following below this CDDL HEADER, with the
  15   15  .\" fields enclosed by brackets "[]" replaced with your own identifying
  16   16  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17      -.Dd October 23, 2017
       17 +.Dd February 17, 2020
  18   18  .Dt MHD 7I
  19   19  .Os
  20   20  .Sh NAME
  21   21  .Nm mhd
  22   22  .Nd multihost disk control operations
  23   23  .Sh SYNOPSIS
  24   24  .In sys/mhd.h
  25   25  .Sh DESCRIPTION
  26   26  The
  27   27  .Nm
↓ open down ↓ 26 lines elided ↑ open up ↑
  54   54  .Dv O_NDELAY
  55   55  flag, the open may fail due to another host already having a
  56   56  conflicting reservation on the device.
  57   57  Some of the ioctls below permit the caller to forcibly clear a conflicting
  58   58  reservation held by another host, however, in order to call the ioctl, the
  59   59  caller must first obtain the open file descriptor.
  60   60  .Ss "Non-shared multihost disks"
  61   61  Non-shared multihost disks ioctls consist of
  62   62  .Dv MHIOCTKOWN ,
  63   63  .Dv MHIOCRELEASE ,
  64      -.Dv HIOCSTATUS ,
       64 +.Dv MHIOCSTATUS ,
  65   65  and
  66   66  .Dv MHIOCQRESERVE .
  67   67  These ioctl requests control the access rights of non-shared multihost disks.
  68   68  A non-shared multihost disk is one that supports serialized, mutually exclusive
  69   69  I/O mastery by the connected hosts.
  70   70  This is in contrast to the shared-disk model, in which
  71   71  concurrent access is allowed from more than one host (see below).
  72   72  .Pp
  73   73  A non-shared multihost disk can be in one of two states:
  74   74  .Bl -bullet -width indent
↓ open down ↓ 312 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX