From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.wl.linuxfoundation.org ([198.145.29.98]:53012 "EHLO mail.wl.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726529AbfACWvO (ORCPT ); Thu, 3 Jan 2019 17:51:14 -0500 Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6355922B1F for ; Thu, 3 Jan 2019 22:51:13 +0000 (UTC) From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 202127] cannot mount or create xfs on a 597T device Date: Thu, 03 Jan 2019 22:51:13 +0000 Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: linux-xfs@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=202127 --- Comment #4 from Dave Chinner (david@fromorbit.com) --- On Thu, Jan 03, 2019 at 10:18:56PM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=202127 > > --- Comment #3 from daimh@umich.edu --- > [root@watsons-s1 ~]# blockdev --getsz --getsize64 --getss --getpbsz > --getiomin --getioopt /dev/sda > 1195272830976 > 611979689459712 > 512 > 4096 > 1048576 > 262144 Ok, so iomin=1MB and ioopt=256k. That's an invalid block device configuration. If this is coming from hardware RAID (e.g. via a scsi code page) then this is a firmware bug. If this is coming from a softare layer (e.g. lvm, md, etc) then it may be a bug in one of those layers. IOWs, we need to know what your storage stack configuration is and what hardware underlies /dev/sda. Can you attach the storage stack and hardware information indicated in this link for us? http://xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_problem.3F Eric, we probably need to catch this in mkfs when validating blkid information - the superblock verifier is too late to be catching bad config info like this.... Cheers, Dave. -- You are receiving this mail because: You are watching the assignee of the bug.