Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !424 opened Feb 26, 2021 by Máhonfai Bálint@balint355 
  • Report abuse
Report abuse

Export and import disks using SSH

Change the disk export and import to use an SSH connection instead of HTTP. This should make exports and imports faster and more reliable. Requires the similar merge requests in storagedriver and storeserver too.

Edited Feb 26, 2021 by Máhonfai Bálint
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b ssh_export_import origin/ssh_export_import

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff ssh_export_import

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 0
  • Commits 10
  • Pipelines 2
  • Changes 4
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Máhonfai Bálint @balint355

    changed the description

    Feb 26, 2021

    changed the description

    changed the description
    Toggle commit list
  • Szeberényi Imre @szebi

    merged

    Mar 02, 2021

    merged

    merged
    Toggle commit list
  • Szeberényi Imre @szebi

    mentioned in commit 4b62f1c2

    Mar 02, 2021

    mentioned in commit 4b62f1c2

    mentioned in commit 4b62f1c2c89431f4f79a19a070eb8b368d1f6ed3
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!424
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.