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

No need to mount the volume, DO does that automatically #16

Open
erkie opened this issue Feb 14, 2019 · 0 comments
Open

No need to mount the volume, DO does that automatically #16

erkie opened this issue Feb 14, 2019 · 0 comments
Labels
help wanted Would love help from other contributors

Comments

@erkie
Copy link
Member

erkie commented Feb 14, 2019

With proper logging I found out why the pkg.MountVolume step fails. It's because it is auto-mounted by DigitalOcean (and the mountpoint is set as well). Go figure

mount: /mnt/mysql_backup_201902141609: /dev/sdb already mounted on /mnt/mysql_backup_201902141609

So I should probably just remove that code and make the passed in mountPoint string optional.

@erkie erkie added the help wanted Would love help from other contributors label Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Would love help from other contributors
Projects
None yet
Development

No branches or pull requests

1 participant