Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SPDK RPMs to work around NVMe get-feature issue #3

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

johannlombardi
Copy link

$ nvme get-feature /dev/nvme0 -f 7
get-feature:0x7 (Number of Queues), Current value:00000000

Value is 00000000 which means that this SSD is reporting it only
has 1 qpair (1 submission queue and 1 completion queue).

Backport a SPDK patch to work around this issue.

Remove leftover from 1.1.4 and license from README file.
Install updated SPDK RPMs with workaround for NVMe bug

Signed-off-by: Johann Lombardi [email protected]

$ nvme get-feature /dev/nvme0 -f 7
get-feature:0x7 (Number of Queues), Current value:00000000

Value is 00000000 which means that this SSD is reporting it only
has 1 qpair (1 submission queue and 1 completion queue).

Backport a SPDK patch to work around this issue.

Remove leftover from 1.1.4 and license from README file.
Install updated SPDK RPMs with workaround for NVMe bug

Signed-off-by: Johann Lombardi <[email protected]>
@johannlombardi johannlombardi merged commit 03cb6b4 into master Sep 22, 2021
@johannlombardi johannlombardi deleted the merge_jlo branch September 22, 2021 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants