From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3D08C433EF for ; Thu, 2 Sep 2021 23:36:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85880601FF for ; Thu, 2 Sep 2021 23:36:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345853AbhIBXhT (ORCPT ); Thu, 2 Sep 2021 19:37:19 -0400 Received: from smtp1.onthe.net.au ([203.22.196.249]:35211 "EHLO smtp1.onthe.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235909AbhIBXhT (ORCPT ); Thu, 2 Sep 2021 19:37:19 -0400 Received: from localhost (smtp2.private.onthe.net.au [10.200.63.13]) by smtp1.onthe.net.au (Postfix) with ESMTP id C329961C21; Fri, 3 Sep 2021 09:36:18 +1000 (EST) Received: from smtp1.onthe.net.au ([10.200.63.11]) by localhost (smtp.onthe.net.au [10.200.63.13]) (amavisd-new, port 10028) with ESMTP id zpIE0xQVEYIg; Fri, 3 Sep 2021 09:36:18 +1000 (AEST) Received: from athena.private.onthe.net.au (chris-gw2-vpn.private.onthe.net.au [10.9.3.2]) by smtp1.onthe.net.au (Postfix) with ESMTP id 165E261C1F; Fri, 3 Sep 2021 09:36:18 +1000 (EST) Received: by athena.private.onthe.net.au (Postfix, from userid 1026) id E9210680291; Fri, 3 Sep 2021 09:36:17 +1000 (AEST) Date: Fri, 3 Sep 2021 09:36:17 +1000 From: Chris Dunlop To: Drew Freiberger Cc: Gregory Farnum , ceph-devel Subject: Re: New pacific mon won't join with octopus mons Message-ID: <20210902233617.GA70949@onthe.net.au> References: <20210830234929.GA3817015@onthe.net.au> <20210902014125.GA13333@onthe.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Hi Drew, On Thu, Sep 02, 2021 at 01:19:07PM -0500, Drew Freiberger wrote: > Given your history of being on pre-octopus release on this environment > and having gone through other upgrades, have you ensured you've > completed all steps of the upgrade and set your minimum versions per > the documentation?  I've seen where octopus will drop nautilus osds if > the osd_minimum_version wasn't set to nautilus before introduction of > the octopus mons.  I wonder if you're running into something similar > with the o->p upgrade. > > Check here for further details about completing upgrades (this started > in Luminous series): > > https://ceph.io/en/news/blog/2017/new-luminous-upgrade-complete/ I'm confident the upgrade to octopus was completed per: https://docs.ceph.com/en/latest/releases/octopus/#upgrading-from-mimic-or-nautilus Cheers, Chris