alces-software / forge-packages

Package descriptors for Alces Flight Forge
0 stars 0 forks source link

Fix hard coded path in `pdsh` #3

Closed WilliamMcCumstie closed 6 years ago

WilliamMcCumstie commented 6 years ago

There is a path looking for the old clusterware in the pdsh module:

[root@master ~]# pdsh
pdsh@master: Can't stat "/opt/clusterware/opt/pdsh/lib/pdsh": No such file or directory
pdsh@master: Couldn't load any pdsh modules

FlightDirect and Clusterware have been merged into a single directory structure. So it should be: /opt/flight-direct/opt/pdsh/lib/pdsh

mjtko commented 6 years ago

This has now caused an issue in the wild. Could somebody prioritize understanding/fixing it please?

WilliamMcCumstie commented 6 years ago

On it