commit | 9670ffa9d1eeab5a3979d65617fee7566f5a5732 | [log] [tgz] |
---|---|---|
author | David Greenaway <dgreenaway@fuchsia.infra.roller.google.com> | Wed Oct 20 23:58:05 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 20 16:59:21 2021 -0700 |
tree | 2b201f2a2bbf28480016560078434250a315bc0a | |
parent | ed3f3958040c03807bb961d153b3bab9b5c3afde [diff] |
[roll] Roll fuchsia [virtualization] Add request watchdog for virtio-block This CL introduces a `RequestWatchdog` class, which allows requests to be tracked and a warning printed to the syslog if any request takes longer than a predefined time to complete. We use RequestWatchdog in virtio-block to warn if any requests from the guest become stuck, which may be a cause of the symptoms seen in http://fxbug.dev/86514. Multiply: virtualization-core-tests, virtualization-block-tests Original-Bug: 86514 Original-Bug: 87089 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594709 Original-Revision: ab5d772e8de0c178090429eb45c2d17bc2cc0b49 GitOrigin-RevId: eb0889abefac2d3ef068be2d84e91b7d70770b65 Change-Id: I328fac68f4c068bcd7be6fd7c72dcd6812e9892d
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.