From dev-return-1055-apmail-openwhisk-dev-archive=openwhisk.apache.org@openwhisk.apache.org Fri Sep 1 07:57:14 2017 Return-Path: X-Original-To: apmail-openwhisk-dev-archive@minotaur.apache.org Delivered-To: apmail-openwhisk-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DE7919A12 for ; Fri, 1 Sep 2017 07:57:14 +0000 (UTC) Received: (qmail 55176 invoked by uid 500); 1 Sep 2017 07:57:14 -0000 Delivered-To: apmail-openwhisk-dev-archive@openwhisk.apache.org Received: (qmail 55106 invoked by uid 500); 1 Sep 2017 07:57:13 -0000 Mailing-List: contact dev-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list dev@openwhisk.apache.org Received: (qmail 55093 invoked by uid 99); 1 Sep 2017 07:57:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2017 07:57:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 034CA1A5976 for ; Fri, 1 Sep 2017 07:57:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id r1ObLz1iwAjM for ; Fri, 1 Sep 2017 07:57:11 +0000 (UTC) Received: from smtp.cbickel.de (smtp.cbickel.de [84.200.208.129]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 0C26B5F6D3 for ; Fri, 1 Sep 2017 07:57:10 +0000 (UTC) Received: from ip-37-201-5-234.hsi13.unitymediagroup.de ([37.201.5.234] helo=rainloopserver) by smtp.cbickel.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dngp4-0003Pi-P3 for dev@openwhisk.apache.org; Fri, 01 Sep 2017 09:57:03 +0200 Mime-Version: 1.0 Date: Fri, 01 Sep 2017 07:56:57 +0000 Content-Type: multipart/alternative; boundary="--=_RainLoop_752_841827292.1504252617" X-Mailer: RainLoop/1.11.1 From: "Christian Bickel" Message-ID: <58b8a1b9e51e134a3be67991f9f57b78@cbickel.de> Subject: Removal of controllers without an index To: dev@openwhisk.apache.org ----=_RainLoop_752_841827292.1504252617 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi,=0A=0AIn June, we've added the ability to deploy hot-standby controlle= rs (fdbf073 (https://github.com/apache/incubator-openwhisk/commit/fdbf073= a386c33aed1b06ed93eaea39ee4382c7b)).=0AWith this commit, the containernam= e of the controllers has been changed from controller to controller0, con= troller1, ...=0ATo not break the update of existing deployments we left t= he cleanup of containers called controller in the cleanup script of the c= ontroller.=0ASince the change of renaming the containers is long time ago= , we can remove this old code now.=0AThis will be done with the following= PR: https://github.com/apache/incubator-openwhisk/pull/2688 (https://git= hub.com/apache/incubator-openwhisk/pull/2688)=0A=0AIf you still have a ru= nning environment with a controller without an index in its name and you = want to update this environment, you can remove this controller with dock= er rm controller before you update the environment.=0A=0AGreetings=0AChri= stian ----=_RainLoop_752_841827292.1504252617--