Add metacopy=on flag to storage.conf
This commit is contained in:
parent
45fa0f8959
commit
708f45d074
@ -39,7 +39,7 @@ Epoch: 1
|
|||||||
Epoch: 0
|
Epoch: 0
|
||||||
%endif
|
%endif
|
||||||
Version: 0.1.36
|
Version: 0.1.36
|
||||||
Release: 18.dev.git%{shortcommit0}%{?dist}
|
Release: 19.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect Docker images and repositories on registries
|
Summary: Inspect Docker images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -399,6 +399,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 15 2019 Dan Walsh (Bot) <dwalsh+bot@fedoraproject.org> - 1:0.1.36-19.dev.git0fa335c
|
||||||
|
- Add metacopy=on flag to storage.conf
|
||||||
|
|
||||||
* Sun May 5 2019 Dan Walsh (Bot) <dwalsh+bot@fedoraproject.org> - 1:0.1.36-18.dev.git0fa335c
|
* Sun May 5 2019 Dan Walsh (Bot) <dwalsh+bot@fedoraproject.org> - 1:0.1.36-18.dev.git0fa335c
|
||||||
- Update man pages and add missing man pages to containers-common.
|
- Update man pages and add missing man pages to containers-common.
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ size = ""
|
|||||||
override_kernel_check = "true"
|
override_kernel_check = "true"
|
||||||
|
|
||||||
# mountopt specifies comma separated list of extra mount options
|
# mountopt specifies comma separated list of extra mount options
|
||||||
mountopt = "nodev"
|
mountopt = "nodev,metacopy=on"
|
||||||
|
|
||||||
# Remap-UIDs/GIDs is the mapping from UIDs/GIDs as they should appear inside of
|
# Remap-UIDs/GIDs is the mapping from UIDs/GIDs as they should appear inside of
|
||||||
# a container, to UIDs/GIDs as they should appear outside of the container, and
|
# a container, to UIDs/GIDs as they should appear outside of the container, and
|
||||||
|
Loading…
Reference in New Issue
Block a user