Thursday, 2019-02-07

sean-k-mooneyby the way did you do the hard reboot after you restart the nova compute service00:00
mshaikh99I did hard reboot of VM00:01
mshaikh99after nova compute service is restarted00:01
mshaikh99Although after hardreboot of VM, I do see time dd if=/dev/zero of=/tmp/test1 bs=20M count=100 conv=fsync;rm /tmp/test1 100+0 records in 100+0 records out 2097152000 bytes (2.1 GB, 2.0 GiB) copied, 42.8637 s, 48.9 MB/s00:02
mshaikh99so I guess the option for disk_cachemodes=file=writebac is not used any more. I can remove it from  /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver disk_cachemodes=file=writebac00:03
sean-k-mooneywell it still exists00:03
sean-k-mooneyhttps://docs.openstack.org/nova/latest/configuration/config.html#libvirt.disk_cachemodes00:04
sean-k-mooneywhat release are you using again00:04
mshaikh99Queens00:05
sean-k-mooneyfile=directsync would be safter then writeback by the way and may give better performance then writethrough00:05
mshaikh99So I only need to hard reboot and that would have increased the IO00:05
*** wolverineav has quit IRC00:05
mshaikh99or I should keep the disk_cachemodes=file=directsync option in DEFAULT section of nova compute config file?00:06
melwittwe had an old bug around that, but it was fixed in queens, so you should have the fix as long as you're running >= 17.0.0.0b2 https://bugs.launchpad.net/nova/+bug/172755800:06
openstackLaunchpad bug 1727558 in OpenStack Compute (nova) pike "libvirt driver ignores 'disk_cachemodes' configuration setting" [High,Fix committed] - Assigned to melanie witt (melwitt)00:06
mshaikh99I don't see that writebac option was picked up by the nova00:07
*** wolverineav has joined #openstack-nova00:07
mshaikh99libvirt+ 27386     1 16 15:01 ?        00:03:06 /usr/bin/qemu-system-x86_64 -name guest=instance-00000002,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-22-instance-00000002/master-key.aes -machine pc-i440fx-bionic,accel=tcg,usb=off,dump-guest-core=off -cpu EPYC,acpi=on,ss=on,hypervisor=on,erms=on,mpx=on,pcommit=on,clwb=on,pku=on,ospke=on,3dnowext=on,3dnow=on,vme=off,fma=off,avx00:07
sean-k-mooneymshaikh99: disk_cachemode is part of the [libvirt] sechont not [DEFAULT]00:07
*** _alastor_ has quit IRC00:07
sean-k-mooneymshaikh99: i would set [libvirt] disk_cachemodes=file=directsync00:08
mshaikh99ok let me try it then00:08
mshaikh99I have changed it and hard reboot my VM00:09
*** artom has joined #openstack-nova00:09
sean-k-mooneyand restarted nova-compute agent00:09
*** markvoelker has joined #openstack-nova00:11
mshaikh99there is no nova-compute agent runnnig00:11
*** wolverineav has quit IRC00:12
sean-k-mooneythe nova compute agent and nova compute service are the same thing00:12
mshaikh99ok now I see time dd if=/dev/zero of=/tmp/test1 bs=20M count=100 conv=fsync;rm /tmp/test1 100+0 records in 100+0 records out 2097152000 bytes (2.1 GB, 2.0 GiB) copied, 44.5152 s, 47.1 MB/s  real    0m44.655s user    0m0.072s sys     0m40.564s00:14
mshaikh99about 47.1 MB00:14
mshaikh99and cache=directsync00:14
mshaikh99for qemu process on compute node00:14
mshaikh99thanks for the help00:14
*** BjoernT has joined #openstack-nova00:15
sean-k-mooneymshaikh99: setting the cache mode to writeback will imporve it more00:20
sean-k-mooneymshaikh99: but you need to make sure the servers are UPS backed or you could get data currption with a power outage00:20
sean-k-mooneyand all the other issues that go with writeback00:21
sean-k-mooneyo/00:21
*** itlinux has joined #openstack-nova00:26
mshaikh99is directsync safe00:28
mshaikh99I mean my server are not UPS backed up00:28
sean-k-mooneyyes direct sync is safe00:28
mshaikh99otherwise I will revert back to none00:28
mshaikh99Cool00:28
mshaikh99Thanks Sean00:29
sean-k-mooneycache mode none,writethrough and directsync are considerd eqally safe00:29
sean-k-mooneywriteback is less safe and unsafe well its in the name00:29
sean-k-mooneynone and directsync tend to have better write performance then writehtrough but writethrough has better read performace00:31
*** BjoernT_ has joined #openstack-nova00:32
mshaikh99I will check with my team about the read v/s write use-case00:32
mshaikh99and will try to setup accordingly00:32
mshaikh99Can I setup a group of servers for one way and another group for another way00:32
mshaikh99or it is global parameter?00:32
sean-k-mooneyits per compute node00:33
sean-k-mooneyso you can use host aggrages to group them00:33
mshaikh99ok, so I can setup a host aggregate00:33
mshaikh99ok got it00:33
*** itlinux has quit IRC00:33
*** BjoernT has quit IRC00:34
*** itlinux has joined #openstack-nova00:34
*** sdake has quit IRC00:37
*** _alastor_ has joined #openstack-nova00:38
*** itlinux has quit IRC00:38
*** itlinux has joined #openstack-nova00:39
*** mshaikh99 has quit IRC00:39
*** igordc has joined #openstack-nova00:42
*** _alastor_ has quit IRC00:43
*** markvoelker has quit IRC00:44
*** itlinux has quit IRC00:44
*** itlinux has joined #openstack-nova00:46
*** itlinux has quit IRC00:48
*** ileixe has joined #openstack-nova00:49
*** ileixe has quit IRC00:51
*** ileixe has joined #openstack-nova00:51
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Add migration param to check_can_live_migrate_destination  https://review.openstack.org/63460500:57
*** wolverineav has joined #openstack-nova00:57
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating  https://review.openstack.org/63460600:57
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source  https://review.openstack.org/63482700:57
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData  https://review.openstack.org/63482800:57
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration  https://review.openstack.org/63522900:57
*** wolverineav has quit IRC01:01
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (3)  https://review.openstack.org/57410401:06
*** itlinux has joined #openstack-nova01:06
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (4)  https://review.openstack.org/57410601:07
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (5)  https://review.openstack.org/57411001:07
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (6)  https://review.openstack.org/57411301:07
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (7)  https://review.openstack.org/57497401:07
*** itlinux has quit IRC01:10
*** sdake has joined #openstack-nova01:12
*** TxGirlGeek has quit IRC01:13
openstackgerritMerged openstack/nova master: Switch tempest-slow to be run on python 3  https://review.openstack.org/63420401:16
*** jobewan has quit IRC01:18
*** gyee has quit IRC01:22
*** dklyle_ has joined #openstack-nova01:27
*** david-lyle has quit IRC01:31
*** bhagyashris has joined #openstack-nova01:40
*** itlinux has joined #openstack-nova01:45
*** itlinux has quit IRC01:47
*** sdake has quit IRC01:48
*** itlinux has joined #openstack-nova01:49
*** sdake has joined #openstack-nova01:50
*** itlinux has quit IRC01:52
*** itlinux has joined #openstack-nova01:56
*** tbachman has quit IRC01:56
*** itlinux has quit IRC02:01
*** tbachman has joined #openstack-nova02:06
*** wolverineav has joined #openstack-nova02:07
*** david-lyle has joined #openstack-nova02:12
*** wolverineav has quit IRC02:14
*** igordc has quit IRC02:15
*** manjeets has quit IRC02:15
*** dklyle_ has quit IRC02:15
*** manjeets has joined #openstack-nova02:16
*** sdake has quit IRC02:19
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (8)  https://review.openstack.org/57531102:20
openstackgerritMerged openstack/nova stable/rocky: Use X-Forwarded-Proto as origin protocol if present  https://review.openstack.org/63481402:20
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (9)  https://review.openstack.org/57558102:20
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (10)  https://review.openstack.org/57601702:20
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (11)  https://review.openstack.org/57601802:21
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (12)  https://review.openstack.org/57601902:21
*** lbragstad has quit IRC02:26
*** _alastor_ has joined #openstack-nova02:28
*** _alastor_ has quit IRC02:32
*** lbragstad has joined #openstack-nova02:33
*** wolverineav has joined #openstack-nova02:35
*** wolverineav has quit IRC02:40
*** psachin has joined #openstack-nova02:56
*** ttsiouts has quit IRC03:01
*** ttsiouts has joined #openstack-nova03:02
*** ttsiouts has quit IRC03:07
*** rcernin has joined #openstack-nova03:07
*** Dinesh_Bhor has joined #openstack-nova03:08
*** jobewan has joined #openstack-nova03:15
*** rchurch_ has joined #openstack-nova03:24
*** rchurch has quit IRC03:25
*** wolverineav has joined #openstack-nova03:26
*** Dinesh_Bhor has quit IRC03:30
*** cfriesen has quit IRC03:36
*** Dinesh_Bhor has joined #openstack-nova03:39
*** itlinux has joined #openstack-nova03:41
*** sdake has joined #openstack-nova03:43
*** sdake has quit IRC03:44
openstackgerritSam Morrison proposed openstack/nova-specs master: add spec "flavor-classes"  https://review.openstack.org/63540803:52
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13)  https://review.openstack.org/57602003:55
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (14)  https://review.openstack.org/57602703:55
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (15)  https://review.openstack.org/57603103:56
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (16)  https://review.openstack.org/57629903:56
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (17)  https://review.openstack.org/57634403:56
*** jobewan has quit IRC03:58
*** BjoernT_ has quit IRC04:04
*** sdake has joined #openstack-nova04:10
*** udesale has joined #openstack-nova04:25
*** rcernin has quit IRC04:35
*** lbragstad has quit IRC04:38
*** itlinux has quit IRC04:44
*** itlinux_ has joined #openstack-nova04:45
*** itlinux_ has quit IRC04:45
*** Dinesh_Bhor has quit IRC04:48
*** sridharg has joined #openstack-nova04:50
*** itlinux has joined #openstack-nova04:59
*** Dinesh_Bhor has joined #openstack-nova05:00
*** itlinux has quit IRC05:03
*** itlinux has joined #openstack-nova05:04
*** tetsuro has joined #openstack-nova05:16
*** sdake has quit IRC05:18
*** itlinux has quit IRC05:26
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (18)  https://review.openstack.org/57667305:39
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (19)  https://review.openstack.org/57667605:39
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (20)  https://review.openstack.org/57668905:40
*** itlinux has joined #openstack-nova05:40
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (21)  https://review.openstack.org/57670905:40
*** janki has joined #openstack-nova05:51
*** ratailor has joined #openstack-nova05:56
openstackgerritTakashi NATSUME proposed openstack/python-novaclient master: Remove deprecated novaclient.v2.contrib modules  https://review.openstack.org/63543006:01
openstackgerritSundar Nadathur proposed openstack/nova master: ksa auth conf and client for cyborg access  https://review.openstack.org/63124206:05
openstackgerritSundar Nadathur proposed openstack/nova master: WIP: Add Cyborg device profile groups to spec obj.  https://review.openstack.org/63124306:05
openstackgerritSundar Nadathur proposed openstack/nova master: WIP: Create and bind Cyborg ARQs.  https://review.openstack.org/63124406:05
openstackgerritSundar Nadathur proposed openstack/nova master: WIP: Get resolved Cyborg ARQs and add PCI BDFs to VM's domain XML.  https://review.openstack.org/63124506:05
*** markvoelker has joined #openstack-nova06:07
*** markvoelker has quit IRC06:11
openstackgerritMichael Still proposed openstack/nova master: Move binding ips to privsep.  https://review.openstack.org/62215106:18
openstackgerritMichael Still proposed openstack/nova master: create_veth_pair is unused, remove it.  https://review.openstack.org/62422606:18
openstackgerritMichael Still proposed openstack/nova master: Create specialist set_macaddr_and_vlan helper.  https://review.openstack.org/62422706:18
openstackgerritMichael Still proposed openstack/nova master: Move create_tap_dev into privsep.  https://review.openstack.org/62422806:18
openstackgerritMichael Still proposed openstack/nova master: Move set_vf_interface_vlan to be with its only caller.  https://review.openstack.org/62422906:18
openstackgerritMichael Still proposed openstack/nova master: Move DHCP releasing to privsep.  https://review.openstack.org/62423006:18
openstackgerritMichael Still proposed openstack/nova master: Convert additional IP management calls to privsep.  https://review.openstack.org/62423106:18
openstackgerritMichael Still proposed openstack/nova master: Move route management to privsep.  https://review.openstack.org/62423206:18
openstackgerritMichael Still proposed openstack/nova master: Move additional IP address management to privsep.  https://review.openstack.org/62459106:18
openstackgerritMichael Still proposed openstack/nova master: Move slight bonkers IP management to privsep.  https://review.openstack.org/62459206:18
openstackgerritMichael Still proposed openstack/nova master: Move arping to privsep.  https://review.openstack.org/62459306:18
openstackgerritMichael Still proposed openstack/nova master: Move cleaning conntrack to privsep.  https://review.openstack.org/62459406:18
openstackgerritMichael Still proposed openstack/nova master: Privsepify ipv4 forwarding enablement.  https://review.openstack.org/63543106:18
openstackgerritMichael Still proposed openstack/nova master: Move killing processes to privsep.  https://review.openstack.org/63543206:18
openstackgerritMichael Still proposed openstack/nova master: Move FP device creation and deletion to privsep.  https://review.openstack.org/63543306:18
openstackgerritMichael Still proposed openstack/nova master: Cleanup the exec_ebtables code a little.  https://review.openstack.org/63543406:18
openstackgerritMichael Still proposed openstack/nova master: Privsep the ebtables modification code.  https://review.openstack.org/63543506:18
openstackgerritMichael Still proposed openstack/nova master: Move adding vlans to interfaces to privsep.  https://review.openstack.org/63543606:18
*** wolverineav has quit IRC06:21
*** wolverineav has joined #openstack-nova06:22
*** tetsuro has quit IRC06:29
*** wolverineav has quit IRC06:30
openstackgerritgaryk proposed openstack/nova master: Better handle live migration abort  https://review.openstack.org/63544006:44
*** Luzi has joined #openstack-nova06:46
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (22)  https://review.openstack.org/57671206:50
openstackgerritTakashi NATSUME proposed openstack/nova master: Add description about sort order in API ref guideline  https://review.openstack.org/62728206:52
*** ondrejme has quit IRC06:55
openstackgerritTakashi NATSUME proposed openstack/nova-specs master: Fix warnings in the document generation  https://review.openstack.org/63115007:02
*** pcaruana has joined #openstack-nova07:02
*** betherly has joined #openstack-nova07:07
*** markvoelker has joined #openstack-nova07:08
*** efried has quit IRC07:11
*** efried has joined #openstack-nova07:12
*** ralonsoh has joined #openstack-nova07:14
*** ralonsoh has joined #openstack-nova07:15
*** wolverineav has joined #openstack-nova07:15
*** slaweq has joined #openstack-nova07:16
*** slaweq has quit IRC07:21
*** moshele has joined #openstack-nova07:21
*** janki is now known as janki-07:27
*** janki- is now known as janki07:27
openstackgerritTakashi NATSUME proposed openstack/nova-specs master: Add more detail and fix code block formatting  https://review.openstack.org/62870207:37
*** slaweq has joined #openstack-nova07:37
*** markvoelker has quit IRC07:41
*** slaweq has quit IRC07:42
*** janki is now known as janki|lunch07:44
*** maciejjozefczyk has joined #openstack-nova07:46
*** slaweq has joined #openstack-nova07:47
*** wolverineav has quit IRC07:50
*** itlinux has quit IRC07:50
*** slaweq has quit IRC07:51
*** ignaziocassano1 has joined #openstack-nova07:54
ignaziocassano1hello All,07:54
ignaziocassano1anyone could help me on nova metadata ?07:55
*** _fragatina has joined #openstack-nova07:56
ignaziocassano1instances qemu-guest-agent starts only when metadata quiesce are on the image. If I backup an instance volume and start another instance metadata are missed07:57
ignaziocassano1I think this is a problem for backupping and restoring instances07:58
*** itlinux has joined #openstack-nova07:58
*** tesseract has joined #openstack-nova08:02
*** awalende has joined #openstack-nova08:05
*** itlinux_ has joined #openstack-nova08:06
*** rpittau has joined #openstack-nova08:06
*** itlinux has quit IRC08:09
*** tkajinam has quit IRC08:15
*** slaweq has joined #openstack-nova08:18
*** ccamacho has joined #openstack-nova08:20
*** helenafm has joined #openstack-nova08:21
*** itlinux_ has quit IRC08:22
*** wolverineav has joined #openstack-nova08:25
openstackgerritTakashi NATSUME proposed openstack/nova master: Add minimum value in maximum_instance_delete_attempts  https://review.openstack.org/63308508:26
openstackgerritTakashi NATSUME proposed openstack/nova stable/queens: Add description of custom resource classes  https://review.openstack.org/61912508:27
openstackgerritTakashi NATSUME proposed openstack/nova master: Add descriptions of numbered resource classes and traits  https://review.openstack.org/62149408:27
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py  https://review.openstack.org/56615308:27
openstackgerritTakashi NATSUME proposed openstack/nova master: Update help messages for weight multipliers  https://review.openstack.org/63344608:28
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove deprecated 'os-server-groups' policy  https://review.openstack.org/63367208:28
*** tesseract-rh has joined #openstack-nova08:28
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove deprecated 'os-flavor-manage' policy  https://review.openstack.org/63365608:28
*** tesseract has quit IRC08:28
openstackgerritTakashi NATSUME proposed openstack/nova master: Remove deprecated 'flavors' policy  https://review.openstack.org/63366408:29
openstackgerritTakashi NATSUME proposed openstack/nova master: Fix a missing policy in test policy data  https://review.openstack.org/63368608:29
*** wolverineav has quit IRC08:31
*** tesseract-rh has quit IRC08:35
*** slaweq has quit IRC08:36
*** markvoelker has joined #openstack-nova08:38
*** xek__ has joined #openstack-nova08:49
*** tesseract has joined #openstack-nova08:51
*** slaweq has joined #openstack-nova08:53
*** slaweq has quit IRC08:58
*** mrch_ has joined #openstack-nova08:58
*** tetsuro has joined #openstack-nova09:00
*** slaweq has joined #openstack-nova09:03
*** tssurya has joined #openstack-nova09:06
*** slaweq has quit IRC09:08
*** ignaziocassano1 has quit IRC09:08
*** markvoelker has quit IRC09:12
*** panda|off is now known as panda09:17
*** sapd1 has joined #openstack-nova09:21
*** ccamacho has quit IRC09:23
*** ttsiouts has joined #openstack-nova09:25
openstackgerritSurya Seetharaman proposed openstack/nova master: Modify InstanceMappingList.get_not_deleted_by_cell_and_project()  https://review.openstack.org/63512009:26
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing for ignoring list_records_by_skipping_down_cells  https://review.openstack.org/63512109:26
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing for allowing the all-tenants filter with down cells  https://review.openstack.org/63514509:26
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results  https://review.openstack.org/63514609:26
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells  https://review.openstack.org/59165709:26
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation  https://review.openstack.org/63514709:26
*** wolverineav has joined #openstack-nova09:27
*** takashin has left #openstack-nova09:31
*** wolverineav has quit IRC09:31
*** derekh has joined #openstack-nova09:32
*** slaweq has joined #openstack-nova09:33
*** sapd1 has quit IRC09:40
*** bhagyashris has quit IRC09:41
*** ociuhandu has joined #openstack-nova09:43
*** priteau has joined #openstack-nova09:49
*** oanson has joined #openstack-nova09:51
*** ociuhandu has quit IRC09:56
*** ociuhandu has joined #openstack-nova09:58
*** cdent has joined #openstack-nova10:00
*** slaweq has quit IRC10:00
*** yan0s has joined #openstack-nova10:03
*** markvoelker has joined #openstack-nova10:09
*** slaweq has joined #openstack-nova10:17
*** slaweq has quit IRC10:22
*** betherly has quit IRC10:25
*** betherly has joined #openstack-nova10:25
*** jding1_ has joined #openstack-nova10:26
*** jackding has quit IRC10:29
*** moshele has quit IRC10:30
*** ociuhandu has quit IRC10:31
*** Luzi has quit IRC10:36
*** betherly has quit IRC10:40
*** moshele has joined #openstack-nova10:40
*** sridharg has quit IRC10:40
*** markvoelker has quit IRC10:41
*** Dinesh_Bhor has quit IRC10:41
openstackgerritChris Dent proposed openstack/nova master: Update nova docs front page for placement removal  https://review.openstack.org/62818310:42
openstackgerritChris Dent proposed openstack/nova master: Remove placement from nova install docs  https://review.openstack.org/62818410:42
openstackgerritChris Dent proposed openstack/nova master: Remove link to placement configuration from nova config docs  https://review.openstack.org/62818510:42
openstackgerritChris Dent proposed openstack/nova master: Remove placement from contributor doc  https://review.openstack.org/62818610:42
*** erlon__ has joined #openstack-nova10:46
*** Luzi has joined #openstack-nova10:49
*** sridharg has joined #openstack-nova10:52
*** ociuhandu has joined #openstack-nova11:01
*** ociuhandu has quit IRC11:05
openstackgerritChris Dent proposed openstack/nova master: Switch to using os-resource-classes  https://review.openstack.org/62827811:11
*** slaweq has joined #openstack-nova11:13
*** ociuhandu has joined #openstack-nova11:14
*** ociuhandu has quit IRC11:14
*** ociuhandu has joined #openstack-nova11:15
*** ileixe has quit IRC11:20
*** ociuhandu_ has joined #openstack-nova11:22
*** ociuhand_ has joined #openstack-nova11:23
*** ociuhandu has quit IRC11:25
*** ociuhandu has joined #openstack-nova11:26
*** ociuhandu_ has quit IRC11:26
sean-k-mooneycdent: since we are nolonger removing the placement code in stein we proably shoudl not remove the docs for in tree placement11:29
*** wolverineav has joined #openstack-nova11:29
*** ociuhand_ has quit IRC11:29
sean-k-mooneycdent: we should however encourage all new deployments to use extracted placement11:29
*** ociuhandu_ has joined #openstack-nova11:30
*** ociuhand_ has joined #openstack-nova11:31
*** ociuhandu has quit IRC11:31
cdentsean-k-mooney: I think the expectation is that any new install will use extracted11:32
cdentor rather: the only reason the code is being left behind is for the sake of tripleo and osa and testing related things: not for end users11:32
sean-k-mooneyyep but people might still want some of that docs if they are upgrading11:32
cdentso cleaning up the docs still seems relevant11:33
cdentthey are easy to find11:33
*** wolverineav has quit IRC11:33
*** udesale has quit IRC11:33
cdentIf nova doesn't want to merge those changes now, that's fine, I just wanted to make sure they weren't dependent on the the deleted code any more.11:33
sean-k-mooneyi guess. as it stand devstack and greade is the only way to do an automatic upgrade to extracted placement however.11:34
*** udesale has joined #openstack-nova11:34
sean-k-mooneyya that makes sense11:34
*** ociuhandu_ has quit IRC11:34
cdenttrue, but osa and tripleo are still going to try to achieve it for what is actually released as stein11:35
cdentit just might not be done before stein closes11:35
*** markvoelker has joined #openstack-nova11:38
*** tbachman has quit IRC11:41
*** ccamacho has joined #openstack-nova11:49
*** tetsuro has quit IRC11:52
*** slaweq has quit IRC11:54
*** dave-mccowan has joined #openstack-nova12:04
*** markvoelker has quit IRC12:11
*** priteau has quit IRC12:12
*** ratailor has quit IRC12:21
*** _hemna has joined #openstack-nova12:22
*** wolverineav has joined #openstack-nova12:29
openstackgerritBalazs Gibizer proposed openstack/nova master: Ignore sqla-migrate inspect.getargspec deprecation warnings  https://review.openstack.org/63445112:31
openstackgerritMerged openstack/nova master: Collect duplicate codepaths in os_vif_util  https://review.openstack.org/63421912:32
gibi_offreally simple warning removal needs a second core https://review.openstack.org/63445112:32
*** sridharg has quit IRC12:32
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing for allowing the all-tenants filter with down cells  https://review.openstack.org/63514512:32
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results  https://review.openstack.org/63514612:32
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells  https://review.openstack.org/59165712:32
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation  https://review.openstack.org/63514712:32
*** sridharg has joined #openstack-nova12:32
stephenfingibi_off: Done12:34
gibi_offstephenfin: tahnks12:34
*** wolverineav has quit IRC12:34
gibi_offthanks12:34
*** gibi_off is now known as gibi12:34
*** sdake has joined #openstack-nova12:46
*** sdake has quit IRC12:51
*** sdake has joined #openstack-nova12:52
*** tbachman has joined #openstack-nova12:57
*** priteau has joined #openstack-nova13:06
*** markvoelker has joined #openstack-nova13:08
*** slaweq has joined #openstack-nova13:17
*** mriedem has joined #openstack-nova13:21
*** ade_lee has quit IRC13:23
*** takashin has joined #openstack-nova13:29
*** wolverineav has joined #openstack-nova13:30
openstackgerritMatt Riedemann proposed openstack/nova master: doc: specify --os-compute-api-version when setting flavor description  https://review.openstack.org/63550813:33
mriedemis someone chairing the nova meeting today?13:33
mriedemgibi: ^? if you're out i can run it13:33
cdentearlier in the week gibi said he would13:33
*** wolverineav has quit IRC13:35
gibimriedem: I can run it13:37
bauzasgood afternoon Nova13:39
bauzashere and now beings my upstream work for the day13:39
gibimriedem: the untriaged bug number is pretty fluid, I've updated the meeting agenda an hour ago ;)13:40
mriedemheh13:41
*** markvoelker has quit IRC13:41
mriedemit's been hovering around 58 all week13:42
*** lpetrut has joined #openstack-nova13:45
mriedembauzas: i'm interested, are you now contractually obligated to state when you switch from downstream to upstream work because your time is specifically sliced down to a rigid percentage?13:46
openstackgerritSurya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results  https://review.openstack.org/63514613:46
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells  https://review.openstack.org/59165713:46
openstackgerritSurya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation  https://review.openstack.org/63514713:46
bauzasmriedem: no, just that priority work is *always* about customers or other downstream stuff13:47
bauzasmriedem: so before this week, I was not having a lot of time for upstream13:47
*** sdake has quit IRC13:47
bauzasso when folks were pinging me, they weren't knowing when I was there13:47
bauzasthat's why this week, I try to make sure I have time for upstream by saying when I work for it13:48
bauzaseven if I have other priorities (and be sure I have some...), nova will have at least 2 or 3 hours from me13:48
*** _fragatina has quit IRC13:50
*** _fragatina has joined #openstack-nova13:50
gibinova meeting starts in 10 minutes in #openstack-meeting13:50
*** _fragatina has quit IRC13:51
*** _fragatina has joined #openstack-nova13:51
*** _fragatina has quit IRC13:52
*** _fragatina has joined #openstack-nova13:53
*** _fragatina has quit IRC13:53
*** _fragatina has joined #openstack-nova13:54
*** janki|lunch has quit IRC13:57
*** lbragstad has joined #openstack-nova13:58
*** _fragatina has quit IRC13:59
*** _fragatina has joined #openstack-nova13:59
*** _fragatina has quit IRC14:00
*** _fragatina has joined #openstack-nova14:00
*** _fragatina has quit IRC14:02
*** _fragatina has joined #openstack-nova14:03
*** _fragatina has quit IRC14:04
*** _fragatina has joined #openstack-nova14:04
*** chhagarw has joined #openstack-nova14:07
*** jmlowe has quit IRC14:09
openstackgerritMatt Riedemann proposed openstack/nova master: Fix deprecation warning for threadgroup.add_timer  https://review.openstack.org/63551614:11
mriedemgibi: bauzas: ^14:11
bauzasmriedem: ack14:11
*** BjoernT has joined #openstack-nova14:13
*** BjoernT_ has joined #openstack-nova14:14
*** _alastor_ has joined #openstack-nova14:15
*** BjoernT has quit IRC14:17
openstackgerritMerged openstack/nova master: Fix InstanceMapping to always default queued_for_delete=False  https://review.openstack.org/63518514:17
openstackgerritMerged openstack/nova master: Ignore sqla-migrate inspect.getargspec deprecation warnings  https://review.openstack.org/63445114:17
*** ade_lee has joined #openstack-nova14:18
*** _alastor_ has quit IRC14:19
*** _fragatina has quit IRC14:21
*** _fragatina has joined #openstack-nova14:22
*** ade_lee_ has joined #openstack-nova14:23
bauzasmriedem: comment on https://review.openstack.org/#/c/635516/114:23
*** ade_lee has quit IRC14:25
*** psachin has quit IRC14:26
*** _fragatina has quit IRC14:28
*** irclogbot_2 has joined #openstack-nova14:28
*** _fragatina has joined #openstack-nova14:29
*** _fragatina has quit IRC14:29
*** _fragatina has joined #openstack-nova14:30
*** _fragatina has quit IRC14:30
*** jmlowe has joined #openstack-nova14:30
*** _fragatina has joined #openstack-nova14:31
*** wolverineav has joined #openstack-nova14:31
*** _fragatina has quit IRC14:32
*** _fragatina has joined #openstack-nova14:33
*** _fragatina has quit IRC14:34
*** _fragatina has joined #openstack-nova14:34
*** _fragatina has quit IRC14:35
*** sdake has joined #openstack-nova14:35
*** _fragatina has joined #openstack-nova14:36
*** wolverineav has quit IRC14:36
mriedembauzas: good catch14:37
openstackgerritMatt Riedemann proposed openstack/nova master: Fix deprecation warning for threadgroup.add_timer  https://review.openstack.org/63551614:38
mriedemthere you go14:38
*** markvoelker has joined #openstack-nova14:38
* bauzas looks14:39
*** awaugama has joined #openstack-nova14:53
*** sdake has quit IRC14:54
mriedembauzas: want to just approve since gibi was +2?14:54
bauzasmriedem: fair14:54
*** eharney has joined #openstack-nova14:57
*** Luzi has quit IRC14:57
*** david-lyle has quit IRC14:57
*** mlavalle has joined #openstack-nova14:58
*** _alastor_ has joined #openstack-nova15:00
*** takashin has left #openstack-nova15:01
*** awalende has quit IRC15:04
*** awalende has joined #openstack-nova15:04
*** cfriesen has joined #openstack-nova15:06
*** sdake has joined #openstack-nova15:08
*** awalende has quit IRC15:08
*** markvoelker has quit IRC15:11
*** purplerbot has quit IRC15:11
openstackgerritSurya Seetharaman proposed openstack/nova master: [POC]: Limit _get_computes_for_cells to only go into the required cells  https://review.openstack.org/63553215:12
mriedemtssurya: you want to backport https://review.openstack.org/#/c/635185/ to stable/rocky?15:13
*** purplerbot has joined #openstack-nova15:13
*** dansmith has quit IRC15:13
*** imacdonn has quit IRC15:13
*** dansmith has joined #openstack-nova15:14
openstackgerritCorey Bryant proposed openstack/nova master: xenapi/agent: whitelist deprecated warnings from OpenSSL 1.1.1+  https://review.openstack.org/63553315:14
tssuryamriedem: yea on it15:14
openstackgerritSurya Seetharaman proposed openstack/nova stable/rocky: Fix InstanceMapping to always default queued_for_delete=False  https://review.openstack.org/63553415:17
*** BjoernT has joined #openstack-nova15:18
openstackgerritChris Friesen proposed openstack/nova master: fix up numa-topology live migration hypervisor check  https://review.openstack.org/63535015:19
*** BjoernT_ has quit IRC15:21
*** ccamacho has quit IRC15:24
*** slaweq has quit IRC15:27
*** ralonsoh has quit IRC15:28
*** hongbin has joined #openstack-nova15:30
*** wolverineav has joined #openstack-nova15:32
openstackgerritYury Kulazhenkov proposed openstack/nova master: rename ScaleIO driver to VxFlex Os  https://review.openstack.org/63486615:35
*** wolverineav has quit IRC15:37
*** slaweq has joined #openstack-nova15:39
*** _fragatina has quit IRC15:42
*** _fragatina has joined #openstack-nova15:42
*** _fragatina has quit IRC15:44
*** _fragatina has joined #openstack-nova15:44
*** _fragatina has quit IRC15:56
*** _fragatina has joined #openstack-nova15:56
openstackgerritMerged openstack/nova stable/queens: Explicitly fail if trying to attach SR-IOV port  https://review.openstack.org/60772915:56
*** tbachman has quit IRC15:58
*** ratailor has joined #openstack-nova15:59
*** _alastor_ has quit IRC16:03
*** TxGirlGeek has joined #openstack-nova16:07
*** ttsiouts has quit IRC16:07
*** markvoelker has joined #openstack-nova16:08
openstackgerritMerged openstack/nova stable/queens: Handle tags in _bury_in_cell0  https://review.openstack.org/62482416:08
openstackgerritMerged openstack/nova master: api-ref: fix link to flavor extra specs docs  https://review.openstack.org/63525216:09
*** yan0s has quit IRC16:09
melwitto/16:12
*** gyee has joined #openstack-nova16:13
*** lbragstad has quit IRC16:15
*** ttsiouts has joined #openstack-nova16:15
*** lbragstad has joined #openstack-nova16:16
*** _fragatina has quit IRC16:20
*** pcaruana has quit IRC16:21
*** _fragatina has joined #openstack-nova16:21
*** ccamacho has joined #openstack-nova16:24
*** ratailor has quit IRC16:27
*** eharney has quit IRC16:28
*** slaweq has quit IRC16:29
*** _alastor_ has joined #openstack-nova16:30
*** udesale has quit IRC16:33
*** wolverineav has joined #openstack-nova16:33
*** agopi has quit IRC16:34
*** wolverineav has quit IRC16:37
*** tbachman has joined #openstack-nova16:38
*** moshele has quit IRC16:38
*** markvoelker has quit IRC16:41
openstackgerritStephen Finucane proposed openstack/nova master: API: Remove evacuate/live-migrate 'force' parameter  https://review.openstack.org/63460016:43
openstackgerritMatt Riedemann proposed openstack/nova master: Change live_migration_wait_for_vif_plug=True by default  https://review.openstack.org/63536016:44
openstackgerritMatt Riedemann proposed openstack/nova master: Replace ansible --sudo with --become in live_migration/hooks scripts  https://review.openstack.org/63530816:47
*** tssurya has quit IRC16:50
*** rpittau has quit IRC17:02
*** awalende has joined #openstack-nova17:05
*** sdake has quit IRC17:07
*** awalende has quit IRC17:09
*** sdake has joined #openstack-nova17:09
openstackgerritMatt Riedemann proposed openstack/nova master: Set the conductor indirection API when running nova-metadata under uwsgi  https://review.openstack.org/63557717:13
openstackgerritStephen Finucane proposed openstack/python-novaclient master: Microversion 2.68: Remove 'forced' live migrations, evacuations  https://review.openstack.org/63513117:17
*** itlinux has joined #openstack-nova17:18
mriedemdansmith: a day late but the bottom 3 here should be ready to go https://review.openstack.org/#/c/621310/ - just refactoring code17:19
mriedemthat i need to touch or re-use later17:19
mriedembut is admittedly crufty in it's current form anyway17:19
dansmithack17:19
*** helenafm has quit IRC17:20
dansmithmriedem: on the third one, are you not going from three notifications to two?17:23
dansmither actually three to four?17:23
mriedemdon't think so, 4 to 417:23
openstackgerritStephen Finucane proposed openstack/nova master: docs: Rework the PCI passthrough guides  https://review.openstack.org/63524317:23
mriedemexisting unit tests should have spanked me if i f'ed that up17:24
dansmithoh, yeah, you're right I see, i was thinking you removed one,17:24
dansmithbut got all confused17:24
dansmithI gotcha17:24
*** _fragatina has quit IRC17:25
*** itlinux_ has joined #openstack-nova17:25
*** _fragatina has joined #openstack-nova17:26
*** itlinux has quit IRC17:27
mriedemwhat's gross?17:27
mriedemoh the wrapping17:27
*** ttsiouts has quit IRC17:28
*** ttsiouts has joined #openstack-nova17:29
*** dklyle has joined #openstack-nova17:29
*** xek__ has quit IRC17:30
*** xek has joined #openstack-nova17:30
*** ttsiouts has quit IRC17:31
*** ttsiouts has joined #openstack-nova17:32
*** ttsiouts has quit IRC17:32
*** jmlowe has quit IRC17:37
*** markvoelker has joined #openstack-nova17:38
*** _fragatina has quit IRC17:39
*** wolverineav has joined #openstack-nova17:39
*** wolverineav has quit IRC17:42
*** wolverineav has joined #openstack-nova17:43
*** tbachman has quit IRC17:43
*** priteau has quit IRC17:45
cfriesensean-k-mooney: if you look at the compute_nodes table in the DB, do you see hypervisor_type showing "qemu" or "QEMU" ?17:45
sean-k-mooneyQEMU i belive17:46
cfriesenthat's what I see too.  But obj_fields.HVType.QEMU is "qemu", so we can't directly compare it17:49
*** chhagarw has quit IRC17:49
sean-k-mooneywell the hypvervior_type field in the compute is declared as a string17:49
sean-k-mooneynot a HVType field17:50
*** slaweq has joined #openstack-nova17:50
*** _fragatina has joined #openstack-nova17:52
*** cdent has quit IRC17:52
cfriesenwhat do you think...compare against the "QEMU" string, or do a lowercase comparison against obj_fields.HVType.QEMU ?17:52
cfriesenstephenfin: ^17:53
openstackgerritMatt Riedemann proposed openstack/python-novaclient master: Remove args/kwargs from discover_extensions()  https://review.openstack.org/63558917:58
*** itlinux_ has quit IRC17:58
openstackgerritMatt Riedemann proposed openstack/python-novaclient master: Remove args/kwargs from discover_extensions()  https://review.openstack.org/63558917:58
*** tbachman has joined #openstack-nova17:59
*** tbachman has joined #openstack-nova18:00
*** derekh has quit IRC18:03
*** wolverineav has quit IRC18:06
*** belmoreira has quit IRC18:07
*** wolverineav has joined #openstack-nova18:07
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating  https://review.openstack.org/63460618:09
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source  https://review.openstack.org/63482718:09
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData  https://review.openstack.org/63482818:09
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration  https://review.openstack.org/63522918:09
*** wolverineav has quit IRC18:09
*** wolverineav has joined #openstack-nova18:09
*** markvoelker has quit IRC18:11
*** mvkr has quit IRC18:12
zzzeekjaypipes: ping18:19
*** _fragatina has quit IRC18:24
*** wolverineav has quit IRC18:25
*** wolverineav has joined #openstack-nova18:26
*** wolverineav has quit IRC18:26
*** wolverineav has joined #openstack-nova18:26
*** moshele has joined #openstack-nova18:28
*** sridharg has quit IRC18:28
*** eharney has joined #openstack-nova18:29
zzzeekjaypipes: OK, I just (re?) discovered this innodb behavior: https://blog.pythian.com/understanding-mysql-isolation-levels-repeatable-read/ .  blah18:33
*** ociuhandu has joined #openstack-nova18:43
*** wolverineav has quit IRC18:45
*** agopi has joined #openstack-nova18:45
*** ociuhand_ has quit IRC18:46
*** wolverineav has joined #openstack-nova18:47
*** ociuhandu has quit IRC18:48
*** slaweq has quit IRC18:49
*** wolverineav has quit IRC18:52
*** wolverineav has joined #openstack-nova18:54
*** ociuhandu has joined #openstack-nova18:56
*** sdake has quit IRC18:58
*** jmlowe has joined #openstack-nova18:59
*** ociuhandu has quit IRC19:00
*** ociuhandu has joined #openstack-nova19:03
*** remi_ness has joined #openstack-nova19:04
*** ttsiouts has joined #openstack-nova19:05
*** ociuhandu has quit IRC19:07
*** igordc has joined #openstack-nova19:07
*** markvoelker has joined #openstack-nova19:08
*** moshele has quit IRC19:12
*** erlon__ has quit IRC19:16
*** TxGirlGeek has quit IRC19:17
*** TxGirlGeek has joined #openstack-nova19:18
*** moshele has joined #openstack-nova19:24
*** rchurch has joined #openstack-nova19:26
openstackgerritAdam Spiers proposed openstack/os-traits master: Add HW_CPU_AMD_SEV trait  https://review.openstack.org/63560819:28
*** rchurch_ has quit IRC19:28
aspiersAre changes to os-traits supposed to auto-update the whiteboard of the corresponding nova blueprint?19:30
aspiersbecause this hasn't happened for https://blueprints.launchpad.net/nova/+spec/amd-sev-libvirt-support, unless I'm just too impatient19:30
*** lbragstad has quit IRC19:32
*** lbragstad has joined #openstack-nova19:32
*** wolverineav has quit IRC19:34
*** wolverineav has joined #openstack-nova19:35
*** lpetrut has quit IRC19:40
*** markvoelker has quit IRC19:42
melwittaspiers: I would have thought so but must not be the case if it didn't update by now. this is the code that updates blueprints, that infra uses: https://github.com/openstack-infra/jeepyb/blob/master/jeepyb/cmd/update_blueprint.py#L79 and it must not be using the 'nova' project (which makes sense bc it's os-traits),19:43
aspiersmelwitt: thanks!19:43
melwittand it looks like this is probably how the linkage works for nova-specs, the nova-specs project has the group 'nova' so it probably finds it that way https://github.com/openstack-infra/project-config/blob/15e227684db3a31a005e2ce14cab8a29057774f7/gerrit/projects.yaml#L543119:44
melwittbecause I do know that gerrit reviews to nova-specs will link to the blueprint19:44
melwittin order for blueprint update to work for os-traits and friends, they'd have to have 'nova' in 'groups' in project-config, is my guess19:45
*** moshele has quit IRC19:46
aspiersyes, I saw it working for nova-specs19:46
melwittthis line in the update_blueprint code looks like it probably takes the 'groups' from projects to use https://github.com/openstack-infra/jeepyb/blob/master/jeepyb/cmd/update_blueprint.py#L7619:46
*** moshele has joined #openstack-nova19:47
*** sdake has joined #openstack-nova19:47
aspiersyep, which takes it from the registry in utils.py19:47
melwittTIL :)19:48
aspiersfunnily enough, TIL what TIL means :)19:48
aspiersI saw it on Twitter this morning19:48
aspiersI guess I am behind the times ...19:48
*** sdake has quit IRC19:49
melwittheh19:49
*** jding1__ has joined #openstack-nova19:50
*** moshele has quit IRC19:50
*** ttsiouts has quit IRC19:51
*** sdake has joined #openstack-nova19:52
*** jding1_ has quit IRC19:52
*** sdake has quit IRC19:53
*** sdake has joined #openstack-nova19:53
aspiersmelwitt: os-traits has "acl-config: /home/gerrit2/acls/openstack/nova.config" in its project-config, but not "nova" in "groups"19:56
aspiersnot sure why19:56
*** ttsiouts has joined #openstack-nova19:57
aspiersWell, I've added it to the whiteboard manually. Hopefully jeepyb won't remove it on the next update.19:58
*** wolverineav has quit IRC20:01
*** ttsiouts has quit IRC20:01
*** wolverineav has joined #openstack-nova20:01
melwittaspiers: I see it using placement.config https://github.com/openstack-infra/project-config/blob/master/gerrit/projects.yaml#L6004-L6007 but yeah, no 'nova' in 'groups'. probably just no one noticed it not updating related blueprints20:05
*** wolverineav has quit IRC20:06
aspiersmelwitt: I'll ask in #openstack-infra if it should have the group added20:06
*** remi_ness has quit IRC20:07
aspiersmelwitt: ah sorry, I was looking at my master branch which was hopelessly out of date20:09
melwittaspiers: ok. if we end up adding it there, should also add it to os-vif, python-novaclient, os-resource-classes, osc-placement. and when placement switches to separate governance, the placement ones will need to be updated to the placement group20:09
aspiersmakes sense20:09
*** moshele has joined #openstack-nova20:14
*** moshele has quit IRC20:16
*** mmethot has quit IRC20:20
*** wolverineav has joined #openstack-nova20:22
*** mmethot has joined #openstack-nova20:26
*** wolverineav has quit IRC20:27
*** ccamacho has quit IRC20:28
openstackgerritMerged openstack/nova master: Don't force evacuate/live migrate in notification sample tests  https://review.openstack.org/63492020:30
openstackgerritMerged openstack/nova master: Isolate cell-targeting code in MigrationTask  https://review.openstack.org/62131020:30
*** sdake has quit IRC20:31
*** sdake has joined #openstack-nova20:32
openstackgerritMerged openstack/nova master: Move resize.prep.start/end notifications to helper method  https://review.openstack.org/63329820:38
*** markvoelker has joined #openstack-nova20:39
*** ociuhandu has joined #openstack-nova20:42
*** priteau has joined #openstack-nova20:51
*** ociuhandu has quit IRC20:51
*** wolverineav has joined #openstack-nova20:53
*** priteau has quit IRC20:55
*** wolverineav has quit IRC20:58
*** moshele has joined #openstack-nova21:00
*** wolverineav has joined #openstack-nova21:07
*** wolverineav has quit IRC21:09
*** markvoelker has quit IRC21:11
*** awaugama has quit IRC21:16
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Add PrepResizeAtDestTask  https://review.openstack.org/62789021:16
openstackgerritMatt Riedemann proposed openstack/nova master: Add prep_snapshot_based_resize_at_source compute method  https://review.openstack.org/63483221:16
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Add PrepResizeAtSourceTask  https://review.openstack.org/62789121:16
openstackgerritMatt Riedemann proposed openstack/nova master: Move finish_resize.(start|end) notifications to helper method  https://review.openstack.org/63507921:16
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Add finish_snapshot_based_resize_at_dest compute method  https://review.openstack.org/63508021:16
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Add FinishResizeAtDestTask  https://review.openstack.org/63564621:16
openstackgerritMerged openstack/nova master: Move resize.(start|end) notification sending to helper method  https://review.openstack.org/63483121:16
openstackgerritMerged openstack/nova master: Extract compute API _create_image to compute.utils  https://review.openstack.org/62131121:17
*** moshele has quit IRC21:17
*** priteau has joined #openstack-nova21:17
*** xek has quit IRC21:22
*** wolverineav has joined #openstack-nova21:24
*** jding1__ has quit IRC21:28
*** sdake has quit IRC21:29
*** jackding has joined #openstack-nova21:30
*** sdake has joined #openstack-nova21:37
openstackgerritJim Rollenhagen proposed openstack/nova master: ironic: partition compute services by conductor group  https://review.openstack.org/63500621:39
*** priteau has quit IRC21:40
openstackgerritSam Morrison proposed openstack/nova-specs master: add spec "flavor-classes"  https://review.openstack.org/63540821:41
*** priteau has joined #openstack-nova21:48
*** moshele has joined #openstack-nova21:49
*** priteau has quit IRC21:49
*** sdake has quit IRC21:51
*** sdake has joined #openstack-nova21:54
*** tesseract has quit IRC21:55
*** dave-mccowan has quit IRC21:56
*** sdake has quit IRC21:56
*** sdake has joined #openstack-nova21:59
*** igordc has quit IRC22:04
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Execute CrossCellMigrationTask from MigrationTask  https://review.openstack.org/63566822:06
*** markvoelker has joined #openstack-nova22:08
artomHas anyone ever noticed how fragile and all over the place the live migration code is?22:15
artomI'm 100% definitely sure I'm the first one to see that.22:15
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Add migration param to check_can_live_migrate_destination  https://review.openstack.org/63460522:16
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating  https://review.openstack.org/63460622:16
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source  https://review.openstack.org/63482722:16
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData  https://review.openstack.org/63482822:16
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration  https://review.openstack.org/63522922:16
openstackgerritArtom Lifshitz proposed openstack/nova master: [WIP] Introduce live migration claims  https://review.openstack.org/63566922:16
* artom -> daycare pickup time22:17
*** _fragatina has joined #openstack-nova22:19
*** ade_lee_ has quit IRC22:20
*** moshele has quit IRC22:24
*** sdake has quit IRC22:34
*** sdake has joined #openstack-nova22:36
*** sdake has quit IRC22:36
*** tbachman has quit IRC22:41
openstackgerritMatt Riedemann proposed openstack/nova master: WIP: Plumb allow_cross_cell_resize into compute API resize()  https://review.openstack.org/63568422:42
*** markvoelker has quit IRC22:42
*** agopi is now known as agopi|pto22:42
*** mriedem is now known as mriedem_afk22:43
*** BjoernT has quit IRC22:46
*** agopi|pto has quit IRC22:48
openstackgerritChris Friesen proposed openstack/nova master: fix up numa-topology live migration hypervisor check  https://review.openstack.org/63535022:48
*** ociuhandu has joined #openstack-nova22:52
*** hongbin has quit IRC22:52
*** tkajinam has joined #openstack-nova22:55
*** ociuhandu has quit IRC22:56
*** panda is now known as panda|off22:59
*** _fragatina has quit IRC23:00
*** whoami-rajat has quit IRC23:03
*** mvkr has joined #openstack-nova23:03
*** wolverineav has quit IRC23:04
*** takamatsu has quit IRC23:19
*** TxGirlGeek has quit IRC23:21
openstackgerritJack Ding proposed openstack/nova master: Correct instance port binding for rebuilds  https://review.openstack.org/60384423:23
*** sdake has joined #openstack-nova23:24
openstackgerritJack Ding proposed openstack/nova master: Improve libvirt image and snapshot handling  https://review.openstack.org/61669223:25
*** moshele has joined #openstack-nova23:27
*** wolverineav has joined #openstack-nova23:29
*** eharney has quit IRC23:29
*** wolverineav has quit IRC23:30
*** wolverineav has joined #openstack-nova23:30
*** tbachman has joined #openstack-nova23:32
*** wolverineav has quit IRC23:32
*** markvoelker has joined #openstack-nova23:39
*** wolverineav has joined #openstack-nova23:40
*** wolverineav has quit IRC23:45
*** wolverineav has joined #openstack-nova23:45
*** mlavalle has quit IRC23:50
*** tbachman has quit IRC23:51
*** moshele has quit IRC23:57
*** mlavalle has joined #openstack-nova23:58
*** wolverineav has quit IRC23:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!