Cloud-Migration-Tool icon indicating copy to clipboard operation
Cloud-Migration-Tool copied to clipboard

A Cloud storage migration command-line tool that uses the scality droplet library

Results 24 Cloud-Migration-Tool issues
Sort by recently updated
recently updated
newest added

Hello, I built on CentOS 7 (Linux s3 3.10.0-862.9.1.el7.x86_64 #1 SMP Mon Jul 16 16:29:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux), using stock packages. When running, I have a segmentation...

**config.json:** ``` { "source": { "backend": "posix", "base_path": "/tmp/sourceDir1" }, "destination": { "backend": "posix", "base_path": "/tmp/destDir1" }, "status": { "backend": "posix", "base_path": "/tmp/statusDir1" }, "cloudmig": { "buckets": {"/": "/"}, "worker-threads":...

Cloudmig will fail to run if run twice, in 2 different bash shells, simultaneously. Only 1 instance will succeed. If i add a slight delay (even .1 seconds) between cloudmig...

Currently, the ETA measures the last few seconds of bandwidth in order to attempt an estimation at how much data can be transferred. It does not take into account: -...

enhancement

We need a dummy cloudmig to be able to load and run loadable scenarios in order to test cloudmig-view easily, and quickly. This should be part of an effort to...

enhancement

When the destination isn't directly accessable, cloudmig reports a successful migration when no files were transferred. The transfer fails properly if the source is not accessible. This only occurs when...

bug

Cannot migrate a single sourceBucket into 2 different destination buckets. Below is a sample configuration that might be used for this scenario (buckets section is most important here): ``` {...

When doing a "merge"-type migration (merging a source directory into an existing and used target directory), any name-conflicting file might be overwritten without so much as a second thought. We...

bug

Currently, there is no proper documentation about how to use the tool: - What parameters are mandatory ? -> source, destination, cloudmig/buckets - What can help to explain an issue...

When migrating data from one backend to another, where the feature support is different between the two, we would like to be able to tell cloudmig not to try and...

enhancement