From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.grabinar@ranbarg.com (Paul Grabinar) Date: Tue, 14 Jul 2015 20:01:18 +0100 Subject: [PATCH] NVMe: Reread partitions on metadata formats In-Reply-To: <55A559B5.2000303@fb.com> References: <1436896668-27373-1-git-send-email-keith.busch@intel.com> <55A559B5.2000303@fb.com> Message-ID: <55A55C7E.3090001@ranbarg.com> On 14/07/15 19:49, Jens Axboe wrote: > On 07/14/2015 11:57 AM, Keith Busch wrote: >> This patch has the driver automatically reread partitions if a namespace >> has a separate metadata format. Previously revalidating a disk was >> sufficient to get the correct capacity set on such formatted drives, >> but partitions that may exist would not have been surfaced. > > Looks sane to me. Paul, does this fix your issue? > > I won't be able to confirm until tomorrow. I will certainly try it and let you know. Thanks.