mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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:
parent
a8936295ce
commit
914e1c61de
@ -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
|
||||
|
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user