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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FE0EC7EE2A for ; Tue, 2 May 2023 22:01:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbjEBWBP (ORCPT ); Tue, 2 May 2023 18:01:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbjEBWBO (ORCPT ); Tue, 2 May 2023 18:01:14 -0400 X-Greylist: delayed 1437 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 02 May 2023 15:01:13 PDT Received: from mail.fsf.org (mail.fsf.org [IPv6:2001:470:142::13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 134601980 for ; Tue, 2 May 2023 15:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fsf.org; s=mail-fsf-org; h=MIME-Version:In-reply-to:Date:Subject:To:From:References; bh=NAzDzuU1euIqJGGNUni86k03awi1GbywIRcuPBN2/SE=; b=f9bl4HgKoiX7fTOr+0X3jrx5e sTACsGVVYafUjgQPQi1yjmVjQcTiReelqhO+MtB73qYNp3Uc8ID8QY3R4CVDQp85Md+bUe4DyQ3bR LaW30vStvmercx+JYOART589FUq0Koo03LgAVK9Su9KYjc6ui9gULs36i9yh3T65+//IFJga9vcZP FD9LBjrWTUnvJah4z8HcYW85mJnJMbCXPbwr/61P63vXGSW7/gqAxtBgr+Csq1HHeSXzlDQMe6UNg 3b5weOiOnW6b3OOR17PP8WaLatbBWD5DaFlovj8Miq+T1q0Smosamwq/DQyC5hSNZSrNhoqR22vIC 0EyOrZEzQ==; References: <87mt5y4uyj.fsf@fsf.org> <87cz67nhv6.fsf@fsf.org> <5133a57c-09f8-4cd0-633c-4ea921fe2a41@gmail.com> User-agent: mu4e 1.9.0; emacs 29.0.50 From: Ian Kelling To: Andrei Borzenkov Cc: Btrfs Subject: Re: btrfs receive: ERROR: clone: did not find source subvol (user error, not a bug) Date: Tue, 02 May 2023 17:22:54 -0400 In-reply-to: <5133a57c-09f8-4cd0-633c-4ea921fe2a41@gmail.com> Message-ID: <87a5ymct4o.fsf@fsf.org> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Upon further investigation, I'm pretty sure there was an error on my end, nothing wrong with btrfs. A cronjob was creating a snapshot on the wrong host with a name that lead me to think it was from a different host. Thank you everyone for the help.