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

Copy-config operation when source and Target both are URL #142

Open
EIC-JayGanatra opened this issue Nov 25, 2016 · 1 comment
Open

Copy-config operation when source and Target both are URL #142

EIC-JayGanatra opened this issue Nov 25, 2016 · 1 comment

Comments

@EIC-JayGanatra
Copy link

EIC-JayGanatra commented Nov 25, 2016

Hi,
In copy-config operation when i am giving source and target both as a URL(file schema), Instead of copying whole file it's copying the some part of the file.

Here in below shown a file which i am passing as a source(source datastore).
config.txt

And In Below attachment shown a file which i am getting as a output(target datastore).
debugit.txt

Here in below shown a request which i am passing at the client side.
copy-config_request

And in below attachment shown the server-side log when i am passing the above request.
copy-config_server

So i just want to know that is this the correct behavior or am i doing something wrong ?

Thanks in Advance.

Regards
Jay

@michalvasko
Copy link
Member

Hi Jay,
this behavior is not correct and I have found the problem. It is even seen from the output that the target file gets replaced every time and so only the data from the last found relevant datastore remain. However, fixing this bug is not totally trivial and having other priorities we cannot say when this will get fixed. We always appreciate patches :)

Regards,
Michal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants