Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHD: add support for in-memory disk backends #740

Merged
merged 7 commits into from
Aug 9, 2024

Commits on Aug 7, 2024

  1. PHD: add affordance for in-memory disk backends

    Add an affordance for creating in-memory disk backends in PHD and
    populating them with data in a FAT filesystem (similar to what
    propolis-standalone and omicron do to create cloud-init data volumes).
    Add a small test that such volumes can be mounted and read as expected.
    gjcolombo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8f60be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da2084 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. improve error messages

    gjcolombo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    85c0b95 View commit details
    Browse the repository at this point in the history
  2. simplify sector arithmetic

    gjcolombo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bccf54b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f53b20 View commit details
    Browse the repository at this point in the history
  4. clean up error types

    gjcolombo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cfa1f17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e77600 View commit details
    Browse the repository at this point in the history