Skip to content

Commit

Permalink
tweak logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Sep 26, 2024
1 parent 198c2fb commit 7bd2d1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloud/blockstore/vhost-server/backend_aio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ void TAioBackend::IoSetup()
const auto aioMaxNr = TIFStream("/proc/sys/fs/aio-max-nr").ReadLine();

STORAGE_WARN(
"retrying EAGAIN from io_setup, aio-nr/max: " << aioNr << "/"
<< aioMaxNr);
"retrying EAGAIN from io_setup, BatchSize: "
<< BatchSize << ", aio-nr/aio-max-nr: " << aioNr << "/"
<< aioMaxNr);

Sleep(waitTime);
}
Expand Down

0 comments on commit 7bd2d1d

Please sign in to comment.