[roll] Roll fuchsia [fshost] Remove child matchers for data and blobfs

Remove the data and blobfs PartitionMatchers and instead create an
FvmMatcher that explicitly mounts the blob and data partitions. If the
blob partition does not exist, fshost fails. If the data partition does
not exist, reset_fvm_partition will create it.

This approach makes fshost more resilient as it can now handle states in
which the data partition does not already exist. This might happen, for
example, if a device were to lose power in the middle of
reset_fvm_partition after the old data partition had been destroyed but
before the new data partition was allocated. In the old matcher system,
fshost waits for partitions to match against but cannot detect when an
expected partition does not show up. Now, fshost is more explicit about
which partitions it expects to appear in fvm.

Original-Bug: 125255
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/854177
Original-Revision: 65343732279b88eee396da8e55a70a041931023a
GitOrigin-RevId: 91f3cfc3d8e66b8dc99c8c0cc115d69bc33b0dfe
Change-Id: I80dd3e644c03d5ab94c9b1711e60051570b176e9
1 file changed
tree: 294ae7239576b45692eb5f9be2d25a1aa57868dc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.