summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-11-16 22:39:29 -0800
committerStan Hu <stanhu@gmail.com>2017-11-16 22:41:04 -0800
commit0c085aaf446a2cef0819a55a009c73a796cdf6e1 (patch)
tree630c8f2de8f455c7a8924094c476d34f58f08788 /changelogs
parentd41e66cb632cf4a51428c87a07cbdd182e3e0697 (diff)
downloadgitlab-ce-0c085aaf446a2cef0819a55a009c73a796cdf6e1.tar.gz
Fix hashed storage with project transfers to another namespacesh-port-hashed-storage-transfer-fix
With hashed storage enabled, we would fail to transfer a project to another namespace because the provided paths were wrong. Instead, we should not attempt to move paths at all. Closes gitlab-org/gitlab-ee#4056
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml b/changelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml
new file mode 100644
index 00000000000..c32afc90f64
--- /dev/null
+++ b/changelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Fix hashed storage with project transfers to another namespace
+merge_request:
+author:
+type: fixed