Jeffrey Zhang

Results 19 comments of Jeffrey Zhang
trafficstars

have the exactly same issue.

I use a shell script for workaround ```bash #!/bin/bash -xe assh.exe config build > ~/.ssh/config sed -i 's/ ProxyCommand D:.*/ ProxyCommand assh connect --port=%p %h/g' ~/.ssh/config ```

Have the same issue, please fix this.

one workaround is us `%C` for `%h` > ``` > %C Hash of %l%h%p%r. > ``` ``` controlpath: ~/.temp/ssh/%r@%c-%p.sock ```

one workaround to custom the access log datefmt in `gunicorn.conf.py` ```python import datetime from gunicorn.glogging import Logger class CustomLogger(Logger): def now(self): return datetime.datetime.utcnow().isoformat(sep=' ', timespec='milliseconds') logger_class = CustomLogger ```

Since i don't know what's the root cause, i also create a issue with the same description in openshift side https://github.com/openshift/openshift-ansible/issues/8200

hey @vhosakot , nice to meet you here. btw, could you give me some help about this issue.:D

@Pamir yes. i also found there are two ovs bridges created by netplugin even though i am using vlan+bridge mode, `contivVlanBridge` and `contivVxlanBridge` bridge. And the service ip is added...

one year is passed. could we merge this simple patch?