From e1c1ff0f9e494a8c06d035a07d4947e5efd46c2f Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Fri, 14 Sep 2012 10:52:34 +0200 Subject: [PATCH] feature #1437: Add comment to configuration file --- src/datastore_mad/remotes/vmfs/vmfsrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/datastore_mad/remotes/vmfs/vmfsrc b/src/datastore_mad/remotes/vmfs/vmfsrc index 9809cff282..77294d84ca 100644 --- a/src/datastore_mad/remotes/vmfs/vmfsrc +++ b/src/datastore_mad/remotes/vmfs/vmfsrc @@ -15,4 +15,9 @@ #--------------------------------------------------------------------------- # TMP_DIR=/var/lib/one/tmp + +# Whether the VMFS Datastore driver should use to invoke the VMFS native commands +# * remote API calls (value set to "no") +# * ssh connection (value set to "yes") + USE_SSH=no