From patchwork Fri Oct 17 02:42:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Zafman X-Patchwork-Id: 5095071 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4512F9F38C for ; Fri, 17 Oct 2014 02:43:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6D5AF201EF for ; Fri, 17 Oct 2014 02:43:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 79EDC201EC for ; Fri, 17 Oct 2014 02:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753059AbaJQCm6 (ORCPT ); Thu, 16 Oct 2014 22:42:58 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:37901 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751643AbaJQCm5 convert rfc822-to-8bit (ORCPT ); Thu, 16 Oct 2014 22:42:57 -0400 Received: by mail-pd0-f178.google.com with SMTP id y10so4386809pdj.9 for ; Thu, 16 Oct 2014 19:42:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=QQ7yrHiIwnjw6CaoBopp5flgCOtUPEPFR2f1yvMj+Jc=; b=OCdR6uEoczKUAWSipos8xkAqcbxWQ2IEvgNyhDlPcHlo8gMYXoRw1M2YNwlOBW+qV9 mzusPx9TWzfmogB0LjxTQmxziFvvD1Cf/G4yZzrZ38fVcp3A71qyZs1viUCx17Q1fXKY pt8mGUBsQHp684lt0FTDzqaMy3AUsTbLSSigCpTWj7DRvf/aXCcxHHHpTWTCI6sSLYkK WMWAyGzXAx/pcCOnUbLh2BtYAF0FCqvr5tL2X+km2j80Tec4d97r+o4uXGkzBxUWRUTe wW0d/ytmntzWPgdETgC9IOmpJcvaZ4vXls5DtrTowNYa6CCM/wTe01atC5/xZQUZbLn9 jFEQ== X-Gm-Message-State: ALoCoQkBL7cuaiBIirJ3wKbHmRZKIS3qjFA7gxIgaq7WnyzOQCu7HT6QO0/dZNdhzfD6PJvnlGnq X-Received: by 10.66.187.209 with SMTP id fu17mr5543817pac.120.1413513777266; Thu, 16 Oct 2014 19:42:57 -0700 (PDT) Received: from [10.0.1.27] (cpe-23-242-12-23.socal.res.rr.com. [23.242.12.23]) by mx.google.com with ESMTPSA id xj9sm2969pab.40.2014.10.16.19.42.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 Oct 2014 19:42:56 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS From: David Zafman In-Reply-To: <54404C3F.4030904@dachary.org> Date: Thu, 16 Oct 2014 19:42:52 -0700 Cc: John Spray , Ceph Development Message-Id: <734FCEB2-7161-4B6E-8886-9BC0126D997F@inktank.com> References: <54404C3F.4030904@dachary.org> To: Loic Dachary X-Mailer: Apple Mail (2.1878.6) Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I have this change in my branch so that test/ceph_objectstore_tool.py works again after that change from John. I wonder if this would fix your case too: commit 18937cf49be616d32b4e2d0b6deef2882321fbe4 Author: David Zafman Date: Tue Oct 14 18:45:41 2014 -0700 vstart.sh: Disable "mon pg warn min per osd" to get healthy Signed-off-by: David Zafman David Zafman Senior Developer http://www.inktank.com On Oct 16, 2014, at 3:52 PM, Loic Dachary wrote: > Hi John, > > I would be gratefull if you could take a quick look at http://tracker.ceph.com/issues/9794 . It is bisected to the reduction of pg and I'm able to reproduce it in a ubuntu-14.04 docker fresh install. For some reason it does not happen in gitbuilder but I think you can reproduce it locally now. > > Cheers > > -- > Loïc Dachary, Artisan Logiciel Libre > --- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/src/vstart.sh b/src/vstart.sh index febfa56..7a0ec1c 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -394,7 +394,7 @@ $COSDDEBUG $COSDMEMSTORE $extra_conf [mon] - mon pg warn min per osd = 10 + mon pg warn min per osd = 0 mon osd allow primary affinity = true mon reweight min pgs per osd = 4 $DAEMONOPTS