From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] Executive: Abolish use of the `configdb' Date: Mon, 14 Sep 2015 12:09:16 +0100 Message-ID: <1442228956.3549.147.camel@citrix.com> References: <1442228391-26825-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZbRdR-00040h-1i for xen-devel@lists.xenproject.org; Mon, 14 Sep 2015 11:09:21 +0000 In-Reply-To: <1442228391-26825-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-09-14 at 11:59 +0100, Ian Jackson wrote: > This was a database used by networking infrastructure on the > now-obsolete XenClient network in the Citrix Cambridge office (which > used some management tools developed by Mythic Beasts). > > The production database in Cambridge no longer has the configdb, and > both instances have `HostDB_Executive_NoConfigDB 1' in the > configuration. We think it very unlikely that anyone has as similar > arrangement. > > Remove all the code for accessing this database. We leave the config > settings `NoConfigDB' for now, for the benefit of ad-hoc trees which > are not immediately updated but which use their site's official > production-config. They can be deleted later. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell