Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
c5bad3ad
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看板
提交
c5bad3ad
编写于
2月 22, 2010
作者:
C
Cole Robinson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: storage: Document SCSI pools
上级
e563b3b3
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
42 addition
and
0 deletion
+42
-0
docs/formatstorage.html.in
docs/formatstorage.html.in
+5
-0
docs/storage.html.in
docs/storage.html.in
+37
-0
未找到文件。
docs/formatstorage.html.in
浏览文件 @
c5bad3ad
...
...
@@ -84,6 +84,11 @@
only occur once. Contains a single attribute
<code>
path
</code>
which is the fully qualified path to the block device node.
<span
class=
"since"
>
Since 0.4.1
</span></dd>
<dt><code>
adapter
</code></dt>
<dd>
Provides the source for pools backed by SCSI adapters. May
only occur once. Contains a single attribute
<code>
name
</code>
which is the SCSI adapter name (ex. "host1").
<span
class=
"since"
>
Since 0.6.2
</span></dd>
<dt><code>
host
</code></dt>
<dd>
Provides the source for pools backed by storage from a
remote server. Will be used in combination with a
<code>
directory
</code>
...
...
docs/storage.html.in
浏览文件 @
c5bad3ad
...
...
@@ -25,6 +25,9 @@ libvirt.
<li>
<a
href=
"#StorageBackendISCSI"
>
iSCSI backend
</a>
</li>
<li>
<a
href=
"#StorageBackendSCSI"
>
SCSI backend
</a>
</li>
</ul>
<h2><a
name=
"StorageBackendDir"
id=
"StorageBackendDir"
>
Directory pool
</a></h2>
...
...
@@ -344,5 +347,39 @@ libvirt.
<p>
The iSCSI volume pool does not use the volume format type element.
</p>
<h2><a
name=
"StorageBackendSCSI"
id=
"StorageBackendSCSI"
>
SCSI volume pools
</a></h2>
<p>
This provides a pool based on a SCSI HBA. Volumes are preexisting SCSI
LUNs, and cannot be created via the libvirt APIs. Since /dev/XXX names
aren't generally stable, it is recommended to configure the pool
to use
<code>
/dev/disk/by-path
</code>
or
<code>
/dev/disk/by-id
</code>
for the target path. These provide persistent stable naming for LUNs
<span
class=
"since"
>
Since 0.6.2
</span></dd>
</p>
<h3>
Example pool input
</h3>
<pre>
<
pool type="scsi"
>
<
name
>
virtimages
<
/name
>
<
source
>
<
adapter name="host0"/
>
<
/source
>
<
target
>
<
path
>
/dev/disk/by-path
<
/path
>
<
/target
>
<
/pool
>
</pre>
<h3>
Valid pool format types
</h3>
<p>
The SCSI volume pool does not use the pool format type element.
</p>
<h3>
Valid volume format types
</h3>
<p>
The SCSI volume pool does not use the volume format type element.
</p>
</body>
</html>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录