Re: rescan partitions returns EIO since 2.6.8

From: Andries Brouwer
Date: Sun Dec 05 2004 - 20:51:54 EST


On Mon, Dec 06, 2004 at 11:47:22AM +1100, Martin Pool wrote:
> On 5 Dec 2004, Andries.Brouwer@xxxxxx wrote:
> > Martin Pool changed the behaviour of the BLKRRPART ioctl in 2.6.8.
> > The effect is that one now gets an I/O error when first
> > partitioning an empty disk:
>
> > # sfdisk /dev/sda
> > Checking that no-one is using this disk right now ...
> > BLKRRPART: Input/output error
>
> To me it seems more correct that a request to read the partition table
> should fail if the partition table can't be read.

I do not view BLKRRPART as a request to read the partition table.
It is a request to revalidate: "if the disk is in use, return EBUSY,
otherwise, discard any old information, read any new information".
If the disk is blank then there is no new information to read,
that is not an error, and certainly not an I/O error.

> if you really want to roll it back I won't object.

Yes, I think I want to - am getting worried mail from people
who very much dislike I/O errors on a brand-new disk.

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/