generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: show request_queue freeze status
When request_queue is freezed, processes which start issuing io will be blocked, add two new field to blockinfo dump, "Freeze Depth" will tell how many queue freezing operations is going on and "Usage Counter" represents those operations who own one ref count of the queue, queue freezed succeed only when this counter drops to 0, so none zero "Freeze Depth" with none zero "Usage Counter" means queue freezeing operation is blocked by the "Usage Counter", the most common reason for this is that there is in flight ios, check "Inflight I/Os" field. Orabug: 37361260 Signed-off-by: Junxiao Bi <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters