Earlier  
Posted Nick Remark
#openstack-nova - 2018-04-08
09:14:20 ivve instances are quite small 2cpu/4gbram i think
09:14:52 ivve i have verified this problem in two openstacks (they are both deployed with osa stable/pike)
09:15:34 ivve it filters host02 which is fine (since its disabled). but what happens to host01 and host03..
09:15:59 fanzhang or maybe you can try to get inventory and usage info of your resource provider, aka, compute node, host01 and host03, to see if there's any data errors. I am not sure it could help.
09:16:13 ivve none of the hosts are in any aggregate but these are the enabled filters:
09:16:18 ivve RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,AggregateCoreFilter,AggregateDiskFilter
09:16:37 ivve perhaps its the aggragatecorefilter? im checking
09:17:33 ivve perhaps this is the issue. none of the hosts are in aggregates
09:17:39 ivve ill try to move them to one
09:18:27 fanzhang oh right, that could be the issue.
09:20:44 ivve not much diffrent :(
09:20:51 ivve https://hastebin.com/fanamiyili.scala
09:21:00 ivve i put them in AZ and aggs
09:21:06 ivve still fails
09:21:07 ivve :/
09:23:17 ivve all are created from the same image, no affinity stuff going on, no server group.. agg and AZ is fixed and looks ok so not that
09:23:29 ivve ram/cpu filters out of question
09:24:17 ivve i have a different lab environment with 7 computes, it behaves the same
09:26:04 ivve all environments have ceph
09:26:08 fanzhang do you get any logs like "Starting with 2 host(s) get_filtered_objects /usr/lib/python2.7/site-packages/nova/filters.py:70" ? I think your log is not as detailed as mine above. And I have no more moves to help you out here, I guess. Sorry for that.
09:26:31 ivve thats the thing, nothing like that
09:27:14 ivve grepping for "get_filter"
09:27:18 ivve 0 hits :(
09:27:58 fanzhang how many controller nodes do you have?
09:28:00 ivve this is only the scheduler log
09:28:01 ivve 3
09:28:05 ivve im tailing all 3
09:28:13 fanzhang so check the scheduler log on the other two
09:30:01 ivve im only pasting the log that answers the call
09:30:06 ivve uhm, the node
09:36:48 ivve fanzhang: here is the full tail - https://hastebin.com/imugowosoy.scala
09:37:28 openstackgerrit XiaojueGuan proposed openstack/nova master: fix the lose of content in the document whose url is: https://docs.openstack.org/newton/config-reference/compute/schedulers.html https://review.openstack.org/559560
09:38:08 fanzhang ivve looks like you don't grep using the same req-id?
09:38:36 ivve this is the full command
09:38:49 ivve tail -f infra1-nova-scheduler-container-213eba01/nova-scheduler.log infra2-nova-scheduler-container-432537dc/nova-scheduler.log infra3-nova-scheduler-container-0801807a/nova-scheduler.log
09:39:11 ivve i wait for a while until a few "checks" has passed, then i engage a host migration
09:39:17 ivve and that is what comes out
09:40:09 fanzhang well, you can grep by req-id of migration requet, maybe it's much more clear
09:40:36 ivve i guess
09:40:46 ivve and then go for all logs, i suppose
09:42:38 fanzhang good luck, :) I have to go now.
09:43:17 ivve https://hastebin.com/ezitiperig.scala
09:46:27 fanzhang ivve oh hi, I quick checked the log before leaving, so you forced a host while migrating ?
09:46:51 ivve i disabled it
09:47:15 ivve and using the migrate host function to "evacuate" instances to other computes
09:48:35 ivve the horizon function known as "migrate host" -> Migrate all instances from a host with disabled nova-compute service
09:49:09 ivve instead of manually migrating every single instance or doing it by script
09:49:44 ivve i want the filters in scheduler to assign a proper host for all the instances
09:55:51 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P):Get vgpu info from `allocations` https://review.openstack.org/521717
09:59:16 openstackgerrit XiaojueGuan proposed openstack/nova master: fix the lose of content in the document whose url is: https://docs.openstack.org/newton/config-reference/compute/schedulers.html https://review.openstack.org/559560
10:53:20 openstackgerrit Tetsuro Nakamura proposed openstack/nova-specs master: Return all resources in provider_summaries spec https://review.openstack.org/559466
22:14:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (1/2) https://review.openstack.org/430608
22:14:40 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (2/2) https://review.openstack.org/459483
22:16:42 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.61 - List/Show all server migration types https://review.openstack.org/430839
#openstack-nova - 2018-04-09
01:05:37 openstackgerrit jichenjc proposed openstack/nova stable/queens: Avoid showing password in log https://review.openstack.org/559603
01:06:00 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add microversion to support extra_specs in flavor API. https://review.openstack.org/554159
01:37:46 openstackgerrit jichenjc proposed openstack/nova master: Avoid live migrate to same host https://review.openstack.org/542689
01:38:02 openstackgerrit jichenjc proposed openstack/nova master: Avoid raise InstanceNotRunning exception https://review.openstack.org/541152
02:10:02 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add host/hostId to instance action events API https://review.openstack.org/557145
02:44:18 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P):Get vgpu info from `allocations` https://review.openstack.org/521717
02:46:00 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add microversion to support extra_specs in flavor API. https://review.openstack.org/554159
02:55:04 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/api/openstack/compute/test_hosts.py https://review.openstack.org/559266
02:56:43 openstackgerrit jichenjc proposed openstack/nova master: make metadata doc up to date https://review.openstack.org/559613
04:24:32 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Support shared and nested allocation candidates https://review.openstack.org/556514
04:24:32 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return all nested providers in tree https://review.openstack.org/559480
04:24:33 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Return resource providers without inventories https://review.openstack.org/559554
04:24:33 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Consult the dictionary for root provider ids https://review.openstack.org/559555
06:12:19 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/virt/xenapi/test_vm_utils.py (1) https://review.openstack.org/558704
06:22:58 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Improve getting nested providers with capacity https://review.openstack.org/559638
06:28:15 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/virt/xenapi/test_vm_utils.py (2) https://review.openstack.org/558993
06:28:30 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/virt/xenapi/test_vm_utils.py (3) https://review.openstack.org/559258
06:47:30 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in test_user_data.py https://review.openstack.org/559264
06:58:25 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/api/*/test_instance_actions.py https://review.openstack.org/559269
07:09:04 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix the request context in ServiceFixture https://review.openstack.org/558160
07:09:42 openstackgerrit Takashi NATSUME proposed openstack/nova master: Replace mox stubs with stub_out in test_extended_volumes.py https://review.openstack.org/558685
07:29:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/api/*/test_server_password.py https://review.openstack.org/559649
07:41:32 openstackgerrit Roman Dobosz proposed openstack/nova master: Added weight for aggregate soft (anti) affinity. https://review.openstack.org/556762
07:41:33 openstackgerrit Roman Dobosz proposed openstack/nova master: Add nodes to group hosts to be checked against aggregation https://review.openstack.org/559651
07:57:30 bauzas good morning Stackers
08:08:28 tssurya good morning bauzas
08:11:29 openstackgerrit Zhenyu Zheng proposed openstack/nova-specs master: Allow abort live migrations in queued status https://review.openstack.org/536722
08:12:51 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): Add API to support compute node resource provider update and create https://review.openstack.org/521041
08:24:02 tetsuro good morning
08:40:47 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add microversion to support extra_specs in flavor API. https://review.openstack.org/554159
08:47:20 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:47:21 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
08:47:21 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
08:47:22 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
08:47:22 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
08:57:52 lyarwood Morning all - https://review.openstack.org/#/c/544238/ +2'd by Matt last week, any additional core reviews would be appreciated.
09:00:41 Sasikiran Hi All, Is there any steps to recover a vm in error state ("Unexpected vif_type=baremetal", "code": 500, "details": " File \"/usr/lib/python2.7/dist-packages/nova/compute/manager.py\", line 375, in decorated_function )
09:25:35 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/api/*/test_server_metadata.py https://review.openstack.org/559673
09:38:21 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Use XAPI pool instead of aggregate pool for shared SR migration https://review.openstack.org/554154
09:58:13 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Bump MIN_{LIBVIRT,QEMU}_VERSION for "Rocky" https://review.openstack.org/558783
09:58:13 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: [RFC] Pick next minimum libvirt / QEMU versions for "Stein" https://review.openstack.org/558171
10:38:55 openstackgerrit Michael Still proposed openstack/nova master: Move xenapi disk resizing to privsep. https://review.openstack.org/552242
10:38:56 openstackgerrit Michael Still proposed openstack/nova master: Sync xenapi and libvirt on what flags to pass e2fsck. https://review.openstack.org/554078
10:38:56 openstackgerrit Michael Still proposed openstack/nova master: Move xenapi partition copies to privsep. https://review.openstack.org/553605
10:38:57 openstackgerrit Michael Still proposed openstack/nova master: Move image conversion to privsep. https://review.openstack.org/554437
10:38:57 openstackgerrit Michael Still proposed openstack/nova master: We don't need utils.trycmd any more. https://review.openstack.org/554439

Earlier   Later