SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

Rfe 396 #408

Closed hguemar closed 10 years ago

hguemar commented 10 years ago

Add a global transfer timeout parameter (default: 0 or unlimited)

keoo commented 10 years ago

No documentation made, could you update userman / manpages for it ? Code seems ok testing it

hguemar commented 10 years ago

I fixed the issue with UMS, now you could change the default timeout: ./vishnu_configure_default_option VISHNU_TRANSFER_TIMEOUT 100

rchakode commented 10 years ago

Perhaps I missed something, it doesn't work $ ./bin/vishnu_configure_default_option VISHNU_TRANSFER_TIMEOUT 2 ./bin/vishnu_configure_default_option: The name of the user option is unknown []

keoo commented 10 years ago

Problem is database not updated, without the option in the DB you get this error

rchakode commented 10 years ago

C'est parce que je n'avais pas mis à jour ma base de données. Du coup, je pense qu'il faudrait mettre en place un SCRIPT d'UPGRATE de la BD pour permettre une migration facile de version.

hguemar commented 10 years ago

Yup, mais comme c'est géré de manière externe, je ne l'ai pas inclus dans la PR

rchakode commented 10 years ago

Ok, merged.