summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-06-14 18:22:26 -0700
committerJohn Cai <jcai@gitlab.com>2019-07-05 10:31:47 -0700
commit8152e1aa4a039056d3010180051e6935b20d3656 (patch)
treed039df3af3556e12005541b87930b54c6a04e3e5 /changelogs
parent50441577f0d24fe66ad1d59879f10315b54946c4 (diff)
downloadgitlab-ce-8152e1aa4a039056d3010180051e6935b20d3656.tar.gz
Use Rugged if we detect storage is NFS and we can access the diskjc-detect-nfs-for-rugged
Add a module we use as a singleton to determine whether or not rails is able to access the disk
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-detect-nfs-for-rugged.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-detect-nfs-for-rugged.yml b/changelogs/unreleased/jc-detect-nfs-for-rugged.yml
new file mode 100644
index 00000000000..ca738181a55
--- /dev/null
+++ b/changelogs/unreleased/jc-detect-nfs-for-rugged.yml
@@ -0,0 +1,5 @@
+---
+title: Use Rugged if we detect storage is NFS and we can access the disk
+merge_request: 29725
+author:
+type: performance