Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Physical disk list

Pages: 1 2

Can you try copy-ing the entire /usr/lib/python3/dist-packages/PetaSAN/ from any working node then systemctl restart petasan-admin

Didn't help. im still getting the same error messages

Thanks!

can you check the contents of /usr/bin/python is

#! /bin/bash

if [[ $1 = /opt/petasan/* ]] ; then
python="/usr/bin/python3.6"
else
python="/usr/bin/python2.7"
fi

exec $python "$@"

should i create a shell script with the above code and run it?

it should already be there, if not then it could lead to problems. check the other nodes too.

if not there, yes do create it and chmod +x

🙂 that was the issue the python file on node1 was all gibberish looks like it somehow got corrupt, I replaced it with a new python file.

now everything is working fine.

 

Thank you!!!!!!

Pages: 1 2