From nobody Fri Feb 25 10:30:38 2022 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9993319E5DDC for ; Fri, 25 Feb 2022 10:30:41 +0000 (UTC) (envelope-from pete@twisted.org.uk) Received: from toybox.twisted.org.uk (toybox.twisted.org.uk [178.250.76.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4K4mJK08hRz4sNG for ; Fri, 25 Feb 2022 10:30:41 +0000 (UTC) (envelope-from pete@twisted.org.uk) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twisted.org.uk; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=YvGEhlmh7zTzh87nNrVwNJ+0fXtKcm5/oMzfEyhqQwg=; b=vj3FOt6T3vGg9KACeh4Mkf7GRJ mcLjgai+z2szioBr2+l00iD86U4gdl4DcCeQ10hSmJNZuKkziYOjyMVj2+HhnI9sNtU1qI1XzTtux 9NeJ09JstBcWxbkhkHmCRopcaMndwEIvygel+YxnsptnjJFT6o6oW9oLVvgU9EDSvtQE=; Received: from mailnull by toybox.twisted.org.uk with spamc-scanned (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1nNXs0-000IJQ-54 for stable@freebsd.org; Fri, 25 Feb 2022 10:30:40 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on toybox.twisted.org.uk X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=3.4.5 X-Spam-Score: -1.0 () Received: from [2001:470:6cc4:1:cd6:5836:ddba:7b54] by toybox.twisted.org.uk with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1nNXrz-000IJ7-39; Fri, 25 Feb 2022 10:30:39 +0000 Message-ID: Date: Fri, 25 Feb 2022 10:30:38 +0000 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: Instance drives in AWS comming up with the wrong size To: Chuck Tuffli Cc: stable@freebsd.org References: <82956746-91aa-4744-c12f-40c5ff7c3f39@twisted.org.uk> From: Pete French In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-spamc-toybox: true X-transport-toybox: lookuphost X-Rspamd-Queue-Id: 4K4mJK08hRz4sNG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=twisted.org.uk header.s=x header.b=vj3FOt6T; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@twisted.org.uk designates 178.250.76.50 as permitted sender) smtp.mailfrom=pete@twisted.org.uk X-Spamd-Result: default: False [-3.25 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[twisted.org.uk:s=x]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:178.250.76.50/32:c]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[twisted.org.uk]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[twisted.org.uk:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.75)[-0.752]; MLMMJ_DEST(0.00)[stable]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:12290, ipnet:178.250.72.0/21, country:GB]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Ok, I found what was causing this, there is no bug, and I am somewhat embarassed. Somehow I ended up with a file called 'nda2' in /root So doing 'diskinfo' in /root finds the file not the device. Simple as that. sorry for the noise! -pete.