Tiny fix hicache kernel backend comparison (#16867)
Signed-off-by: Mohammad Miadh Angkad <MAngkad.BSDSBA2027@aim.edu>
This commit is contained in:
committed by
GitHub
parent
d112f6a25b
commit
ff97814232
@@ -2000,7 +2000,7 @@ class ServerArgs:
|
||||
def _handle_hicache(self):
|
||||
if (
|
||||
self.hicache_mem_layout == "page_first_direct"
|
||||
and self.hicache_io_backend is "kernel"
|
||||
and self.hicache_io_backend == "kernel"
|
||||
):
|
||||
self.hicache_io_backend = "direct"
|
||||
logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user