Hide Forgot
Description of problem: When there is no error happen using 'oadm diagnostic NetworkCheck --network-logdir='/tmp/openshift/result' Version-Release number of selected component (if applicable): #openshift version openshift v1.4.0-alpha.0+0787d9f-738 kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 How reproducible: always Steps to Reproduce: 1. setup cluster openshift and the env are working well 2. run 'oadm diagnostics NetworkCheck -network-logdir='/tmp/openshift/result' 3. ls /tmp Actual results: No /tmp/openshift/result is created Expected results: should store the check result into the --network-logdir Additional info:
This is expected behavior. We want to collect data for further analysis in case of errors. Don't see much value in collect and copy data if everything is working fine.
ok, thanks. According to comment 1. this bug can be verified.
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/18c21d4d32e28217ee124f65d5b501048e8e29e9 Bug 1388025 - Update NetworkDiagDefaultLogDir description