From: Ryan Harper <ryanh@us.ibm.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH 1/3] Add virtioblk_id tool to extract drive serial numbers
Date: Thu, 03 Jun 2010 21:03:59 +0000 [thread overview]
Message-ID: <20100603210359.GP19185@us.ibm.com> (raw)
In-Reply-To: <1275592024-2625-2-git-send-email-ryanh@us.ibm.com>
* Kay Sievers <kay.sievers@vrfy.org> [2010-06-03 15:06]:
> On Thu, Jun 3, 2010 at 22:01, Ryan Harper <ryanh@us.ibm.com> wrote:
> > * Kay Sievers <kay.sievers@vrfy.org> [2010-06-03 14:53]:
> >> On Thu, Jun 3, 2010 at 21:07, Ryan Harper <ryanh@us.ibm.com> wrote:
> >> > Use the 'VBID' virtio-blk ioctl to extract drive serial numbers
> >> > to be used for building disk/by-id symlinks. After extracting
> >> > the serial number of the device it prints out the minimum info
> >> > needed in a similar format to `scsi_id --export` so that the
> >> > persistent-storage rules can process the serial information.
> >> >
> >> > This program depends on the virtio-blk serial device patches posted
> >> > here[1] being applied to qemu and linux-kernel.
> >> >
> >> > Here is what the output looks like:
> >> >
> >> > % ./virtioblk_id /dev/vdb
> >> > ID_VIRTIO=1
> >> > ID_TYPE=disk
> >> > ID_VIRTIO_SERIAL=QM00001
> >>
> >> Yikes! An ioctl to copy a plain string, and an entire binary to call
> >> that ioctl and print it. If we don't have enough problems we make new
> >> ones? :)
> >>
> >> What's the reason to drop the ATA identify, that would work out-of-the
> >> box without any of this stuff. It could also support WWN, which is
> >> what people are looking for these days.
> >
> > http://www.mail-archive.com/qemu-devel@nongnu.org/msg24321.html
> >
> > 1. Virtio-blk isn't an ATA device
> > 2. The ATA identify page is too large to fit into the virtio config
> > space
> >
> > I'm not finding the older threads where this was discussed in detail.
> > I'll keep looking if the above isn't a sufficient explaination.
>
> Well, if ATA doesn't fit, then put that string in sysfs like mmc block
> devices are doing it. It looks really awkward to require a new binary
> and a new ioctl to get a single string out of something that was just
> invented.
John,
you mentioned that you had a sys interface in-mind earlier. I'm not
sure how to proceed given the virtio-blk kernel side patches are
already upstream[1][2]. Are we looking to revert and switch?
1. http://repo.or.cz/w/linux-2.6.git/commitdiff/234f2725a5d03f78539f1d36cb32f2c4f9b1822c
2. http://repo.or.cz/w/linux-2.6.git/commitdiff/4cb2ea28c55cf5e5ef83aec535099ffce3c583df
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
ryanh@us.ibm.com
next prev parent reply other threads:[~2010-06-03 21:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 19:07 [PATCH 0/3] Add virtio-blk support to persistent-storage rules Ryan Harper
2010-06-03 19:07 ` [PATCH 1/3] Add virtioblk_id tool to extract drive serial numbers Ryan Harper
2010-06-03 19:52 ` Kay Sievers
2010-06-03 20:01 ` Ryan Harper
2010-06-03 20:04 ` Kay Sievers
2010-06-03 20:13 ` David Zeuthen
2010-06-03 21:03 ` Ryan Harper [this message]
2010-06-04 15:06 ` john cooper
2010-06-10 19:16 ` Ryan Harper
2010-06-14 8:54 ` Kay Sievers
2010-06-14 13:15 ` Ryan Harper
2010-06-14 13:29 ` Kay Sievers
2010-06-29 14:48 ` Ryan Harper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100603210359.GP19185@us.ibm.com \
--to=ryanh@us.ibm.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).