| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-01-16 | |||
| 03:36:37 | openstackgerrit | OpenStack Proposal Bot proposed openstack/nova master: Updated from global requirements https://review.openstack.org/533046 | |
| 03:43:07 | openstackgerrit | OpenStack Proposal Bot proposed openstack/os-vif master: Updated from global requirements https://review.openstack.org/533918 | |
| 03:55:53 | openstackgerrit | Jackie Truong proposed openstack/nova master: Add trusted_image_certificates to REST API https://review.openstack.org/486204 | |
| 04:19:59 | openstackgerrit | Takashi NATSUME proposed openstack/nova master: Transform instance.resize_confirm notification https://review.openstack.org/482557 | |
| 04:20:21 | openstackgerrit | OpenStack Proposal Bot proposed openstack/nova master: Updated from global requirements https://review.openstack.org/533046 | |
| 04:20:32 | openstackgerrit | OpenStack Proposal Bot proposed openstack/nova master: Updated from global requirements https://review.openstack.org/533046 | |
| 04:25:43 | openstackgerrit | OpenStack Proposal Bot proposed openstack/os-traits master: Updated from global requirements https://review.openstack.org/533994 | |
| 04:25:51 | openstackgerrit | OpenStack Proposal Bot proposed openstack/os-vif master: Updated from global requirements https://review.openstack.org/533918 | |
| 04:35:18 | rano | hi.....how can i check for nova logs | |
| 04:35:20 | rano | ? | |
| 04:38:46 | rano | andreas_s: where i can see the nova logs ? | |
| 04:38:54 | rano | can you help me out | |
| 04:38:56 | rano | ? | |
| 04:39:21 | rano | while using nova cli | |
| 04:44:01 | jichen | use nova --debug xxx to print more logs and go to host running nova service, check logs ,sometimes it locates at /var/log/nova/* | |
| 04:58:54 | Spazmotic | Morning... evening..whatever | |
| 05:00:54 | rano | Spazmotic: hi morning | |
| 05:01:15 | rano | Spazmotic: can you help me in find the nova logs | |
| 05:01:17 | rano | ? | |
| 05:01:39 | rano | i am new to nova | |
| 05:02:08 | Spazmotic | Like running nova services in an env, or while doing development? | |
| 05:02:29 | Spazmotic | Like jichen mentioned, depending on the service, they'll usually be located in /var/log/nova, or you can run the --debugs | |
| 05:02:30 | rano | Spazmotic: AIO devstack | |
| 05:03:08 | rano | can you help me with CLI that can be use to see | |
| 05:03:46 | Spazmotic | the nova client CLI? | |
| 05:03:48 | Spazmotic | What do you need to do? | |
| 05:04:33 | rano | Spazmotic: I am running the `openstack aggregate list` after installation of devstack | |
| 05:04:46 | rano | and want to check the logs of fired CLI | |
| 05:05:28 | rano | that is what i am trying to do | |
| 05:05:30 | Spazmotic | So you're running aggregate list and want to see it running that action directly in the logs, i guess for more understanding of what all it hits? | |
| 05:05:43 | rano | yes exactly | |
| 05:05:46 | rano | Spazmotic: | |
| 05:06:46 | Spazmotic | so if you run the --debug command with the openstack client or just use nova, it will show you a pretty nice breakdown of what it calls.. but if you want to get more granular than that you will need a sharper understanding of nova itself | |
| 05:07:01 | Spazmotic | Somoene here may be more familiar with the aggregate code, so i'm not 100% sure what all it hits.. the logs you would check would vary depending. | |
| 05:07:19 | Spazmotic | A good place to start would be nova api code for that action and see where it bounces off to. | |
| 05:15:02 | Spazmotic | rano: Just a quick look through nova API and into compute API.. it pushes the get_aggregatre_list through here and then moves into objects -- https://github.com/openstack/nova/blob/master/nova/compute/api.py#L4815-L4817 | |
| 05:15:20 | Spazmotic | Be careful moving through conductor you'll get black holed.. if it sends it to conductor generally just look in nova.compute.manager.py | |
| 05:15:22 | Spazmotic | good luck :) | |
| 05:17:25 | Spazmotic | or honestly just run the command then "ls -lstrh" on the log dir to see which ones change and peruse them | |
| 05:22:24 | rano | Spazmotic: thanks a lot for help | |
| 05:22:41 | rano | but i am unable to find the log directory | |
| 05:22:42 | rano | :( | |
| 05:45:01 | Spazmotic | gotta do some googling buddy. https://ask.openstack.org/en/question/13014/where-to-find-log-files-in-devstack-installation/ | |
| 06:08:40 | ameeda | Morning :) | |
| 06:09:29 | ameeda | gmann: please review the code, there is a reviewer give me -1, it seems that he doesn't understand the bug clearly. I don't change anything on metadata | |
| 06:10:43 | gmann | ameeda: sure,i might check it tomorrow or in night. | |
| 06:11:13 | ameeda | Thank you very much, so I don't need to change anything as jay said ? | |
| 06:13:48 | openstackgerrit | Hironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector https://review.openstack.org/468353 | |
| 06:16:21 | gmann | you should :), if you have any query on review comment you can reply. his comments seems valid. | |
| 06:18:22 | gmann | ameeda: image service proxy API are now deprecated. i think if you fix the comment and test as he mentioned should be ok | |
| 06:19:50 | gmann | ameeda: because that bug is little half scenario kind of, where nova store server metadata which is restricted to 255 by API layer but internally image might have >255 metadata value which are being stored in instance_system_metadata table | |
| 06:20:23 | gmann | i all also check the review but later | |
| 06:27:37 | openstackgerrit | Nakanishi Tomotaka proposed openstack/nova master: Test Compute API in multiple cell https://review.openstack.org/534116 | |
| 06:29:07 | ameeda | gmann: Thank you, I will fix that | |
| 06:41:02 | openstackgerrit | Hironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector https://review.openstack.org/468353 | |
| 07:05:17 | alex_xu | ls | |
| 07:09:00 | openstackgerrit | Hironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector from ports/portgroups https://review.openstack.org/517322 | |
| 07:10:53 | ratailor | alex_xu, could you pl review, https://review.openstack.org/#/c/498334/ | |
| 07:11:05 | ratailor | alex_xu, it gets stuck in merge conflict every now and than. | |
| 08:35:36 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: reno for notification-transformation-queens https://review.openstack.org/518018 | |
| 08:48:07 | gibi | cores, I think this is a fix for a problematic master stability issue, could you check it? https://review.openstack.org/#/c/533210/ | |
| 08:55:28 | gmann | gibi: +1, if you want you can optimism it more. | |
| 08:56:17 | ratailor | Can anybody provide steps to create live-migration setup ? | |
| 08:56:43 | ratailor | I have created with one all-in-one controller and 1 compute node, and setup ssh keys as mentioned here. https://docs.openstack.org/devstack/latest/guides/multinode-lab.html#live-migration | |
| 08:57:09 | ratailor | But I couldn't live-migrate vm from one node to other. | |
| 08:58:12 | openstackgerrit | Merged openstack/nova master: Transform rescue/unrescue instance notifications https://review.openstack.org/385644 | |
| 09:00:20 | openstackgerrit | Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900 | |
| 09:03:52 | gibi | gmann: thanks, I replied inline | |
| 09:08:41 | gmann | gibi: is it? irrelevant-files override should work in inherited jobs. | |
| 09:09:17 | gibi | gmann: it doesn't work. Let me dig out the infra log | |
| 09:09:31 | gmann | i am trying to push irrelevant-files on base jobs like legacy dvsm etc which can be issue then | |
| 09:10:06 | gibi | gmann: discussion starts here http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2018-01-12.log.html#t2018-01-12T14:50:01 | |
| 09:10:07 | gmann | i have not tired the overridden scenario but with discussion with clark long back it should. | |
| 09:13:41 | ratailor | I am getting below error in n-cpu logs: | |
| 09:13:42 | ratailor | Jan 16 07:42:16 devstack-compute nova-compute: libvirtError: internal error: unable to execute QEMU command 'drive-mirror': Failed to connect socket: Connection timed out | |
| 09:13:42 | ratailor | Jan 16 07:42:16 devstack-compute nova-compute: if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', dom=self) | |
| 09:13:42 | ratailor | Jan 16 07:42:16 devstack-compute nova-compute: File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1702, in migrateToURI3 | |
| 09:14:05 | kashyap | ratailor: Can you successfully repeat it? | |
| 09:14:10 | kashyap | Is it with today's Git master? | |
| 09:14:48 | kashyap | ratailor: That error means, QEMU has quit. | |
| 09:16:53 | gmann | gibi: i think that issue was different where auto converted job definition caused that bug. irrelevant-files is defined as regex text in zuulv3 and it override among job inheritance. | |
| 09:18:07 | openstackgerrit | Michał Dulko proposed openstack/os-vif master: Revert "Move 'ips' field from Subnet object to VIF object" https://review.openstack.org/534206 | |
| 09:18:09 | kashyap | ratailor: You can see what happens in the libvirtd.log | |
| 09:18:44 | gibi | gmann: OK, I will try what you suggest to see if in the in tree definition the override works | |
| 09:20:45 | gmann | gibi: thanks, i am trying to fill base job with basic irrelevant-files so that they can be overridden if needed like this- https://review.openstack.org/#/c/531194/ | |
| 09:25:03 | ratailor | kashyap, let me try it again. | |
| 09:32:04 | ildikov | johnthetubaguy: hi | |
| 09:32:43 | ildikov | johnthetubaguy: if you could go through the multi-attach series rather the first half of this week that would be great so I can fix things before the gate gets impossible | |
| 09:33:11 | ildikov | johnthetubaguy: series starts here: https://review.openstack.org/#/c/267587/ | |
| 09:33:33 | ildikov | johnthetubaguy: experimental job: https://review.openstack.org/#/c/532689/ | |
| 09:33:45 | ildikov | johnthetubaguy: the multi-attach tests ran fine | |
| 09:37:11 | ildikov | gibi: same pretty please goes to you for this one: https://review.openstack.org/#/c/271047/ :) | |
| 09:38:55 | kashyap | mdbooth: I don't suppose this ever happened, did it? http://lists.openstack.org/pipermail/openstack-operators/2017-January/012540.html | |
| 09:39:07 | kashyap | mdbooth: It is your proposal to remove "support for sparse LVM volumes from Nova" | |
| 09:39:47 | mdbooth | kashyap: I think that was in the context of work which didn't land, so no | |
| 09:39:52 | kashyap | I see. | |
| 09:51:24 | openstackgerrit | Claudiu Belu proposed openstack/nova master: tests: fixes mock autospec usage https://review.openstack.org/447505 | |
| 09:51:27 | openstackgerrit | Claudiu Belu proposed openstack/nova master: tests: autospecs all the mock.patch usages https://review.openstack.org/470775 | |
| 09:51:28 | openstackgerrit | Claudiu Belu proposed openstack/nova master: hyper-v: autospec classes before they are instantiated https://review.openstack.org/342211 | |
| 10:05:33 | bhujay | Hello Everybody , any idea how to configure nova libvirt section for a FC shared storage instead of rbd | |