Hide Forgot
Description of problem: rhc-admin-migrate-datastore attempts to operate on lost+found dir Version-Release number of selected component (if applicable): rhc-broker-1.13.6-1.el6oso.noarch How reproducible: always Steps to Reproduce: 1. run rhc-admin-migrate-datastore Actual results: /opt/rh/ruby193/root/usr/share/ruby/mcollective/rpc/client.rb:909:in `process_results_with_block': can't find user for lost+found (MCollective::UnknownRPCError) from /opt/rh/ruby193/root/usr/share/ruby/mcollective/rpc/client.rb:826:in `block in call_agent' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/client.rb:156:in `block (2 levels) in req' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/client.rb:151:in `loop' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/client.rb:151:in `block in req' from /opt/rh/ruby193/root/usr/share/ruby/timeout.rb:69:in `timeout' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/client.rb:148:in `req' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/rpc/client.rb:822:in `call_agent' from /opt/rh/ruby193/root/usr/share/ruby/mcollective/rpc/client.rb:243:in `method_missing' from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-msg-broker-mcollective-1.13.3/lib/openshift/mcollective_application_container_proxy.rb:3132:in `block in get_all_gears_endpoints_impl' from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-msg-broker-mcollective-1.13.3/lib/openshift/mcollective_application_container_proxy.rb:2111:in `rpc_exec' from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-msg-broker-mcollective-1.13.3/lib/openshift/mcollective_application_container_proxy.rb:3131:in `get_all_gears_endpoints_impl' from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-controller-1.13.5/lib/openshift/application_container_proxy.rb:54:in `get_all_gears_endpoints' from /usr/bin/rhc-admin-migrate-datastore:47:in `update_gears' from /usr/bin/rhc-admin-migrate-datastore:29:in `migrate' from /usr/bin/rhc-admin-migrate-datastore:376:in `<main>' Expected results: Clean return Additional info:
Fixed with pull request : https://github.com/openshift/origin-server/pull/3448
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/1066a6b5d7000325eed9cfdd6cd94d09309b3702 fix bug 999144 - check gear_file against uid map
Verified on devenv_3684 On one tab: tailf /var/log/openshift/broker/developemt.log | grep 'lost+found' On another tab: run rhc-admin-migrate-datastore There is not log with 'lost+found' appended to development.log, this bug is fixed.