1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

Feature #1240: Enable lvm as a datastore driver in oned.conf

This commit is contained in:
Jaime Melis 2012-05-10 18:47:34 +02:00
parent 6e7744f7bf
commit 662f79c470

View File

@ -298,7 +298,7 @@ TM_MAD = [
DATASTORE_MAD = [
executable = "one_datastore",
arguments = "-t 15 -d fs,vmware,iscsi"
arguments = "-t 15 -d fs,vmware,iscsi,lvm"
]
#*******************************************************************************