]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Fixed cifs/cmb name issue
authorDan Lamping <daniel.lamping@citrix.com>
Tue, 10 Nov 2015 09:54:34 +0000 (09:54 +0000)
committerDan Lamping <daniel.lamping@citrix.com>
Tue, 10 Nov 2015 09:54:34 +0000 (09:54 +0000)
exec/xenrt/config.py

index d611f5489303ed8dfe1c71e2299087b7c614003a..61a16a3ac87034d3062380a3f7aa98bd354a8078 100755 (executable)
@@ -1198,7 +1198,7 @@ class Config(object):
         self.config["VERSION_CONFIG"]["Dundee"]["V6_DBV"] = "2014.1127"
         self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_SDK"] = ""  # SDK not present in trunk
         self.config["VERSION_CONFIG"]["Dundee"]["MAX_VDIS_PER_SR_smb"] = "600"
-        self.config["VERSION_CONFIG"]["Dundee"]["MAX_ATTACHED_VDIS_PER_SR_cifs"] = "600"
+        self.config["VERSION_CONFIG"]["Dundee"]["MAX_ATTACHED_VDIS_PER_SR_smb"] = "600"
         self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_SLES_114_64"] = "SUSE Linux Enterprise Server 11 SP3 (64-bit),SUSE Linux Enterprise Server 11 SP3 x64"
         self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_SLED_12_64"] = "SUSE Linux Enterprise Desktop 12 (64-bit)"
         self.config["VERSION_CONFIG"]["Dundee"]["MAX_VBDS_PER_HOST"] = "4096"