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