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.man.txt
+++ new/usr/src/lib/libzonecfg/dtd/zonecfg.dtd.1.man.txt
1 1 () ()
2 2
3 3
4 4
5 5 <?xml version='1.0' encoding='UTF-8' ?>
6 6
7 7 <!--
8 8 CDDL HEADER START
9 9
10 10 The contents of this file are subject to the terms of the
11 11 Common Development and Distribution License (the "License").
12 12 You may not use this file except in compliance with the License.
13 13
14 14 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 15 or http://www.opensolaris.org/os/licensing.
16 16 See the License for the specific language governing permissions
17 17 and limitations under the License.
↓ open down ↓ |
17 lines elided |
↑ open up ↑ |
18 18
19 19 When distributing Covered Code, include this CDDL HEADER in each
20 20 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
21 21 If applicable, add the following below this CDDL HEADER, with the
22 22 fields enclosed by brackets "[]" replaced with your own identifying
23 23 information: Portions Copyright [yyyy] [name of copyright owner]
24 24
25 25 CDDL HEADER END
26 26
27 27 Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
28 + Copyright (c) 2011, Joyent Inc. All rights reserved.
28 29
29 30 -->
30 31
31 32 <!--Element Definitions-->
32 33
33 34 <!ELEMENT fsoption EMPTY> <!ATTLIST fsoption name CDATA #REQUIRED>
34 35
35 36 <!ELEMENT filesystem (fsoption)* >
36 37
37 38 <!ATTLIST filesystem special CDATA #REQUIRED raw
38 39 CDATA "" directory CDATA #REQUIRED type
39 40 CDATA #REQUIRED>
40 41
41 42 <!--
42 43 The "inherited-pkg-dir" element may no longer be specified in a
43 44 configuration, however we retain the definition to aid with migration
44 45 of existing configurations. -->
45 46
46 47 <!ELEMENT inherited-pkg-dir EMPTY>
47 48
48 49 <!ATTLIST inherited-pkg-dir directory CDATA #REQUIRED>
49 50
50 51 <!ELEMENT network EMPTY>
51 52
52 53 <!ATTLIST network address CDATA "" allowed-address
53 54 CDATA "" defrouter CDATA "" physical CDATA
54 55 #REQUIRED>
55 56
56 57 <!ELEMENT device EMPTY>
57 58
58 59 <!ATTLIST device match CDATA #REQUIRED>
59 60
60 61 <!-- Historically, the deleted-device element denoted a used-to-be
61 62 device element. This was used to keep track of device elements deleted
62 63 or modified by the user, and to cleanse /dev of such entries at next zone
63 64 boot.
64 65
65 66 With the ability to now configure devices dynamically, this
66 67 requirement no longer exists, but this element MUST remain in
67 68 perpetuity, since it is possible that an upgraded zone could carry a
68 69 deleted-device element, and would therefore fail XML validation if removed
69 70 --> <!ELEMENT deleted-device EMPTY>
70 71
71 72 <!ATTLIST deleted-device match CDATA #REQUIRED>
72 73
73 74 <!ELEMENT rctl-value EMPTY>
74 75
75 76 <!ATTLIST rctl-value priv CDATA #REQUIRED limit
76 77 CDATA #REQUIRED action CDATA #REQUIRED>
77 78
78 79 <!ELEMENT rctl (rctl-value)*>
79 80
80 81 <!ATTLIST rctl name CDATA #REQUIRED>
81 82
82 83 <!ELEMENT attr EMPTY>
83 84
84 85 <!ATTLIST attr name CDATA #REQUIRED type (boolean
85 86 | int | string | uint) #REQUIRED value
86 87 CDATA #REQUIRED>
87 88
88 89 <!ELEMENT dataset EMPTY>
89 90
90 91 <!ATTLIST dataset name CDATA #REQUIRED>
91 92
92 93 <!ELEMENT package EMPTY>
93 94
94 95 <!ATTLIST package name CDATA #REQUIRED version
95 96 CDATA #REQUIRED>
96 97
97 98 <!ELEMENT obsoletes EMPTY> <!ATTLIST obsoletes id CDATA #REQUIRED>
98 99
99 100 <!ELEMENT incompatible EMPTY> <!ATTLIST incompatible id CDATA
100 101 #REQUIRED>
101 102
102 103 <!ELEMENT patch (obsoletes | incompatible)* >
103 104
104 105 <!ATTLIST patch id CDATA #REQUIRED>
105 106
106 107 <!ELEMENT dev-perm EMPTY>
107 108
108 109 <!ATTLIST dev-perm name CDATA #REQUIRED uid CDATA
109 110 #REQUIRED gid CDATA #REQUIRED mode
110 111 CDATA #REQUIRED acl CDATA #REQUIRED>
111 112
112 113 <!-- The tmp_pool element is separate from the pset element so that we
113 114 can track the importance value at the pool level, where it belongs, instead
114 115 of at the pset level. Once we have msets this will be important since tmp
115 116 psets and tmp msets will share a common pool-level importance. -->
116 117 <!ELEMENT tmp_pool EMPTY>
117 118
118 119 <!ATTLIST tmp_pool importance CDATA #REQUIRED>
119 120
120 121 <!ELEMENT pset EMPTY>
121 122
122 123 <!ATTLIST pset ncpu_min CDATA #REQUIRED ncpu_max CDATA
123 124 #REQUIRED>
124 125
125 126 <!ELEMENT mcap EMPTY>
126 127
127 128 <!ATTLIST mcap physcap CDATA #REQUIRED>
128 129
129 130 <!ELEMENT admin EMPTY>
130 131
131 132 <!ATTLIST admin user CDATA #REQUIRED
132 133 auths CDATA #REQUIRED>
133 134
134 135 <!ELEMENT security-flags EMPTY>
135 136
136 137 <!ATTLIST security-flags default CDATA "" lower
137 138 CDATA "" upper CDATA "">
↓ open down ↓ |
100 lines elided |
↑ open up ↑ |
138 139
139 140 <!ELEMENT zone (filesystem | inherited-pkg-dir | network | device |
140 141 deleted-device | rctl | attr | dataset | package |
141 142 patch | dev-perm | tmp_pool | pset | mcap | admin
142 143 | security-flags)*>
143 144
144 145 <!ATTLIST zone name CDATA #REQUIRED zonepath CDATA
145 146 #REQUIRED autoboot (true | false) #REQUIRED ip-
146 147 type CDATA "" hostid CDATA "" pool
147 148 CDATA "" limitpriv CDATA "" bootargs CDATA ""
148 - brand CDATA "" scheduling-class CDATA ""
149 - fs-allowed CDATA "" version NMTOKEN
150 -#FIXED '1'>
149 + brand CDATA "" debugid CDATA ""
150 + scheduling-class CDATA "" fs-allowed CDATA ""
151 + version NMTOKEN #FIXED '1'>
151 152
152 153
153 154
154 155 April 28, 2020 ()
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX