[roll] Roll fuchsia [fvm] Fix total_slices_reserved metric

This inspect metric would behave weirdly across an FDR, since the
partition would remove all of its slices and then re-allocate, but the
counter never got reset.  Fix this to just always report the number of
slices allocated to the partition.

Also removed the num_slice_reservations metric which is not very useful.

Original-Bug: 84626
Tested: Manually via iquery.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/584050
Original-Revision: e1c53892ea4211da45c5e033cd8c4977be0f3b5b
GitOrigin-RevId: 0add26e8feecd014448214c4ef856e12617420f6
Change-Id: I26a86ee73437a6d75e4d21849ca4098e24d20d7a
1 file changed
tree: 7d765374effc91c19955e6ecfbc28c2d1586df10
  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.