jianweizhang

Results 24 comments of jianweizhang

thanks for your suggestion.I don't quite understand the issue you're asking.could your help us fix this issue or explana the problem more clear.

very thanks.I understand what's causing the problem.after section "l.DomainIsActive" result is true,at this moment,vm is staill alive.when program goto "rRdReq, rRdBytes, rWrReq, rWrBytes, _, err = l.DomainBlockStats(*domain, disk.Target.Device)",vm is stoped.and...

ok.very thanks.

ok.very thanks.172.19.0.3 is a proper ip.other components wroks well.

i just run "docker stack deploy -c docker-compose.yml",but monasca forward and other components can not accss each other. ![image](https://user-images.githubusercontent.com/18585129/50217632-2c1bbf00-03c4-11e9-91a5-a1af687f9fa8.png) i want to run monasca not in one node.so i want...

very thank.did your ever use monasca-docker tool, deploy the monasca components on different nodes?

```yaml version: '3' services: memcached: image: memcached:1.5.0-alpine environment: LOGSTASH_FIELDS: "service=memcached" influxdb: image: influxdb:1.3.3-alpine environment: LOGSTASH_FIELDS: "service=influxdb" influxdb-init: image: monasca/influxdb-init:1.0.1 environment: LOGSTASH_FIELDS: "service=influxdb-init" depends_on: - influxdb cadvisor: image: google/cadvisor:v0.27.1 environment: LOGSTASH_FIELDS:...

thanks.i replace docker-compse.yml ${variable} with env value.