[roll] Roll fuchsia [fshost] Format minfs when writing fails during a resize

Write a file to minfs to indicate when writing the contents of the old
instance to the new instance has started. This file is used to detect
if the device was restarted during the copy operation which could
potentially leave the device in a unknown state. If the file is detected
after a restart then minfs is reformatted.

Overwrite the minfs magic before removing the partition to prevent
mounting minfs on the next boot if deleting the partition partially
fails.

Original-Bug: 84885
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/586862
Original-Revision: d2e282101de919142a4a1c751dc198fc0766d7e6
GitOrigin-RevId: a0445207b2927cd17abb03ca63dd957216f4abf0
Change-Id: I689bb105f34ea7e96f0f6d8eb628e86d09bf058e
1 file changed
tree: 5248cd374e7c52b0568e73f22043d40065dca846
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.