commit | 01fa017484ad98fccdeaab32db0077c574b6bd6f | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Mon Mar 11 15:02:25 2019 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Thu Apr 25 16:51:42 2019 +0200 |
tree | 3795515e23e65d395937f0a54f3dcd77a7b8f62a | |
parent | 82bebbde02e24ad7b641eca25e632f32579ed52f [diff] |
nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE If our target exposed a namespace with a block size that is greater than PAGE_SIZE, set 0 capacity on the namespace as we do not support it. This issue encountered when the nvmet namespace was backed by a tempfile. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>