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

fuse-overlayfs: enable shifting #195

Merged
merged 10 commits into from
Jul 27, 2018

Commits on Jul 26, 2018

  1. storage.conf: move ostree_repo and skip_mount_home to the correct sec…

    …tion
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    9f0144d View commit details
    Browse the repository at this point in the history
  2. overlay: use full paths to the mount program

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8c814e0 View commit details
    Browse the repository at this point in the history
  3. overlay: enable support for shifting when FUSE is used

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    6480245 View commit details
    Browse the repository at this point in the history
  4. drivers: add new method SupportsShifting() to LayerIDMapUpdater

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    9bb1031 View commit details
    Browse the repository at this point in the history
  5. store: include layerID in the error message

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1e60d8a View commit details
    Browse the repository at this point in the history
  6. store: use the original image if the driver supports shifting

    do not create a new image with different uid/gid if the driver has
    support for shifting.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    883ee15 View commit details
    Browse the repository at this point in the history
  7. Makefile: install ffjson

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    140e0b6 View commit details
    Browse the repository at this point in the history
  8. drivers: inform Mount of the mappings used by the container

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1897396 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. tests: add test for shifting support

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    06cea37 View commit details
    Browse the repository at this point in the history
  2. shifting: raise an error if the container needs shifting

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    3f55e5a View commit details
    Browse the repository at this point in the history