Hide Forgot
Description of problem: When removing a proxy from libra-proxy in the middle of the configuration, all proxies after it in the file are removed as well. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create 5 apps and do an expose-port on all of them 2. Test proxies to ensure that they are working 3. Pick the first app and do a conceal-port on it 4. Test the remaining 4 proxies Actual results: All remaining proxies fail Expected results: All remaining proxies still work Additional info: The bug lies in the libra-proxy init script, setproxy function.
Missing space caused sed expression to match till the end of the file. Commit: 8f8b788
(In reply to comment #1) > Missing space caused sed expression to match till the end of the file. > > Commit: 8f8b788 Have checked the latest instances like devenv-stage_132 and devenv_1613,your fix "Commit: 8f8b788 " for this bug has not been built in . But after changing the code in the sever directly according to your fix, it works, We'll wait for next build come to verify it again.
verified it's working on devenv_1616