Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
968a4692
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
968a4692
编写于
11月 30, 2013
作者:
N
Nehal J Wani
提交者:
Daniel Veillard
12月 02, 2013
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix typos in various docs
Fix 8 minor spelling errors in docs/*.html.in
上级
262157f6
变更
7
显示空白变更内容
内联
并排
Showing
7 changed file
with
8 addition
and
8 deletion
+8
-8
docs/api.html.in
docs/api.html.in
+1
-1
docs/bugs.html.in
docs/bugs.html.in
+1
-1
docs/drvlxc.html.in
docs/drvlxc.html.in
+1
-1
docs/firewall.html.in
docs/firewall.html.in
+2
-2
docs/internals/rpc.html.in
docs/internals/rpc.html.in
+1
-1
docs/remote.html.in
docs/remote.html.in
+1
-1
docs/storage.html.in
docs/storage.html.in
+1
-1
未找到文件。
docs/api.html.in
浏览文件 @
968a4692
...
@@ -207,7 +207,7 @@
...
@@ -207,7 +207,7 @@
virtualization
<a
href=
"#Functions"
>
functions
</a>
. Depending upon the
virtualization
<a
href=
"#Functions"
>
functions
</a>
. Depending upon the
driver being used, calls will be routed through the remote driver to
driver being used, calls will be routed through the remote driver to
the libvirtd daemon. The daemon will reference the connection specific
the libvirtd daemon. The daemon will reference the connection specific
driver in order to retr
ei
ve the requested information and then pass
driver in order to retr
ie
ve the requested information and then pass
back status and/or data through the connection back to the application.
back status and/or data through the connection back to the application.
The application can then decide what to do with that data, such as
The application can then decide what to do with that data, such as
display, write log data, etc.
<a
href=
"migration.html"
>
Migration
</a>
display, write log data, etc.
<a
href=
"migration.html"
>
Migration
</a>
...
...
docs/bugs.html.in
浏览文件 @
968a4692
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
... note the process id from the output
... note the process id from the output
# gdb /usr/sbin/libvirtd
# gdb /usr/sbin/libvirtd
.... some information about gdb and loading debug data
.... some information about gdb and loading debug data
(gdb) attach $the_damon_process_id
(gdb) attach $the_da
e
mon_process_id
....
....
(gdb) thread apply all bt
(gdb) thread apply all bt
.... information to attach to the bug
.... information to attach to the bug
...
...
docs/drvlxc.html.in
浏览文件 @
968a4692
...
@@ -620,7 +620,7 @@ to PID 1 inside the container.
...
@@ -620,7 +620,7 @@ to PID 1 inside the container.
<p>
<p>
If the container does not respond to the graceful shutdown
If the container does not respond to the graceful shutdown
request, it can be forc
ea
bly stopped using the
<code>
virsh destroy
</code>
request, it can be forc
i
bly stopped using the
<code>
virsh destroy
</code>
</p>
</p>
<pre>
<pre>
...
...
docs/firewall.html.in
浏览文件 @
968a4692
...
@@ -142,7 +142,7 @@ MASQUERADE all -- * * 192.168.122.0/24 !192.168.122.0/24</pre>
...
@@ -142,7 +142,7 @@ MASQUERADE all -- * * 192.168.122.0/24 !192.168.122.0/24</pre>
<p><a
href=
"http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf"
>
http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf
</a></p>
<p><a
href=
"http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf"
>
http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf
</a></p>
<p>
The filters are managed in libvirt as a top level, standalone object.
<p>
The filters are managed in libvirt as a top level, standalone object.
This allows the filters to then be referenced by any libvirt object
This allows the filters to then be referenced by any libvirt object
that requires their functionality, instead t
ie
ing them only to use
that requires their functionality, instead t
y
ing them only to use
by guest NICs. In the current implementation, filters can be associated
by guest NICs. In the current implementation, filters can be associated
with individual guest NICs via the libvirt domain XML format. In the
with individual guest NICs via the libvirt domain XML format. In the
future we might allow filters to be associated with the virtual network
future we might allow filters to be associated with the virtual network
...
@@ -272,7 +272,7 @@ f5c78134-9da4-0c60-a9f0-fb37bc21ac1f no-other-rarp-traffic
...
@@ -272,7 +272,7 @@ f5c78134-9da4-0c60-a9f0-fb37bc21ac1f no-other-rarp-traffic
to update them. This ensures the guests have their iptables/ebtables
to update them. This ensures the guests have their iptables/ebtables
rules recreated.
rules recreated.
</p>
</p>
<p>
To associate the clean-traff
f
ic filter with a guest, edit the
<p>
To associate the clean-traffic filter with a guest, edit the
guest XML config and change the
<code>
<
interface
>
</code>
element
guest XML config and change the
<code>
<
interface
>
</code>
element
to include a
<code>
<
filterref
>
</code>
and also specify the
to include a
<code>
<
filterref
>
</code>
and also specify the
whitelisted
<code>
<
ip address/
>
</code>
the guest is allowed to
whitelisted
<code>
<
ip address/
>
</code>
the guest is allowed to
...
...
docs/internals/rpc.html.in
浏览文件 @
968a4692
...
@@ -743,7 +743,7 @@
...
@@ -743,7 +743,7 @@
<p>
<p>
The main libvirt event loop thread is responsible for performing all
The main libvirt event loop thread is responsible for performing all
socket I/O. It will read incoming packets from clients and will
l
socket I/O. It will read incoming packets from clients and will
transmit outgoing packets to clients. It will handle the I/O to/from
transmit outgoing packets to clients. It will handle the I/O to/from
streams associated with client API calls. When doing client I/O it
streams associated with client API calls. When doing client I/O it
will also pass the data through any applicable encryption layer
will also pass the data through any applicable encryption layer
...
...
docs/remote.html.in
浏览文件 @
968a4692
...
@@ -376,7 +376,7 @@ Note that parameter values must be
...
@@ -376,7 +376,7 @@ Note that parameter values must be
<td>
libssh2
</td>
<td>
libssh2
</td>
<td>
<td>
A comma separated list of authentication methods to use. Default (is
A comma separated list of authentication methods to use. Default (is
"agent,privkey,keyboard-interactive". The order of the methods is p
er
served.
"agent,privkey,keyboard-interactive". The order of the methods is p
re
served.
Some methods may require additional parameters.
Some methods may require additional parameters.
</td>
</td>
</tr>
</tr>
...
...
docs/storage.html.in
浏览文件 @
968a4692
...
@@ -581,7 +581,7 @@
...
@@ -581,7 +581,7 @@
<
/target
>
<
/target
>
<
/volume
>
</pre>
<
/volume
>
</pre>
<h3>
Example disk attach
e
ment
</h3>
<h3>
Example disk attachment
</h3>
<p>
RBD images can be attached to Qemu guests when Qemu is built
<p>
RBD images can be attached to Qemu guests when Qemu is built
with RBD support. Information about attaching a RBD image to a
with RBD support. Information about attaching a RBD image to a
guest can be found
guest can be found
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录