Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6CBE10191 for ; Mon, 8 Dec 2014 13:52:39 +0000 (UTC) Received: (qmail 37087 invoked by uid 500); 8 Dec 2014 13:52:39 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 37028 invoked by uid 500); 8 Dec 2014 13:52:39 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 37016 invoked by uid 99); 8 Dec 2014 13:52:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 13:52:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daan.hoogland@gmail.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 13:52:32 +0000 Received: by mail-ie0-f173.google.com with SMTP id y20so4482713ier.18 for ; Mon, 08 Dec 2014 05:51:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=zhRrE6ywAJC8xZ4HkB9b/jW2IgGipcoNYDS/Rb0TKy4=; b=EbPjfozVRKkZjUNb6pgXTFFXNO7qLgHDSczyZ/7pabsaO7Rc4wxj0MuiEqiaZM4cZ9 0O0ZnIAqSTRhWJEv43R734crBLHefHCALA/OVtRFJvGOLChpXTlo9vcxsesQy2EwX3Wu 5hm6m6XeAA+2p7Oz1oEEsUTyjN1Hoez/n5YzDUOUbrt8ZMHgr+JIntZFVpL57u1tLbmi EfRFFMb8s+ZBKzWPb0LZE6klrE4Q7uQIGPmAknGnmGsjmyBLOHytrOsXMKKrMadwinpS z3KaunJ6iqeDkDqivqDbKVdiNBH+Ar/IRK0WHnyoKYbPHL3FqCzh/9pBuM38LYHI2Zvl TFBg== X-Received: by 10.107.170.98 with SMTP id t95mr10703915ioe.7.1418046687309; Mon, 08 Dec 2014 05:51:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.9.13 with HTTP; Mon, 8 Dec 2014 05:51:07 -0800 (PST) From: Daan Hoogland Date: Mon, 8 Dec 2014 14:51:07 +0100 Message-ID: Subject: [ACS44] router upgrade issue To: dev Cc: int-toolkit , mcc Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org H, I investigated an issue some colleagues noticed and it turns out that in the update procedure the flag VirtualNetworkApplianceService.MinVRVersion is not set for versions 4.4.0-4.4.2 I have no workaround other then rebooting the routers instead of upgading/updating them. I will patch the branch to contain the correct minimal version. The higher version branches have this var still set to 4.3.0 as well. -- Daan