1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #1437: Add VMFS datastore to oned.conf

This commit is contained in:
Tino Vazquez 2012-09-11 16:29:43 +02:00
parent f8eed22dc2
commit 8981255a0d

View File

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