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
This commit is contained in:
Daniel Veillard 2008-09-08 08:03:54 +00:00
parent a8936295ce
commit 914e1c61de
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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,
},