From: Dan Lamping Date: Tue, 10 Nov 2015 09:32:04 +0000 (+0000) Subject: Fixed cifs/cmb name issue X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a8a8455f666b8dee9b6a3496663256045283ec8d;p=xenrt-citrix%2Fxenrt.git Fixed cifs/cmb name issue --- diff --git a/exec/xenrt/config.py b/exec/xenrt/config.py index 85f6cb049..d611f5489 100755 --- a/exec/xenrt/config.py +++ b/exec/xenrt/config.py @@ -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)"