Chengwei Yang

Results 10 comments of Chengwei Yang

sorry @wdanilo , I totally know nothing about js & nodejs.

in addition, the UI should show `deleted` rather than `added` after a user deleted, like below. ![drone-delete-user](https://cloud.githubusercontent.com/assets/689798/9490934/ff946ab0-4c1d-11e5-90f6-811ee39196d7.png) Currently, the UI just says `added` an user when the user was deleted.

continue this issue, I see /opt/graphite is not empty but exported as volume, if I start a container as `-v /data/graphite/:/opt/graphite` option, it always fail to start. So what's the...

OK, I saw GRAPHITE_STORAGE_DIR in conf/graphite/carbon.conf. But still confused why it says /opt/graphite is a volume? Because you can't mount an empty volume to it, that will break graphite service,...

em, after go-through [docker document](https://docs.docker.com/userguide/dockervolumes/) again, I think I understand how I should use these volumes, my bad, sorry.

IIRC, click logviewer link from nimbus web ui will always try to connect to a constant port (8080? not for sure now), however, mesos launch supervisor in a unique and...

@ZhangBoHang For the first question: inkscope first invoke soket.getfqdn() to find a FQDN name and then invoke socket.gethostname(fqdn) to get the ip binds to the FQDN, so in your situation,...

@ragingpastry :+1: I'll give it a try.

@ragingpastry thanks, I managed to setup an service with your patch with some changes I mentioned in your PR #3

@Yu-w thanks for your workaround, it works for me!