[roll] Roll fuchsia [fvm] Fix partition size limiting.

The device path used by fshost for FVM was incorrect so size limits
were not being applied.

Add more logging to FVM failures.

Adds additional logging for failed partition lookups, especially around
partition size limits. There was a report of a failure and it's not
clear why FVM is issuing the error.

Separate out the FshostIntegrationTest fixture implementation into a .cc
file and move the waiting code from the recovery-test to there so it can
be shared with the new test. Rename the test fixture file to match the
class name.

Reorganize the declarations of the fshost config constants so they are
easier to follow and the documentation can be longer.

Original-Bug: 64055

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/475442
Original-Revision: 989fe8bfcb1d8aae973df9b7aaccbf56536fa6e0
GitOrigin-RevId: 96674de87805e9bb1ee03b7f5d6504fa4339bb84
Change-Id: Ie6bb9383d7a7eaaacb9d6fdce5db8303cfce1926
1 file changed
tree: cd9ede1fbced5776f1143dcd173e68e269ae0ef5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.