diff options
author | Miguel Angel Ajo <majopela@redhat.com> | 2022-09-19 17:15:24 +0200 |
---|---|---|
committer | Miguel Angel Ajo <majopela@redhat.com> | 2022-09-28 12:26:31 +0200 |
commit | e234b630f85b97e48ecf45d5aaba9b1aa64e6b54 (patch) | |
tree | de3b60aba635cb6d30aebf09e2f00aa6f0c9e81a /bash | |
parent | c6c3c5ae9fbeaaa2207149ed348109400b88314e (diff) | |
download | ostree-e234b630f85b97e48ecf45d5aaba9b1aa64e6b54.tar.gz |
Support overlayfs whiteouts on checkout
Introduces an intermediate format for overlayfs storage, where
.wh-ostree. prefixed files will be converted into char 0:0
whiteout devices used by overlayfs to mark deletions across layers.
The CI scripts now uses a volume for the scratch directories
previously in /var/tmp otherwise we cannot create whiteout
devices into an overlayfs mounted filesystem.
Related-Issue: #2712
Diffstat (limited to 'bash')
-rw-r--r-- | bash/ostree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/ostree b/bash/ostree index 46363315..6f3b86ea 100644 --- a/bash/ostree +++ b/bash/ostree @@ -249,6 +249,7 @@ _ostree_checkout() { --union-identical --user-mode -U --whiteouts + --process-passthrough-whiteouts " local options_with_args=" |