*** AlexeyAbashkin has joined #openstack-watcher | 00:48 | |
*** AlexeyAbashkin has quit IRC | 00:52 | |
*** jwcroppe has quit IRC | 01:08 | |
*** jwcroppe has joined #openstack-watcher | 01:11 | |
*** openstackgerrit has joined #openstack-watcher | 01:19 | |
openstackgerrit | Merged openstack/watcher master: optimize update_audit_state https://review.openstack.org/510275 | 01:19 |
---|---|---|
*** Yumeng has joined #openstack-watcher | 01:25 | |
*** AlexeyAbashkin has joined #openstack-watcher | 01:28 | |
*** AlexeyAbashkin has quit IRC | 01:32 | |
openstackgerrit | caoyuan proposed openstack/watcher master: Correct the instance migration link https://review.openstack.org/512143 | 02:19 |
*** AlexeyAbashkin has joined #openstack-watcher | 02:27 | |
*** AlexeyAbashkin has quit IRC | 02:31 | |
*** AlexeyAbashkin has joined #openstack-watcher | 03:26 | |
*** AlexeyAbashkin has quit IRC | 03:31 | |
*** nicolasbock has quit IRC | 03:41 | |
*** Yumeng has quit IRC | 04:13 | |
*** AlexeyAbashkin has joined #openstack-watcher | 04:26 | |
*** AlexeyAbashkin has quit IRC | 04:31 | |
*** jwcroppe has quit IRC | 04:35 | |
openstackgerrit | Merged openstack/watcher master: Correct the instance migration link https://review.openstack.org/512143 | 05:06 |
*** jwcroppe has joined #openstack-watcher | 05:55 | |
*** jwcroppe has quit IRC | 05:59 | |
*** Yumeng has joined #openstack-watcher | 06:12 | |
*** gabor_antal has quit IRC | 06:17 | |
openstackgerrit | caoyuan proposed openstack/watcher master: Update the nova api_version default value to 2.53 https://review.openstack.org/512144 | 06:51 |
*** gabor_antal has joined #openstack-watcher | 06:57 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/python-watcherclient master: Use generic user for both zuul v2 and v3 https://review.openstack.org/512513 | 07:02 |
adisky_ | Yumeng: hi | 07:10 |
Yumeng | adisky_:hi | 07:10 |
adisky_ | Yumeng: how are you?? | 07:10 |
Yumeng | adisky_: I'm good. Thx. you? | 07:11 |
adisky_ | adisky_: good, just need your help | 07:11 |
*** suzhengwei has joined #openstack-watcher | 07:12 | |
*** suzhengwei_ has joined #openstack-watcher | 07:12 | |
*** suzhengwei has quit IRC | 07:12 | |
Yumeng | adisky_: Sure, I will be happy to if I can. | 07:12 |
adisky_ | Yumeng: I am getting this error in ceilometer-compute-agent | 07:12 |
adisky_ | cpu_util statistic in not available for instance 1c69a217-f176-4d48-886f-d6470bce4ff5: NoVolumeException | 07:12 |
adisky_ | Yumeng: so i am unable to collect instance cpu usage and run any strategy, i know this is ceilometer side but may be you can help if you have time | 07:13 |
*** vincentfrancoise has joined #openstack-watcher | 07:14 | |
suzhengwei_ | adisky_:hi | 07:18 |
suzhengwei_ | Is the instance 1c69a217-f176-4d48-886f-d6470bce4ff5 a new one? | 07:18 |
adisky_ | suzhengwei_: yes | 07:21 |
adisky_ | suzhengwei_: do you have any idea?? | 07:22 |
suzhengwei_ | cpu_util is caculated from cpu by pipeline in ceilometer. Once an instance is created, it could get the cpu_util metrics. Only after it has 2 samples of cpu metrics, then it can get the cpu_util metrics. | 07:22 |
adisky_ | suzhengwei_: I am not able to collect memory.usage as well | 07:23 |
suzhengwei_ | you should check the guest-os of the instance. As I know, 'memory.usage' is supported by balloon-driver. | 07:25 |
adisky_ | suzhengwei_: it is the default one which m1.tiny flavor | 07:25 |
suzhengwei_ | What is the guest-os ? | 07:26 |
adisky_ | cirros | 07:26 |
suzhengwei_ | windows? centos? or others? | 07:26 |
suzhengwei_ | this is obvious. | 07:27 |
adisky_ | suzhengwei_: then?? | 07:27 |
suzhengwei_ | Try other linux os. | 07:28 |
suzhengwei_ | It has no balloon driver in cirros. | 07:28 |
adisky_ | suzhengwei_: ok thanks | 07:29 |
suzhengwei_ | welcome | 07:29 |
adisky_ | suzhengwei_: i think it should be hypervisor based not os based | 07:31 |
adisky_ | as per the documents of ceilometer | 07:31 |
suzhengwei_ | can you give out the link? | 07:33 |
openstackgerrit | Nam Nguyen Hoai proposed openstack/python-watcherclient master: Use generic user for both zuul v2 and v3 https://review.openstack.org/512513 | 07:33 |
adisky_ | suzhengwei_: https://docs.openstack.org/ceilometer/latest/admin/telemetry-measurements.html | 07:34 |
*** AlexeyAbashkin has joined #openstack-watcher | 07:34 | |
suzhengwei_ | Metric 'memory.usage' depends on balloon driver, | 07:36 |
suzhengwei_ | and shows the memory usage inside guest-os, | 07:36 |
suzhengwei_ | while 'memory.resident' represents volume of RAM | 07:36 |
suzhengwei_ | used by the instance on the physical machine. | 07:36 |
suzhengwei_ | Is memory.resident you want? | 07:37 |
adisky_ | suzhengwei_: i want both | 07:37 |
Yumeng | suzhengwei_: Aha, Cool! BTW, what's the meaning of "2 samples of cpu metrics" in "Only after it has 2 samples of cpu metrics, then it can get the cpu_util metrics."? | 07:38 |
adisky_ | suzhengwei_: I am able to get memory.resident, i can leave memory.usage considering cirros does not support but cpu util | 07:41 |
suzhengwei_ | The cpu_util is caculated by cpu metric. It has a formula which depend on 2 ordinal 'cpu' samples. | 07:42 |
adisky_ | suzhengwei_: i created instance yesterday | 07:43 |
Yumeng | suzhengwei_: I see. thx! | 07:44 |
suzhengwei_ | adisky_:Is it ok now? | 07:45 |
adisky_ | suzhengwei_: cpu_util, when i will get :p | 07:45 |
adisky_ | ? | 07:46 |
suzhengwei_ | Generally, 20 minutes after the instance created. | 07:47 |
suzhengwei_ | Can you get 'cpu' metrics of the instance? If not, there may be something wrong. | 07:49 |
adisky_ | suzhengwei_: checking | 07:52 |
adisky_ | suzhengwei_: i am getting both now, thanks :) | 07:53 |
suzhengwei_ | welcome | 08:07 |
*** vincentfrancoise has quit IRC | 08:15 | |
*** vincentfrancoise has joined #openstack-watcher | 08:16 | |
*** vincentfrancoise has quit IRC | 08:43 | |
*** suzhengwei_ has quit IRC | 08:52 | |
*** suzhengwei_ has joined #openstack-watcher | 08:52 | |
*** vincentfrancoise has joined #openstack-watcher | 08:55 | |
*** suzhengwei_ has quit IRC | 09:06 | |
*** suzhengwei_ has joined #openstack-watcher | 09:07 | |
*** vincentfrancoise has quit IRC | 10:14 | |
*** vvargaszte has joined #openstack-watcher | 10:28 | |
*** openstackgerrit has quit IRC | 10:33 | |
*** vincentfrancoise has joined #openstack-watcher | 10:37 | |
*** vvargaszte has quit IRC | 10:55 | |
*** nicolasbock has joined #openstack-watcher | 11:02 | |
*** vincentfrancoise has quit IRC | 11:13 | |
*** nicolasbock has quit IRC | 11:23 | |
*** nicolasbock has joined #openstack-watcher | 11:35 | |
*** vincentfrancoise has joined #openstack-watcher | 11:53 | |
suzhengwei_ | adisky_: ping | 12:02 |
suzhengwei_ | Yumeng:ping | 12:03 |
suzhengwei_ | If one action fails, is all actions in the action_plan rollback? | 12:05 |
suzhengwei_ | No matter whether the audit is CONTINUS or ONESHOT? | 12:06 |
*** vincentfrancoise has quit IRC | 12:14 | |
*** vincentfrancoise has joined #openstack-watcher | 12:15 | |
*** openstackgerrit has joined #openstack-watcher | 12:16 | |
openstackgerrit | suzhengwei proposed openstack/watcher-specs master: cluster-maintenance-strategy https://review.openstack.org/464602 | 12:16 |
openstackgerrit | suzhengwei proposed openstack/watcher-specs master: cluster-maintenance-strategy https://review.openstack.org/464602 | 12:22 |
*** suzhengwei_ has quit IRC | 12:23 | |
*** gabor_antal_ has joined #openstack-watcher | 12:37 | |
*** gabor_antal has quit IRC | 12:38 | |
*** vvargaszte has joined #openstack-watcher | 12:52 | |
*** vvargaszte has quit IRC | 12:54 | |
*** thorst has joined #openstack-watcher | 13:14 | |
*** suzhengwei has joined #openstack-watcher | 13:16 | |
*** suzhengwei has quit IRC | 13:20 | |
*** jwcroppe has joined #openstack-watcher | 14:06 | |
*** vincentfrancoise has quit IRC | 14:13 | |
*** vincentfrancoise has joined #openstack-watcher | 14:13 | |
*** vincentfrancoise has quit IRC | 15:15 | |
*** vincentfrancoise has joined #openstack-watcher | 15:16 | |
*** AlexeyAbashkin has quit IRC | 15:30 | |
*** AlexeyAbashkin has joined #openstack-watcher | 15:30 | |
*** AlexeyAbashkin has quit IRC | 15:41 | |
*** jwcroppe_ has joined #openstack-watcher | 15:47 | |
*** jwcroppe has quit IRC | 15:49 | |
*** vincentfrancoise has quit IRC | 16:43 | |
*** vincentfrancoise has joined #openstack-watcher | 16:43 | |
*** vvargaszte has joined #openstack-watcher | 16:57 | |
*** jwcroppe_ has quit IRC | 17:13 | |
*** vincentfrancoise has quit IRC | 17:15 | |
*** AlexeyAbashkin has joined #openstack-watcher | 17:22 | |
*** AlexeyAbashkin has quit IRC | 17:24 | |
*** vvargaszte has quit IRC | 17:41 | |
*** gabor_antal_km has joined #openstack-watcher | 17:53 | |
*** gabor_antal_ has quit IRC | 17:53 | |
*** jwcroppe has joined #openstack-watcher | 19:21 | |
*** AlexeyAbashkin has joined #openstack-watcher | 19:40 | |
*** AlexeyAbashkin has quit IRC | 19:44 | |
*** jwcroppe has quit IRC | 19:45 | |
*** jwcroppe has joined #openstack-watcher | 20:02 | |
*** AlexeyAbashkin has joined #openstack-watcher | 20:22 | |
*** AlexeyAbashkin has quit IRC | 20:27 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-watcher master: Prepare for Queens Milestone 1 https://review.openstack.org/512849 | 20:29 |
*** vvargaszte has joined #openstack-watcher | 20:29 | |
*** jwcroppe has quit IRC | 20:35 | |
*** thorst has quit IRC | 21:25 | |
*** thorst has joined #openstack-watcher | 21:26 | |
*** thorst has quit IRC | 21:30 | |
*** thorst has joined #openstack-watcher | 21:50 | |
*** thorst has quit IRC | 21:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!