]> 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:32:04 +0000 (09:32 +0000)
committerDan Lamping <daniel.lamping@citrix.com>
Tue, 10 Nov 2015 09:32:04 +0000 (09:32 +0000)
exec/xenrt/config.py

index 85f6cb049c6a94bafa53b31e1c9be17c7befec44..d611f5489303ed8dfe1c71e2299087b7c614003a 100755 (executable)
@@ -1197,7 +1197,7 @@ class Config(object):
         self.config["VERSION_CONFIG"]["Dundee"] = copy.deepcopy(self.config["VERSION_CONFIG"]["Cream"])
         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_cifs"] = "600"
+        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"]["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)"