FNNDSC / pman

A process management system written in python
MIT License
23 stars 33 forks source link

Fix i/o dirs for swift to read from/write to #49

Closed ravisantoshgudimetla closed 6 years ago

ravisantoshgudimetla commented 6 years ago

The swift backend for pfioh won't work for end-to-end. This is because the plugins are hardcoded to read from /share/incoming and write to /share/outgoing. As of now, I am adding those hardcodings to swift get data and put data files.

cc @danmcp @rudolphpienaar

danmcp commented 6 years ago

@ravisantoshgudimetla Have you been able to test this?

ravisantoshgudimetla commented 6 years ago

@danmcp Not yet. I am testing it now. Just wanted to get feedback if you are ok with this hardcoding..

danmcp commented 6 years ago

@ravisantoshgudimetla I am ok with it. It was already hardcoded. We should at least hard code the default values.