I deployed an slurm cluster on AWS which had fusera instance running on master node. The data were mount without any problem. But it looks like the data can only be accessed on master node, but not from other compute nodes. I need grant the access to the mount data to compute nodes in order to perform calculation. How can i achieve that? I know i could melt fusera mounting command in my job submit and by which each node can have its own fusera instance. Is it sounds silly? Can I have a smarter way? Thanks.
Jingqi