Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloning mongodb fails #98

Closed
eschrock opened this issue Nov 14, 2019 · 0 comments · Fixed by #102 or mcred/titan#28
Closed

cloning mongodb fails #98

eschrock opened this issue Nov 14, 2019 · 0 comments · Fixed by #102 or mcred/titan#28
Assignees
Labels
Priority: Important Address ahead of normal issues Type: Bug Something isn't working

Comments

@eschrock
Copy link
Contributor

Expected Behavior

Create a mongo DB, create commits, push to s3, then try to clone.

Actual Behavior

$ titan clone s3web://demo.titan-data.io/jpmc mongo
Creating repository mongo
Creating docker volume mongo/v0 with path /data/configdb
Creating docker volume mongo/v1 with path /data/db
Command failed: docker run --label io.titandata.titan --mount type=volume,src=mongo/v0,dst=/data/configdb,volume-driver=titan --mount type=volume,src=mongo/v1,dst=/data/db,volume-driver=titan --name mongo --label io.titandata.titan --mount type=volume,src=mongo/v1,dst=/data/db,volume-driver=titan -p 27017:27017 -d mongo@sha256:08105c3b620f4feea45c7f26fa0024d546f7cf1bebc391325937f56104545239 
docker: Error response from daemon: Duplicate mount point: /data/db.
See 'docker run --help'.

Deleting volume mongo/v0
Deleting volume mongo/v1
mongo removed
``

## Steps to Reproduce the Problem

Run `titan clone s3web://demo.titan-data.io/jpmc mongo`

@eschrock eschrock added the Type: Bug Something isn't working label Nov 14, 2019
@eschrock eschrock added the Priority: Important Address ahead of normal issues label Nov 14, 2019
eschrock pushed a commit that referenced this issue Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Important Address ahead of normal issues Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants