diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-09 22:57:35 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-09 22:57:35 +0000 |
commit | 90b930bd751c22e6a615c5f71b306dc48568699b (patch) | |
tree | 80c3d39191ff16211b835d40d363a39f2a0eded7 /runsc/config/config.go | |
parent | 00125cc6294ce95742f0c17100ba8f51c07398f9 (diff) | |
parent | 1ca981f50f0b2ad273bbcb870bca21c4b1264504 (diff) |
Merge release-20210601.0-29-g1ca981f50 (automated)
Diffstat (limited to 'runsc/config/config.go')
-rw-r--r-- | runsc/config/config.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runsc/config/config.go b/runsc/config/config.go index fa550ebf7..1ff8e8f67 100644 --- a/runsc/config/config.go +++ b/runsc/config/config.go @@ -151,12 +151,6 @@ type Config struct { // ReferenceLeakMode sets reference leak check mode ReferenceLeak refs.LeakMode `flag:"ref-leak-mode"` - // OverlayfsStaleRead instructs the sandbox to assume that the root mount - // is on a Linux overlayfs mount, which does not necessarily preserve - // coherence between read-only and subsequent writable file descriptors - // representing the "same" file. - OverlayfsStaleRead bool `flag:"overlayfs-stale-read"` - // CPUNumFromQuota sets CPU number count to available CPU quota, using // least integer value greater than or equal to quota. // |