Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [root@ip-172-31-54-139 openshift_scalability]# ./cluster-loader.py config/pyconfigMasterVirtScale.yaml
  2. touch: cannot touch ‘/etc/origin/openshift-passwd’: No such file or directory
  3. Traceback (most recent call last):
  4. File "./cluster-loader.py", line 88, in <module>
  5. project_handler(config,globalvars)
  6. File "/root/svt/openshift_scalability/utils.py", line 531, in project_handler
  7. single_project(testconfig, projname, globalvars)
  8. File "/root/svt/openshift_scalability/utils.py", line 446, in single_project
  9. user_handler(testconfig["users"], globalvars)
  10. File "/root/svt/openshift_scalability/utils.py", line 872, in user_handler
  11. create_user(user, globalvars)
  12. File "/root/svt/openshift_scalability/utils.py", line 363, in create_user
  13. subprocess.check_call("touch " + passfile, shell = True)
  14. File "/usr/lib64/python2.7/subprocess.py", line 542, in check_call
  15. raise CalledProcessError(retcode, cmd)
  16. subprocess.CalledProcessError: Command 'touch /etc/origin/openshift-passwd' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement