]> www.infradead.org Git - users/hch/nvme-cli.git/commit
id-ctrl vs for Amazon Elastic Block Store
authorCasey Tucker <dctucker@github.com>
Wed, 2 Sep 2020 20:01:10 +0000 (20:01 +0000)
committerKeith Busch <kbusch@kernel.org>
Wed, 2 Sep 2020 22:22:44 +0000 (16:22 -0600)
commitfc8f7343feeb9928ae9ca4dca44e63afdb6499a9
tree30fb148a0f80e830b6ed8b468fa32b1e23649abc
parent6ced628dc073ae0c92be29f25da2f0a08d713e84
id-ctrl vs for Amazon Elastic Block Store

This allows the user to extract useful information from the
vendor-specific field when querying Elastic Block Storage
devices attached by Amazon Web Services. In particular, this
field is populated with the block device that was requested
by the user in the API call, which is of the form `/dev/sdc`
or `/dev/xvdc` rather than `/dev/nvme2`. This plugin reduces
the need for operating system maintainers to include vendor-
specific packages in their distribution.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html
https://github.com/aws/amazon-ec2-utils/blob/master/ebsnvme-id
Makefile
plugins/amzn/amzn-nvme.c [new file with mode: 0644]
plugins/amzn/amzn-nvme.h [new file with mode: 0644]