You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/02 07:54:13 UTC

[GitHub] style95 opened a new pull request #2561: Execute stat command on localhost

style95 opened a new pull request #2561: Execute stat command on localhost
URL: https://github.com/apache/incubator-openwhisk/pull/2561
 
 
   This closes #2560
   
   `stat` command runs on the target host.
   In local deployment, it`s not a problem. But in distributed environment, this command, `stat: path={{ openwhisk_cli.local.location }}/{{ item }}` will run on target host and be failed.
   
   We need to force this command to run on localhost(Ansible host).
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services