Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-07-09 20:23:11 +0300
committerJohn Cai <jcai@gitlab.com>2019-07-10 02:00:25 +0300
commit117b0564b5a35751240b9f437c9d1810f8ca42b2 (patch)
tree4803b75e6819fa96230042b0ae1a94be8a344362 /changelogs/unreleased/jc-allow-disk-access.yml
parent6e106f66ad9d692b88e90506c0b35c4281f2b600 (diff)
Allow disk access if we can access storage directlyjc-allow-disk-access
Move the methods to detect if we can access disk directly into StorageSettings. This reduces complexity by no longer needing synchronization, as well as being able to bypass the disk access check.
Diffstat (limited to 'changelogs/unreleased/jc-allow-disk-access.yml')
-rw-r--r--changelogs/unreleased/jc-allow-disk-access.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-allow-disk-access.yml b/changelogs/unreleased/jc-allow-disk-access.yml
new file mode 100644
index 00000000000..aac53c93423
--- /dev/null
+++ b/changelogs/unreleased/jc-allow-disk-access.yml
@@ -0,0 +1,5 @@
+---
+title: Allow rugged auto detect code to bypass disk access check
+merge_request: 30530
+author:
+type: other