1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Feature #1068: add ceph to oned.conf

This commit is contained in:
Jaime Melis 2013-02-14 18:55:15 +01:00
parent 3642a8eb08
commit 9a19cbfdea

View File

@ -302,7 +302,7 @@ VM_MAD = [
TM_MAD = [
executable = "one_tm",
arguments = "-t 15 -d dummy,lvm,shared,qcow2,ssh,vmfs,iscsi" ]
arguments = "-t 15 -d dummy,lvm,shared,qcow2,ssh,vmfs,iscsi,ceph" ]
#*******************************************************************************
# Datastore Driver Configuration
@ -319,7 +319,7 @@ TM_MAD = [
DATASTORE_MAD = [
executable = "one_datastore",
arguments = "-t 15 -d fs,vmware,vmfs,iscsi,lvm"
arguments = "-t 15 -d fs,vmware,vmfs,iscsi,lvm,ceph"
]
#*******************************************************************************