提交 914e1c61 编写于 作者: D Daniel Veillard

finish applying initialization patch for logical storage backend

* src/storage_backend_logical.c: finish applying initialization
  from Jim Fehlig patch for logical storage backend
Daniel
上级 a8936295
Mon Sep 8 09:18:17 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/storage_backend_logical.c: finish applying initialization
from Jim Fehlig patch for logical storage backend
Fri Sep 5 15:59:26 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/openvz_conf.c, src/openvz_driver.c: Fix trailing
......
......@@ -618,7 +618,8 @@ virStorageBackend virStorageBackendLogical = {
.deleteVol = virStorageBackendLogicalDeleteVol,
.poolOptions = {
.flags = VIR_STORAGE_BACKEND_POOL_SOURCE_NAME,
.flags = (VIR_STORAGE_BACKEND_POOL_SOURCE_NAME |
VIR_STORAGE_BACKEND_POOL_SOURCE_DEVICE),
.formatFromString = virStorageBackendLogicalPoolFormatFromString,
.formatToString = virStorageBackendLogicalPoolFormatToString,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册