Hello. I'm JH

Now I use Lava well for my experiment. I think Lava is good for me.
So, I have two questions and need to your help.

First question is about moving job.
When any job is running at any host, can I move job to another host?
Is it possible?
For example, we could assume that when there are 4 Client nodes, 1 client is used fully but others are free. In this case, we want to move some jobs to free node for load balancing.

How should I do?


Second question is managing account of users.
Generally, Lava could be used in cluster environments. As result, in case that user id in master node is equal to user id in compute node, dispatched job can run properly. Otherwise dispatched jobs are not running because of problem about permission.

For example, we assume that there are 1 master node and 2 compute nodes.
In master node, if 'willy' user have 'time' job,

> ls
rwx--- --- willy willy time xxxxxxxxxxxxxxx

However, in client node using NFS

> ls
rwx--- --- 610 611 time xxxxxxxxxxxxxxx

It is shown like above.
Client node hasn’t permission (other permission), so job cannot be executed.


I heard some method solving this problem.
If we can identify account of user at only master node, we can have equal user name in anywhere.

Maybe you have manual about this setting, so could you give me help..?


Thanks in advanced.

-JH