Feature #6300
blkdev and blkdev drivers should provide inquiry properties
Start date:
2015-10-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Most disk drivers such as sata and sd provide driver properties containing inquiry information. blkdev should also support generating inquiry properties when such information is provided by a driver using blkdev.
A mechanism by which a driver using blkdev can report inquiry data to blkdev is needed for this. Most of our blkdev drivers (NVMe, virtio-block, and skd) can and should support this and report their inquiry information to blkdev.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 510a68476ba6e33759b7603130d76db4cec783d1
commit 510a68476ba6e33759b7603130d76db4cec783d1 Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2015-11-05T16:59:01.000Z 6300 blkdev and blkdev drivers should provide inquiry properties Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>