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

[Experiment] Explore running multiple containers in a shared VM #3658

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2024

  1. XXX add logs for OCI virtual disks

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    daf3696 View commit details
    Browse the repository at this point in the history
  2. Introduce DomainContainerStatus to track multiple OCIs per app instance

    Add support for /mnt%d per OCI
    
    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    38d1dec View commit details
    Browse the repository at this point in the history
  3. Add max_oci kernel bootarg

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    de50a9e View commit details
    Browse the repository at this point in the history
  4. Do separate 9P mounts

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0e46f08 View commit details
    Browse the repository at this point in the history
  5. XXX revert Format change

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    50f07a6 View commit details
    Browse the repository at this point in the history
  6. XXX change DiskStatus to use /mnt

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5b93d5d View commit details
    Browse the repository at this point in the history
  7. fix spec0 panic

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bf41d4d View commit details
    Browse the repository at this point in the history
  8. No max_oci for VM

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    28e515b View commit details
    Browse the repository at this point in the history
  9. Fix share_dir%d offset

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2d1d942 View commit details
    Browse the repository at this point in the history
  10. Using ContainerIndex

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f88e917 View commit details
    Browse the repository at this point in the history
  11. initrd: agetty fix

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    174eb3c View commit details
    Browse the repository at this point in the history
  12. init-initrd: add logmsg

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ed85ec0 View commit details
    Browse the repository at this point in the history
  13. XXX hack to create /mnt1 on host

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e2aced9 View commit details
    Browse the repository at this point in the history
  14. kvm.go yetus

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8349bd1 View commit details
    Browse the repository at this point in the history
  15. init-initrd: yetus

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1c62067 View commit details
    Browse the repository at this point in the history
  16. fix FileLocation for container 9p mount

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    afa375f View commit details
    Browse the repository at this point in the history
  17. chroot2: need to disable TIOCSCTTY for second container

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cb25358 View commit details
    Browse the repository at this point in the history
  18. init-initrd: fix LOGFILE

    Signed-off-by: eriknordmark <erik@zededa.com>
    eriknordmark committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6b09142 View commit details
    Browse the repository at this point in the history