[gnome-hwtest] Default export_root_via_iscsi to true



commit 866e2759651c4d5afd6d752b6b3ddf07b5d46b4b
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Jul 22 16:03:08 2014 -0400

    Default export_root_via_iscsi to true
    
    export_root_via_iscsi should be set for normal operation; the false
    option is just a debugging aid for quick operation for VMs (especially
    with user-mode networking.)

 js/config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/config.js b/js/config.js
index c886b2b..4379dd1 100644
--- a/js/config.js
+++ b/js/config.js
@@ -31,7 +31,7 @@ const Config = new Lang.Class({
                 this.upstream_repo = configfile.getString(group, 'upstream_repo', 
'https://build.gnome.org/repo');
                 this.perf_server_api = configfile.getString(group, 'perf_server_api', 
'https://perf.gnome.org/api');
                 this.hwtest_tree = configfile.getString(group, 'hwtest_tree', 
'gnome-continuous/hwtest-stable/x86_64-minimal');
-                this.export_root_via_iscsi = configfile.getBool(group, 'export_root_via_iscsi', false);
+                this.export_root_via_iscsi = configfile.getBool(group, 'export_root_via_iscsi', true);
 
                 continue;
             }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]