Skip to content

nvme: start keep-alive after admin queue setup

Maurizio Lombardi requested to merge mlombard/centos-stream-9:RHEL-25203 into main

Merge Request Required Information

JIRA: https://issues.redhat.com/browse/RHEL-25203

Setting up I/O queues might take quite some time on larger and/or busy setups, so KATO might expire before all I/O queues could be set up. Fix this by start keep alive from the ->init_ctrl_finish() callback, and stopping it when calling nvme_cancel_admin_tagset().

Signed-off-by: Maurizio Lombardi mlombard@redhat.com

Summary of Changes

Approved Development Ticket

All submissions to CentOS Stream must reference an approved ticket in Red Hat Jira. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

Edited by Maurizio Lombardi

Merge request reports