mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-08 20:58:17 +03:00
feature #1112: Include iscsi in oned.conf
This commit is contained in:
parent
44c9946c50
commit
b2a9bae248
@ -281,7 +281,7 @@ VM_MAD = [
|
|||||||
|
|
||||||
TM_MAD = [
|
TM_MAD = [
|
||||||
executable = "one_tm",
|
executable = "one_tm",
|
||||||
arguments = "-t 15 -d dummy,lvm,shared,ssh,vmware" ]
|
arguments = "-t 15 -d dummy,lvm,shared,ssh,vmware,iscsi" ]
|
||||||
|
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
# Datastore Driver Configuration
|
# Datastore Driver Configuration
|
||||||
@ -298,7 +298,7 @@ TM_MAD = [
|
|||||||
|
|
||||||
DATASTORE_MAD = [
|
DATASTORE_MAD = [
|
||||||
executable = "one_datastore",
|
executable = "one_datastore",
|
||||||
arguments = "-t 15 -d fs,vmware"
|
arguments = "-t 15 -d fs,vmware,iscsi"
|
||||||
]
|
]
|
||||||
|
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user