Print this page
7882 Add /dev/full , the always-full memory device
Reviewed by: Adam Stevko <adam.stevko@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/brand/solaris10/zone/platform.xml
+++ new/usr/src/lib/brand/solaris10/zone/platform.xml
1 1 <?xml version="1.0"?>
2 2
3 3 <!--
4 4 CDDL HEADER START
5 5
6 6 The contents of this file are subject to the terms of the
7 7 Common Development and Distribution License (the "License").
8 8 You may not use this file except in compliance with the License.
9 9
10 10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 11 or http://www.opensolaris.org/os/licensing.
12 12 See the License for the specific language governing permissions
13 13 and limitations under the License.
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) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24 24
25 25 DO NOT EDIT THIS FILE.
26 26 -->
27 27
28 28 <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
29 29 "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1">
30 30
31 31 <platform name="solaris10" allow-exclusive-ip="true">
32 32
33 33 <!-- Global filesystems to mount when booting the zone -->
34 34 <global_mount special="/dev" directory="/dev" type="dev"
35 35 opt="attrdir=%R/dev"/>
36 36
37 37 <!--
38 38 Local filesystems to mount when booting the zone. The
39 39 /.SUNWnative/platform entry is needed so that we can symlink a
40 40 platform-specific libc_psr for platforms which were not delivered
41 41 with S10. The /.SUNWnative/sbin entry is needed so that we can
42 42 replace ifconfig with its native counterpart (this is required for
43 43 exclusive-stack S10 zones to work).
44 44 -->
45 45 <global_mount special="/usr" directory="/.SUNWnative/usr"
46 46 opt="ro,nodevices" type="lofs" />
47 47 <global_mount special="/lib" directory="/.SUNWnative/lib"
48 48 opt="ro,nodevices" type="lofs" />
49 49 <global_mount special="/platform" directory="/.SUNWnative/platform"
50 50 opt="ro,nodevices" type="lofs" />
51 51 <global_mount special="/sbin" directory="/.SUNWnative/sbin"
52 52 opt="ro,nodevices" type="lofs" />
53 53
54 54 <!-- Local filesystems to mount when booting the zone -->
55 55 <mount special="/proc" directory="/proc" type="proc" />
56 56 <mount special="ctfs" directory="/system/contract" type="ctfs" />
57 57 <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
58 58 <mount special="objfs" directory="/system/object" type="objfs" />
59 59 <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
60 60
61 61 <!-- Devices to create under /dev -->
↓ open down ↓ |
61 lines elided |
↑ open up ↑ |
62 62 <device match="arp" />
63 63 <device match="bpf" />
64 64 <device match="conslog" />
65 65 <device match="cpu/self/cpuid" />
66 66 <device match="crypto" />
67 67 <device match="cryptoadm" />
68 68 <device match="dsk" />
69 69 <device match="dtrace/*" />
70 70 <device match="dtrace/provider/*" />
71 71 <device match="fd" />
72 + <device match="full" />
72 73 <device match="ipnet" />
73 74 <device match="kstat" />
74 75 <device match="lo0" />
75 76 <device match="lofictl" />
76 77 <device match="lofi" />
77 78 <device match="log" />
78 79 <device match="logindmux" />
79 80 <device match="nsmb" />
80 81 <device match="net/*" />
81 82 <device match="null" />
82 83 <device match="openprom" arch="sparc" />
83 84 <device match="poll" />
84 85 <device match="pool" />
85 86 <device match="ptmx" />
86 87 <device match="pts/*" />
87 88 <device match="random" />
88 89 <device match="rdsk" />
89 90 <device match="rlofi" />
90 91 <device match="rmt" />
91 92 <device match="sad/user" />
92 93 <device match="svvslo0" />
93 94 <device match="svvslo1" />
94 95 <device match="svvslo2" />
95 96 <device match="svvslo3" />
96 97 <device match="swap" />
97 98 <device match="sysevent" />
98 99 <device match="tcp" />
99 100 <device match="tcp6" />
100 101 <device match="term" />
101 102 <device match="ticlts" />
102 103 <device match="ticots" />
103 104 <device match="ticotsord" />
104 105 <device match="tty" />
105 106 <device match="udp" />
106 107 <device match="udp6" />
107 108 <device match="urandom" />
108 109 <device match="zero" />
109 110 <device match="zfs" />
110 111
111 112 <!-- Devices to create in exclusive IP zone only -->
112 113 <device match="dld" ip-type="exclusive" />
113 114 <device match="icmp" ip-type="exclusive" />
114 115 <device match="icmp6" ip-type="exclusive" />
115 116 <device match="ip" ip-type="exclusive" />
116 117 <device match="ip6" ip-type="exclusive" />
117 118 <device match="ipauth" ip-type="exclusive" />
118 119 <device match="ipf" ip-type="exclusive" />
119 120 <device match="ipl" ip-type="exclusive" />
120 121 <device match="iplookup" ip-type="exclusive" />
121 122 <device match="ipmpstub" ip-type="exclusive" />
122 123 <device match="ipnat" ip-type="exclusive" />
123 124 <device match="ipscan" ip-type="exclusive" />
124 125 <device match="ipsecah" ip-type="exclusive" />
125 126 <device match="ipsecesp" ip-type="exclusive" />
126 127 <device match="ipstate" ip-type="exclusive" />
127 128 <device match="ipsync" ip-type="exclusive" />
128 129 <device match="keysock" ip-type="exclusive" />
129 130 <device match="rawip" ip-type="exclusive" />
130 131 <device match="rawip6" ip-type="exclusive" />
131 132 <device match="rts" ip-type="exclusive" />
132 133 <device match="sad/admin" ip-type="exclusive" />
133 134 <device match="sctp" ip-type="exclusive" />
134 135 <device match="sctp6" ip-type="exclusive" />
135 136 <device match="spdsock" ip-type="exclusive" />
136 137 <device match="sppp" ip-type="exclusive" />
137 138 <device match="sppptun" ip-type="exclusive" />
138 139 <device match="vni" ip-type="exclusive" />
139 140
140 141 <!-- Renamed devices to create under /dev -->
141 142 <device match="zcons/%z/zoneconsole" name="zconsole" />
142 143
143 144 <!-- Symlinks to create under /dev -->
144 145 <symlink source="console" target="zconsole" />
145 146 <symlink source="dtremote" target="/dev/null" />
146 147 <symlink source="msglog" target="zconsole" />
147 148 <symlink source="stderr" target="./fd/2" />
148 149 <symlink source="stdin" target="./fd/0" />
149 150 <symlink source="stdout" target="./fd/1" />
150 151 <symlink source="syscon" target="zconsole" />
151 152 <symlink source="sysmsg" target="zconsole" />
152 153 <symlink source="systty" target="zconsole" />
153 154 </platform>
↓ open down ↓ |
72 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX