Print this page
OS-192 zone_create() warning on headnode

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzonecfg/dtd/zonecfg.dtd.1
          +++ new/usr/src/lib/libzonecfg/dtd/zonecfg.dtd.1
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  
  15   15   When distributing Covered Code, include this CDDL HEADER in each
  16   16   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17   If applicable, add the following below this CDDL HEADER, with the
  18   18   fields enclosed by brackets "[]" replaced with your own identifying
  19   19   information: Portions Copyright [yyyy] [name of copyright owner]
  20   20  
  21   21   CDDL HEADER END
  22   22  
  23   23   Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
       24 + Copyright (c) 2011, Joyent Inc. All rights reserved.
  24   25  
  25   26  -->
  26   27  
  27   28  <!--Element Definitions-->
  28   29  
  29   30  <!ELEMENT fsoption      EMPTY>
  30   31  <!ATTLIST fsoption      name            CDATA #REQUIRED>
  31   32  
  32   33  <!ELEMENT filesystem    (fsoption)* >
  33   34  
↓ open down ↓ 121 lines elided ↑ open up ↑
 155  156  
 156  157  <!ATTLIST zone          name            CDATA #REQUIRED
 157  158                          zonepath        CDATA #REQUIRED
 158  159                          autoboot        (true | false) #REQUIRED
 159  160                          ip-type         CDATA ""
 160  161                          hostid          CDATA ""
 161  162                          pool            CDATA ""
 162  163                          limitpriv       CDATA ""
 163  164                          bootargs        CDATA ""
 164  165                          brand           CDATA ""
      166 +                        debugid         CDATA ""
 165  167                          scheduling-class        CDATA ""
 166  168                          fs-allowed      CDATA ""
 167  169                          version         NMTOKEN #FIXED '1'>
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX