sean-k-mooney | by the way did you do the hard reboot after you restart the nova compute service | 00:00 |
---|---|---|
mshaikh99 | I did hard reboot of VM | 00:01 |
mshaikh99 | after nova compute service is restarted | 00:01 |
mshaikh99 | Although 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/s | 00:02 |
mshaikh99 | so 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=writebac | 00:03 |
sean-k-mooney | well it still exists | 00:03 |
sean-k-mooney | https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.disk_cachemodes | 00:04 |
sean-k-mooney | what release are you using again | 00:04 |
mshaikh99 | Queens | 00:05 |
sean-k-mooney | file=directsync would be safter then writeback by the way and may give better performance then writethrough | 00:05 |
mshaikh99 | So I only need to hard reboot and that would have increased the IO | 00:05 |
*** wolverineav has quit IRC | 00:05 | |
mshaikh99 | or I should keep the disk_cachemodes=file=directsync option in DEFAULT section of nova compute config file? | 00:06 |
melwitt | we 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/1727558 | 00:06 |
openstack | Launchpad bug 1727558 in OpenStack Compute (nova) pike "libvirt driver ignores 'disk_cachemodes' configuration setting" [High,Fix committed] - Assigned to melanie witt (melwitt) | 00:06 |
mshaikh99 | I don't see that writebac option was picked up by the nova | 00:07 |
*** wolverineav has joined #openstack-nova | 00:07 | |
mshaikh99 | libvirt+ 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,avx | 00:07 |
sean-k-mooney | mshaikh99: disk_cachemode is part of the [libvirt] sechont not [DEFAULT] | 00:07 |
*** _alastor_ has quit IRC | 00:07 | |
sean-k-mooney | mshaikh99: i would set [libvirt] disk_cachemodes=file=directsync | 00:08 |
mshaikh99 | ok let me try it then | 00:08 |
mshaikh99 | I have changed it and hard reboot my VM | 00:09 |
*** artom has joined #openstack-nova | 00:09 | |
sean-k-mooney | and restarted nova-compute agent | 00:09 |
*** markvoelker has joined #openstack-nova | 00:11 | |
mshaikh99 | there is no nova-compute agent runnnig | 00:11 |
*** wolverineav has quit IRC | 00:12 | |
sean-k-mooney | the nova compute agent and nova compute service are the same thing | 00:12 |
mshaikh99 | ok 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.564s | 00:14 |
mshaikh99 | about 47.1 MB | 00:14 |
mshaikh99 | and cache=directsync | 00:14 |
mshaikh99 | for qemu process on compute node | 00:14 |
mshaikh99 | thanks for the help | 00:14 |
*** BjoernT has joined #openstack-nova | 00:15 | |
sean-k-mooney | mshaikh99: setting the cache mode to writeback will imporve it more | 00:20 |
sean-k-mooney | mshaikh99: but you need to make sure the servers are UPS backed or you could get data currption with a power outage | 00:20 |
sean-k-mooney | and all the other issues that go with writeback | 00:21 |
sean-k-mooney | o/ | 00:21 |
*** itlinux has joined #openstack-nova | 00:26 | |
mshaikh99 | is directsync safe | 00:28 |
mshaikh99 | I mean my server are not UPS backed up | 00:28 |
sean-k-mooney | yes direct sync is safe | 00:28 |
mshaikh99 | otherwise I will revert back to none | 00:28 |
mshaikh99 | Cool | 00:28 |
mshaikh99 | Thanks Sean | 00:29 |
sean-k-mooney | cache mode none,writethrough and directsync are considerd eqally safe | 00:29 |
sean-k-mooney | writeback is less safe and unsafe well its in the name | 00:29 |
sean-k-mooney | none and directsync tend to have better write performance then writehtrough but writethrough has better read performace | 00:31 |
*** BjoernT_ has joined #openstack-nova | 00:32 | |
mshaikh99 | I will check with my team about the read v/s write use-case | 00:32 |
mshaikh99 | and will try to setup accordingly | 00:32 |
mshaikh99 | Can I setup a group of servers for one way and another group for another way | 00:32 |
mshaikh99 | or it is global parameter? | 00:32 |
sean-k-mooney | its per compute node | 00:33 |
sean-k-mooney | so you can use host aggrages to group them | 00:33 |
mshaikh99 | ok, so I can setup a host aggregate | 00:33 |
mshaikh99 | ok got it | 00:33 |
*** itlinux has quit IRC | 00:33 | |
*** BjoernT has quit IRC | 00:34 | |
*** itlinux has joined #openstack-nova | 00:34 | |
*** sdake has quit IRC | 00:37 | |
*** _alastor_ has joined #openstack-nova | 00:38 | |
*** itlinux has quit IRC | 00:38 | |
*** itlinux has joined #openstack-nova | 00:39 | |
*** mshaikh99 has quit IRC | 00:39 | |
*** igordc has joined #openstack-nova | 00:42 | |
*** _alastor_ has quit IRC | 00:43 | |
*** markvoelker has quit IRC | 00:44 | |
*** itlinux has quit IRC | 00:44 | |
*** itlinux has joined #openstack-nova | 00:46 | |
*** itlinux has quit IRC | 00:48 | |
*** ileixe has joined #openstack-nova | 00:49 | |
*** ileixe has quit IRC | 00:51 | |
*** ileixe has joined #openstack-nova | 00:51 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Add migration param to check_can_live_migrate_destination https://review.openstack.org/634605 | 00:57 |
*** wolverineav has joined #openstack-nova | 00:57 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating https://review.openstack.org/634606 | 00:57 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source https://review.openstack.org/634827 | 00:57 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData https://review.openstack.org/634828 | 00:57 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration https://review.openstack.org/635229 | 00:57 |
*** wolverineav has quit IRC | 01:01 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (3) https://review.openstack.org/574104 | 01:06 |
*** itlinux has joined #openstack-nova | 01:06 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (4) https://review.openstack.org/574106 | 01:07 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (5) https://review.openstack.org/574110 | 01:07 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (6) https://review.openstack.org/574113 | 01:07 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (7) https://review.openstack.org/574974 | 01:07 |
*** itlinux has quit IRC | 01:10 | |
*** sdake has joined #openstack-nova | 01:12 | |
*** TxGirlGeek has quit IRC | 01:13 | |
openstackgerrit | Merged openstack/nova master: Switch tempest-slow to be run on python 3 https://review.openstack.org/634204 | 01:16 |
*** jobewan has quit IRC | 01:18 | |
*** gyee has quit IRC | 01:22 | |
*** dklyle_ has joined #openstack-nova | 01:27 | |
*** david-lyle has quit IRC | 01:31 | |
*** bhagyashris has joined #openstack-nova | 01:40 | |
*** itlinux has joined #openstack-nova | 01:45 | |
*** itlinux has quit IRC | 01:47 | |
*** sdake has quit IRC | 01:48 | |
*** itlinux has joined #openstack-nova | 01:49 | |
*** sdake has joined #openstack-nova | 01:50 | |
*** itlinux has quit IRC | 01:52 | |
*** itlinux has joined #openstack-nova | 01:56 | |
*** tbachman has quit IRC | 01:56 | |
*** itlinux has quit IRC | 02:01 | |
*** tbachman has joined #openstack-nova | 02:06 | |
*** wolverineav has joined #openstack-nova | 02:07 | |
*** david-lyle has joined #openstack-nova | 02:12 | |
*** wolverineav has quit IRC | 02:14 | |
*** igordc has quit IRC | 02:15 | |
*** manjeets has quit IRC | 02:15 | |
*** dklyle_ has quit IRC | 02:15 | |
*** manjeets has joined #openstack-nova | 02:16 | |
*** sdake has quit IRC | 02:19 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (8) https://review.openstack.org/575311 | 02:20 |
openstackgerrit | Merged openstack/nova stable/rocky: Use X-Forwarded-Proto as origin protocol if present https://review.openstack.org/634814 | 02:20 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (9) https://review.openstack.org/575581 | 02:20 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (10) https://review.openstack.org/576017 | 02:20 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (11) https://review.openstack.org/576018 | 02:21 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (12) https://review.openstack.org/576019 | 02:21 |
*** lbragstad has quit IRC | 02:26 | |
*** _alastor_ has joined #openstack-nova | 02:28 | |
*** _alastor_ has quit IRC | 02:32 | |
*** lbragstad has joined #openstack-nova | 02:33 | |
*** wolverineav has joined #openstack-nova | 02:35 | |
*** wolverineav has quit IRC | 02:40 | |
*** psachin has joined #openstack-nova | 02:56 | |
*** ttsiouts has quit IRC | 03:01 | |
*** ttsiouts has joined #openstack-nova | 03:02 | |
*** ttsiouts has quit IRC | 03:07 | |
*** rcernin has joined #openstack-nova | 03:07 | |
*** Dinesh_Bhor has joined #openstack-nova | 03:08 | |
*** jobewan has joined #openstack-nova | 03:15 | |
*** rchurch_ has joined #openstack-nova | 03:24 | |
*** rchurch has quit IRC | 03:25 | |
*** wolverineav has joined #openstack-nova | 03:26 | |
*** Dinesh_Bhor has quit IRC | 03:30 | |
*** cfriesen has quit IRC | 03:36 | |
*** Dinesh_Bhor has joined #openstack-nova | 03:39 | |
*** itlinux has joined #openstack-nova | 03:41 | |
*** sdake has joined #openstack-nova | 03:43 | |
*** sdake has quit IRC | 03:44 | |
openstackgerrit | Sam Morrison proposed openstack/nova-specs master: add spec "flavor-classes" https://review.openstack.org/635408 | 03:52 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13) https://review.openstack.org/576020 | 03:55 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (14) https://review.openstack.org/576027 | 03:55 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (15) https://review.openstack.org/576031 | 03:56 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (16) https://review.openstack.org/576299 | 03:56 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (17) https://review.openstack.org/576344 | 03:56 |
*** jobewan has quit IRC | 03:58 | |
*** BjoernT_ has quit IRC | 04:04 | |
*** sdake has joined #openstack-nova | 04:10 | |
*** udesale has joined #openstack-nova | 04:25 | |
*** rcernin has quit IRC | 04:35 | |
*** lbragstad has quit IRC | 04:38 | |
*** itlinux has quit IRC | 04:44 | |
*** itlinux_ has joined #openstack-nova | 04:45 | |
*** itlinux_ has quit IRC | 04:45 | |
*** Dinesh_Bhor has quit IRC | 04:48 | |
*** sridharg has joined #openstack-nova | 04:50 | |
*** itlinux has joined #openstack-nova | 04:59 | |
*** Dinesh_Bhor has joined #openstack-nova | 05:00 | |
*** itlinux has quit IRC | 05:03 | |
*** itlinux has joined #openstack-nova | 05:04 | |
*** tetsuro has joined #openstack-nova | 05:16 | |
*** sdake has quit IRC | 05:18 | |
*** itlinux has quit IRC | 05:26 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (18) https://review.openstack.org/576673 | 05:39 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (19) https://review.openstack.org/576676 | 05:39 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (20) https://review.openstack.org/576689 | 05:40 |
*** itlinux has joined #openstack-nova | 05:40 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (21) https://review.openstack.org/576709 | 05:40 |
*** janki has joined #openstack-nova | 05:51 | |
*** ratailor has joined #openstack-nova | 05:56 | |
openstackgerrit | Takashi NATSUME proposed openstack/python-novaclient master: Remove deprecated novaclient.v2.contrib modules https://review.openstack.org/635430 | 06:01 |
openstackgerrit | Sundar Nadathur proposed openstack/nova master: ksa auth conf and client for cyborg access https://review.openstack.org/631242 | 06:05 |
openstackgerrit | Sundar Nadathur proposed openstack/nova master: WIP: Add Cyborg device profile groups to spec obj. https://review.openstack.org/631243 | 06:05 |
openstackgerrit | Sundar Nadathur proposed openstack/nova master: WIP: Create and bind Cyborg ARQs. https://review.openstack.org/631244 | 06:05 |
openstackgerrit | Sundar Nadathur proposed openstack/nova master: WIP: Get resolved Cyborg ARQs and add PCI BDFs to VM's domain XML. https://review.openstack.org/631245 | 06:05 |
*** markvoelker has joined #openstack-nova | 06:07 | |
*** markvoelker has quit IRC | 06:11 | |
openstackgerrit | Michael Still proposed openstack/nova master: Move binding ips to privsep. https://review.openstack.org/622151 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: create_veth_pair is unused, remove it. https://review.openstack.org/624226 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Create specialist set_macaddr_and_vlan helper. https://review.openstack.org/624227 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move create_tap_dev into privsep. https://review.openstack.org/624228 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move set_vf_interface_vlan to be with its only caller. https://review.openstack.org/624229 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move DHCP releasing to privsep. https://review.openstack.org/624230 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Convert additional IP management calls to privsep. https://review.openstack.org/624231 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move route management to privsep. https://review.openstack.org/624232 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move additional IP address management to privsep. https://review.openstack.org/624591 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move slight bonkers IP management to privsep. https://review.openstack.org/624592 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move arping to privsep. https://review.openstack.org/624593 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move cleaning conntrack to privsep. https://review.openstack.org/624594 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Privsepify ipv4 forwarding enablement. https://review.openstack.org/635431 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move killing processes to privsep. https://review.openstack.org/635432 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move FP device creation and deletion to privsep. https://review.openstack.org/635433 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Cleanup the exec_ebtables code a little. https://review.openstack.org/635434 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Privsep the ebtables modification code. https://review.openstack.org/635435 | 06:18 |
openstackgerrit | Michael Still proposed openstack/nova master: Move adding vlans to interfaces to privsep. https://review.openstack.org/635436 | 06:18 |
*** wolverineav has quit IRC | 06:21 | |
*** wolverineav has joined #openstack-nova | 06:22 | |
*** tetsuro has quit IRC | 06:29 | |
*** wolverineav has quit IRC | 06:30 | |
openstackgerrit | garyk proposed openstack/nova master: Better handle live migration abort https://review.openstack.org/635440 | 06:44 |
*** Luzi has joined #openstack-nova | 06:46 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (22) https://review.openstack.org/576712 | 06:50 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Add description about sort order in API ref guideline https://review.openstack.org/627282 | 06:52 |
*** ondrejme has quit IRC | 06:55 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova-specs master: Fix warnings in the document generation https://review.openstack.org/631150 | 07:02 |
*** pcaruana has joined #openstack-nova | 07:02 | |
*** betherly has joined #openstack-nova | 07:07 | |
*** markvoelker has joined #openstack-nova | 07:08 | |
*** efried has quit IRC | 07:11 | |
*** efried has joined #openstack-nova | 07:12 | |
*** ralonsoh has joined #openstack-nova | 07:14 | |
*** ralonsoh has joined #openstack-nova | 07:15 | |
*** wolverineav has joined #openstack-nova | 07:15 | |
*** slaweq has joined #openstack-nova | 07:16 | |
*** slaweq has quit IRC | 07:21 | |
*** moshele has joined #openstack-nova | 07:21 | |
*** janki is now known as janki- | 07:27 | |
*** janki- is now known as janki | 07:27 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova-specs master: Add more detail and fix code block formatting https://review.openstack.org/628702 | 07:37 |
*** slaweq has joined #openstack-nova | 07:37 | |
*** markvoelker has quit IRC | 07:41 | |
*** slaweq has quit IRC | 07:42 | |
*** janki is now known as janki|lunch | 07:44 | |
*** maciejjozefczyk has joined #openstack-nova | 07:46 | |
*** slaweq has joined #openstack-nova | 07:47 | |
*** wolverineav has quit IRC | 07:50 | |
*** itlinux has quit IRC | 07:50 | |
*** slaweq has quit IRC | 07:51 | |
*** ignaziocassano1 has joined #openstack-nova | 07:54 | |
ignaziocassano1 | hello All, | 07:54 |
ignaziocassano1 | anyone could help me on nova metadata ? | 07:55 |
*** _fragatina has joined #openstack-nova | 07:56 | |
ignaziocassano1 | instances qemu-guest-agent starts only when metadata quiesce are on the image. If I backup an instance volume and start another instance metadata are missed | 07:57 |
ignaziocassano1 | I think this is a problem for backupping and restoring instances | 07:58 |
*** itlinux has joined #openstack-nova | 07:58 | |
*** tesseract has joined #openstack-nova | 08:02 | |
*** awalende has joined #openstack-nova | 08:05 | |
*** itlinux_ has joined #openstack-nova | 08:06 | |
*** rpittau has joined #openstack-nova | 08:06 | |
*** itlinux has quit IRC | 08:09 | |
*** tkajinam has quit IRC | 08:15 | |
*** slaweq has joined #openstack-nova | 08:18 | |
*** ccamacho has joined #openstack-nova | 08:20 | |
*** helenafm has joined #openstack-nova | 08:21 | |
*** itlinux_ has quit IRC | 08:22 | |
*** wolverineav has joined #openstack-nova | 08:25 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Add minimum value in maximum_instance_delete_attempts https://review.openstack.org/633085 | 08:26 |
openstackgerrit | Takashi NATSUME proposed openstack/nova stable/queens: Add description of custom resource classes https://review.openstack.org/619125 | 08:27 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Add descriptions of numbered resource classes and traits https://review.openstack.org/621494 | 08:27 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py https://review.openstack.org/566153 | 08:27 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Update help messages for weight multipliers https://review.openstack.org/633446 | 08:28 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove deprecated 'os-server-groups' policy https://review.openstack.org/633672 | 08:28 |
*** tesseract-rh has joined #openstack-nova | 08:28 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove deprecated 'os-flavor-manage' policy https://review.openstack.org/633656 | 08:28 |
*** tesseract has quit IRC | 08:28 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Remove deprecated 'flavors' policy https://review.openstack.org/633664 | 08:29 |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Fix a missing policy in test policy data https://review.openstack.org/633686 | 08:29 |
*** wolverineav has quit IRC | 08:31 | |
*** tesseract-rh has quit IRC | 08:35 | |
*** slaweq has quit IRC | 08:36 | |
*** markvoelker has joined #openstack-nova | 08:38 | |
*** xek__ has joined #openstack-nova | 08:49 | |
*** tesseract has joined #openstack-nova | 08:51 | |
*** slaweq has joined #openstack-nova | 08:53 | |
*** slaweq has quit IRC | 08:58 | |
*** mrch_ has joined #openstack-nova | 08:58 | |
*** tetsuro has joined #openstack-nova | 09:00 | |
*** slaweq has joined #openstack-nova | 09:03 | |
*** tssurya has joined #openstack-nova | 09:06 | |
*** slaweq has quit IRC | 09:08 | |
*** ignaziocassano1 has quit IRC | 09:08 | |
*** markvoelker has quit IRC | 09:12 | |
*** panda|off is now known as panda | 09:17 | |
*** sapd1 has joined #openstack-nova | 09:21 | |
*** ccamacho has quit IRC | 09:23 | |
*** ttsiouts has joined #openstack-nova | 09:25 | |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Modify InstanceMappingList.get_not_deleted_by_cell_and_project() https://review.openstack.org/635120 | 09:26 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing for ignoring list_records_by_skipping_down_cells https://review.openstack.org/635121 | 09:26 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing for allowing the all-tenants filter with down cells https://review.openstack.org/635145 | 09:26 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results https://review.openstack.org/635146 | 09:26 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells https://review.openstack.org/591657 | 09:26 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation https://review.openstack.org/635147 | 09:26 |
*** wolverineav has joined #openstack-nova | 09:27 | |
*** takashin has left #openstack-nova | 09:31 | |
*** wolverineav has quit IRC | 09:31 | |
*** derekh has joined #openstack-nova | 09:32 | |
*** slaweq has joined #openstack-nova | 09:33 | |
*** sapd1 has quit IRC | 09:40 | |
*** bhagyashris has quit IRC | 09:41 | |
*** ociuhandu has joined #openstack-nova | 09:43 | |
*** priteau has joined #openstack-nova | 09:49 | |
*** oanson has joined #openstack-nova | 09:51 | |
*** ociuhandu has quit IRC | 09:56 | |
*** ociuhandu has joined #openstack-nova | 09:58 | |
*** cdent has joined #openstack-nova | 10:00 | |
*** slaweq has quit IRC | 10:00 | |
*** yan0s has joined #openstack-nova | 10:03 | |
*** markvoelker has joined #openstack-nova | 10:09 | |
*** slaweq has joined #openstack-nova | 10:17 | |
*** slaweq has quit IRC | 10:22 | |
*** betherly has quit IRC | 10:25 | |
*** betherly has joined #openstack-nova | 10:25 | |
*** jding1_ has joined #openstack-nova | 10:26 | |
*** jackding has quit IRC | 10:29 | |
*** moshele has quit IRC | 10:30 | |
*** ociuhandu has quit IRC | 10:31 | |
*** Luzi has quit IRC | 10:36 | |
*** betherly has quit IRC | 10:40 | |
*** moshele has joined #openstack-nova | 10:40 | |
*** sridharg has quit IRC | 10:40 | |
*** markvoelker has quit IRC | 10:41 | |
*** Dinesh_Bhor has quit IRC | 10:41 | |
openstackgerrit | Chris Dent proposed openstack/nova master: Update nova docs front page for placement removal https://review.openstack.org/628183 | 10:42 |
openstackgerrit | Chris Dent proposed openstack/nova master: Remove placement from nova install docs https://review.openstack.org/628184 | 10:42 |
openstackgerrit | Chris Dent proposed openstack/nova master: Remove link to placement configuration from nova config docs https://review.openstack.org/628185 | 10:42 |
openstackgerrit | Chris Dent proposed openstack/nova master: Remove placement from contributor doc https://review.openstack.org/628186 | 10:42 |
*** erlon__ has joined #openstack-nova | 10:46 | |
*** Luzi has joined #openstack-nova | 10:49 | |
*** sridharg has joined #openstack-nova | 10:52 | |
*** ociuhandu has joined #openstack-nova | 11:01 | |
*** ociuhandu has quit IRC | 11:05 | |
openstackgerrit | Chris Dent proposed openstack/nova master: Switch to using os-resource-classes https://review.openstack.org/628278 | 11:11 |
*** slaweq has joined #openstack-nova | 11:13 | |
*** ociuhandu has joined #openstack-nova | 11:14 | |
*** ociuhandu has quit IRC | 11:14 | |
*** ociuhandu has joined #openstack-nova | 11:15 | |
*** ileixe has quit IRC | 11:20 | |
*** ociuhandu_ has joined #openstack-nova | 11:22 | |
*** ociuhand_ has joined #openstack-nova | 11:23 | |
*** ociuhandu has quit IRC | 11:25 | |
*** ociuhandu has joined #openstack-nova | 11:26 | |
*** ociuhandu_ has quit IRC | 11:26 | |
sean-k-mooney | cdent: since we are nolonger removing the placement code in stein we proably shoudl not remove the docs for in tree placement | 11:29 |
*** wolverineav has joined #openstack-nova | 11:29 | |
*** ociuhand_ has quit IRC | 11:29 | |
sean-k-mooney | cdent: we should however encourage all new deployments to use extracted placement | 11:29 |
*** ociuhandu_ has joined #openstack-nova | 11:30 | |
*** ociuhand_ has joined #openstack-nova | 11:31 | |
*** ociuhandu has quit IRC | 11:31 | |
cdent | sean-k-mooney: I think the expectation is that any new install will use extracted | 11:32 |
cdent | or 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 users | 11:32 |
sean-k-mooney | yep but people might still want some of that docs if they are upgrading | 11:32 |
cdent | so cleaning up the docs still seems relevant | 11:33 |
cdent | they are easy to find | 11:33 |
*** wolverineav has quit IRC | 11:33 | |
*** udesale has quit IRC | 11:33 | |
cdent | If 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-mooney | i 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-nova | 11:34 | |
sean-k-mooney | ya that makes sense | 11:34 |
*** ociuhandu_ has quit IRC | 11:34 | |
cdent | true, but osa and tripleo are still going to try to achieve it for what is actually released as stein | 11:35 |
cdent | it just might not be done before stein closes | 11:35 |
*** markvoelker has joined #openstack-nova | 11:38 | |
*** tbachman has quit IRC | 11:41 | |
*** ccamacho has joined #openstack-nova | 11:49 | |
*** tetsuro has quit IRC | 11:52 | |
*** slaweq has quit IRC | 11:54 | |
*** dave-mccowan has joined #openstack-nova | 12:04 | |
*** markvoelker has quit IRC | 12:11 | |
*** priteau has quit IRC | 12:12 | |
*** ratailor has quit IRC | 12:21 | |
*** _hemna has joined #openstack-nova | 12:22 | |
*** wolverineav has joined #openstack-nova | 12:29 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Ignore sqla-migrate inspect.getargspec deprecation warnings https://review.openstack.org/634451 | 12:31 |
openstackgerrit | Merged openstack/nova master: Collect duplicate codepaths in os_vif_util https://review.openstack.org/634219 | 12:32 |
gibi_off | really simple warning removal needs a second core https://review.openstack.org/634451 | 12:32 |
*** sridharg has quit IRC | 12:32 | |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing for allowing the all-tenants filter with down cells https://review.openstack.org/635145 | 12:32 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results https://review.openstack.org/635146 | 12:32 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells https://review.openstack.org/591657 | 12:32 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation https://review.openstack.org/635147 | 12:32 |
*** sridharg has joined #openstack-nova | 12:32 | |
stephenfin | gibi_off: Done | 12:34 |
gibi_off | stephenfin: tahnks | 12:34 |
*** wolverineav has quit IRC | 12:34 | |
gibi_off | thanks | 12:34 |
*** gibi_off is now known as gibi | 12:34 | |
*** sdake has joined #openstack-nova | 12:46 | |
*** sdake has quit IRC | 12:51 | |
*** sdake has joined #openstack-nova | 12:52 | |
*** tbachman has joined #openstack-nova | 12:57 | |
*** priteau has joined #openstack-nova | 13:06 | |
*** markvoelker has joined #openstack-nova | 13:08 | |
*** slaweq has joined #openstack-nova | 13:17 | |
*** mriedem has joined #openstack-nova | 13:21 | |
*** ade_lee has quit IRC | 13:23 | |
*** takashin has joined #openstack-nova | 13:29 | |
*** wolverineav has joined #openstack-nova | 13:30 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: doc: specify --os-compute-api-version when setting flavor description https://review.openstack.org/635508 | 13:33 |
mriedem | is someone chairing the nova meeting today? | 13:33 |
mriedem | gibi: ^? if you're out i can run it | 13:33 |
cdent | earlier in the week gibi said he would | 13:33 |
*** wolverineav has quit IRC | 13:35 | |
gibi | mriedem: I can run it | 13:37 |
bauzas | good afternoon Nova | 13:39 |
bauzas | here and now beings my upstream work for the day | 13:39 |
gibi | mriedem: the untriaged bug number is pretty fluid, I've updated the meeting agenda an hour ago ;) | 13:40 |
mriedem | heh | 13:41 |
*** markvoelker has quit IRC | 13:41 | |
mriedem | it's been hovering around 58 all week | 13:42 |
*** lpetrut has joined #openstack-nova | 13:45 | |
mriedem | bauzas: 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 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: Plumbing required in servers ViewBuilder to construct partial results https://review.openstack.org/635146 | 13:46 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells https://review.openstack.org/591657 | 13:46 |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells Documentation https://review.openstack.org/635147 | 13:46 |
bauzas | mriedem: no, just that priority work is *always* about customers or other downstream stuff | 13:47 |
bauzas | mriedem: so before this week, I was not having a lot of time for upstream | 13:47 |
*** sdake has quit IRC | 13:47 | |
bauzas | so when folks were pinging me, they weren't knowing when I was there | 13:47 |
bauzas | that's why this week, I try to make sure I have time for upstream by saying when I work for it | 13:48 |
bauzas | even if I have other priorities (and be sure I have some...), nova will have at least 2 or 3 hours from me | 13:48 |
*** _fragatina has quit IRC | 13:50 | |
*** _fragatina has joined #openstack-nova | 13:50 | |
gibi | nova meeting starts in 10 minutes in #openstack-meeting | 13:50 |
*** _fragatina has quit IRC | 13:51 | |
*** _fragatina has joined #openstack-nova | 13:51 | |
*** _fragatina has quit IRC | 13:52 | |
*** _fragatina has joined #openstack-nova | 13:53 | |
*** _fragatina has quit IRC | 13:53 | |
*** _fragatina has joined #openstack-nova | 13:54 | |
*** janki|lunch has quit IRC | 13:57 | |
*** lbragstad has joined #openstack-nova | 13:58 | |
*** _fragatina has quit IRC | 13:59 | |
*** _fragatina has joined #openstack-nova | 13:59 | |
*** _fragatina has quit IRC | 14:00 | |
*** _fragatina has joined #openstack-nova | 14:00 | |
*** _fragatina has quit IRC | 14:02 | |
*** _fragatina has joined #openstack-nova | 14:03 | |
*** _fragatina has quit IRC | 14:04 | |
*** _fragatina has joined #openstack-nova | 14:04 | |
*** chhagarw has joined #openstack-nova | 14:07 | |
*** jmlowe has quit IRC | 14:09 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Fix deprecation warning for threadgroup.add_timer https://review.openstack.org/635516 | 14:11 |
mriedem | gibi: bauzas: ^ | 14:11 |
bauzas | mriedem: ack | 14:11 |
*** BjoernT has joined #openstack-nova | 14:13 | |
*** BjoernT_ has joined #openstack-nova | 14:14 | |
*** _alastor_ has joined #openstack-nova | 14:15 | |
*** BjoernT has quit IRC | 14:17 | |
openstackgerrit | Merged openstack/nova master: Fix InstanceMapping to always default queued_for_delete=False https://review.openstack.org/635185 | 14:17 |
openstackgerrit | Merged openstack/nova master: Ignore sqla-migrate inspect.getargspec deprecation warnings https://review.openstack.org/634451 | 14:17 |
*** ade_lee has joined #openstack-nova | 14:18 | |
*** _alastor_ has quit IRC | 14:19 | |
*** _fragatina has quit IRC | 14:21 | |
*** _fragatina has joined #openstack-nova | 14:22 | |
*** ade_lee_ has joined #openstack-nova | 14:23 | |
bauzas | mriedem: comment on https://review.openstack.org/#/c/635516/1 | 14:23 |
*** ade_lee has quit IRC | 14:25 | |
*** psachin has quit IRC | 14:26 | |
*** _fragatina has quit IRC | 14:28 | |
*** irclogbot_2 has joined #openstack-nova | 14:28 | |
*** _fragatina has joined #openstack-nova | 14:29 | |
*** _fragatina has quit IRC | 14:29 | |
*** _fragatina has joined #openstack-nova | 14:30 | |
*** _fragatina has quit IRC | 14:30 | |
*** jmlowe has joined #openstack-nova | 14:30 | |
*** _fragatina has joined #openstack-nova | 14:31 | |
*** wolverineav has joined #openstack-nova | 14:31 | |
*** _fragatina has quit IRC | 14:32 | |
*** _fragatina has joined #openstack-nova | 14:33 | |
*** _fragatina has quit IRC | 14:34 | |
*** _fragatina has joined #openstack-nova | 14:34 | |
*** _fragatina has quit IRC | 14:35 | |
*** sdake has joined #openstack-nova | 14:35 | |
*** _fragatina has joined #openstack-nova | 14:36 | |
*** wolverineav has quit IRC | 14:36 | |
mriedem | bauzas: good catch | 14:37 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Fix deprecation warning for threadgroup.add_timer https://review.openstack.org/635516 | 14:38 |
mriedem | there you go | 14:38 |
*** markvoelker has joined #openstack-nova | 14:38 | |
* bauzas looks | 14:39 | |
*** awaugama has joined #openstack-nova | 14:53 | |
*** sdake has quit IRC | 14:54 | |
mriedem | bauzas: want to just approve since gibi was +2? | 14:54 |
bauzas | mriedem: fair | 14:54 |
*** eharney has joined #openstack-nova | 14:57 | |
*** Luzi has quit IRC | 14:57 | |
*** david-lyle has quit IRC | 14:57 | |
*** mlavalle has joined #openstack-nova | 14:58 | |
*** _alastor_ has joined #openstack-nova | 15:00 | |
*** takashin has left #openstack-nova | 15:01 | |
*** awalende has quit IRC | 15:04 | |
*** awalende has joined #openstack-nova | 15:04 | |
*** cfriesen has joined #openstack-nova | 15:06 | |
*** sdake has joined #openstack-nova | 15:08 | |
*** awalende has quit IRC | 15:08 | |
*** markvoelker has quit IRC | 15:11 | |
*** purplerbot has quit IRC | 15:11 | |
openstackgerrit | Surya Seetharaman proposed openstack/nova master: [POC]: Limit _get_computes_for_cells to only go into the required cells https://review.openstack.org/635532 | 15:12 |
mriedem | tssurya: you want to backport https://review.openstack.org/#/c/635185/ to stable/rocky? | 15:13 |
*** purplerbot has joined #openstack-nova | 15:13 | |
*** dansmith has quit IRC | 15:13 | |
*** imacdonn has quit IRC | 15:13 | |
*** dansmith has joined #openstack-nova | 15:14 | |
openstackgerrit | Corey Bryant proposed openstack/nova master: xenapi/agent: whitelist deprecated warnings from OpenSSL 1.1.1+ https://review.openstack.org/635533 | 15:14 |
tssurya | mriedem: yea on it | 15:14 |
openstackgerrit | Surya Seetharaman proposed openstack/nova stable/rocky: Fix InstanceMapping to always default queued_for_delete=False https://review.openstack.org/635534 | 15:17 |
*** BjoernT has joined #openstack-nova | 15:18 | |
openstackgerrit | Chris Friesen proposed openstack/nova master: fix up numa-topology live migration hypervisor check https://review.openstack.org/635350 | 15:19 |
*** BjoernT_ has quit IRC | 15:21 | |
*** ccamacho has quit IRC | 15:24 | |
*** slaweq has quit IRC | 15:27 | |
*** ralonsoh has quit IRC | 15:28 | |
*** hongbin has joined #openstack-nova | 15:30 | |
*** wolverineav has joined #openstack-nova | 15:32 | |
openstackgerrit | Yury Kulazhenkov proposed openstack/nova master: rename ScaleIO driver to VxFlex Os https://review.openstack.org/634866 | 15:35 |
*** wolverineav has quit IRC | 15:37 | |
*** slaweq has joined #openstack-nova | 15:39 | |
*** _fragatina has quit IRC | 15:42 | |
*** _fragatina has joined #openstack-nova | 15:42 | |
*** _fragatina has quit IRC | 15:44 | |
*** _fragatina has joined #openstack-nova | 15:44 | |
*** _fragatina has quit IRC | 15:56 | |
*** _fragatina has joined #openstack-nova | 15:56 | |
openstackgerrit | Merged openstack/nova stable/queens: Explicitly fail if trying to attach SR-IOV port https://review.openstack.org/607729 | 15:56 |
*** tbachman has quit IRC | 15:58 | |
*** ratailor has joined #openstack-nova | 15:59 | |
*** _alastor_ has quit IRC | 16:03 | |
*** TxGirlGeek has joined #openstack-nova | 16:07 | |
*** ttsiouts has quit IRC | 16:07 | |
*** markvoelker has joined #openstack-nova | 16:08 | |
openstackgerrit | Merged openstack/nova stable/queens: Handle tags in _bury_in_cell0 https://review.openstack.org/624824 | 16:08 |
openstackgerrit | Merged openstack/nova master: api-ref: fix link to flavor extra specs docs https://review.openstack.org/635252 | 16:09 |
*** yan0s has quit IRC | 16:09 | |
melwitt | o/ | 16:12 |
*** gyee has joined #openstack-nova | 16:13 | |
*** lbragstad has quit IRC | 16:15 | |
*** ttsiouts has joined #openstack-nova | 16:15 | |
*** lbragstad has joined #openstack-nova | 16:16 | |
*** _fragatina has quit IRC | 16:20 | |
*** pcaruana has quit IRC | 16:21 | |
*** _fragatina has joined #openstack-nova | 16:21 | |
*** ccamacho has joined #openstack-nova | 16:24 | |
*** ratailor has quit IRC | 16:27 | |
*** eharney has quit IRC | 16:28 | |
*** slaweq has quit IRC | 16:29 | |
*** _alastor_ has joined #openstack-nova | 16:30 | |
*** udesale has quit IRC | 16:33 | |
*** wolverineav has joined #openstack-nova | 16:33 | |
*** agopi has quit IRC | 16:34 | |
*** wolverineav has quit IRC | 16:37 | |
*** tbachman has joined #openstack-nova | 16:38 | |
*** moshele has quit IRC | 16:38 | |
*** markvoelker has quit IRC | 16:41 | |
openstackgerrit | Stephen Finucane proposed openstack/nova master: API: Remove evacuate/live-migrate 'force' parameter https://review.openstack.org/634600 | 16:43 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Change live_migration_wait_for_vif_plug=True by default https://review.openstack.org/635360 | 16:44 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Replace ansible --sudo with --become in live_migration/hooks scripts https://review.openstack.org/635308 | 16:47 |
*** tssurya has quit IRC | 16:50 | |
*** rpittau has quit IRC | 17:02 | |
*** awalende has joined #openstack-nova | 17:05 | |
*** sdake has quit IRC | 17:07 | |
*** awalende has quit IRC | 17:09 | |
*** sdake has joined #openstack-nova | 17:09 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Set the conductor indirection API when running nova-metadata under uwsgi https://review.openstack.org/635577 | 17:13 |
openstackgerrit | Stephen Finucane proposed openstack/python-novaclient master: Microversion 2.68: Remove 'forced' live migrations, evacuations https://review.openstack.org/635131 | 17:17 |
*** itlinux has joined #openstack-nova | 17:18 | |
mriedem | dansmith: a day late but the bottom 3 here should be ready to go https://review.openstack.org/#/c/621310/ - just refactoring code | 17:19 |
mriedem | that i need to touch or re-use later | 17:19 |
mriedem | but is admittedly crufty in it's current form anyway | 17:19 |
dansmith | ack | 17:19 |
*** helenafm has quit IRC | 17:20 | |
dansmith | mriedem: on the third one, are you not going from three notifications to two? | 17:23 |
dansmith | er actually three to four? | 17:23 |
mriedem | don't think so, 4 to 4 | 17:23 |
openstackgerrit | Stephen Finucane proposed openstack/nova master: docs: Rework the PCI passthrough guides https://review.openstack.org/635243 | 17:23 |
mriedem | existing unit tests should have spanked me if i f'ed that up | 17:24 |
dansmith | oh, yeah, you're right I see, i was thinking you removed one, | 17:24 |
dansmith | but got all confused | 17:24 |
dansmith | I gotcha | 17:24 |
*** _fragatina has quit IRC | 17:25 | |
*** itlinux_ has joined #openstack-nova | 17:25 | |
*** _fragatina has joined #openstack-nova | 17:26 | |
*** itlinux has quit IRC | 17:27 | |
mriedem | what's gross? | 17:27 |
mriedem | oh the wrapping | 17:27 |
*** ttsiouts has quit IRC | 17:28 | |
*** ttsiouts has joined #openstack-nova | 17:29 | |
*** dklyle has joined #openstack-nova | 17:29 | |
*** xek__ has quit IRC | 17:30 | |
*** xek has joined #openstack-nova | 17:30 | |
*** ttsiouts has quit IRC | 17:31 | |
*** ttsiouts has joined #openstack-nova | 17:32 | |
*** ttsiouts has quit IRC | 17:32 | |
*** jmlowe has quit IRC | 17:37 | |
*** markvoelker has joined #openstack-nova | 17:38 | |
*** _fragatina has quit IRC | 17:39 | |
*** wolverineav has joined #openstack-nova | 17:39 | |
*** wolverineav has quit IRC | 17:42 | |
*** wolverineav has joined #openstack-nova | 17:43 | |
*** tbachman has quit IRC | 17:43 | |
*** priteau has quit IRC | 17:45 | |
cfriesen | sean-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-mooney | QEMU i belive | 17:46 |
cfriesen | that's what I see too. But obj_fields.HVType.QEMU is "qemu", so we can't directly compare it | 17:49 |
*** chhagarw has quit IRC | 17:49 | |
sean-k-mooney | well the hypvervior_type field in the compute is declared as a string | 17:49 |
sean-k-mooney | not a HVType field | 17:50 |
*** slaweq has joined #openstack-nova | 17:50 | |
*** _fragatina has joined #openstack-nova | 17:52 | |
*** cdent has quit IRC | 17:52 | |
cfriesen | what do you think...compare against the "QEMU" string, or do a lowercase comparison against obj_fields.HVType.QEMU ? | 17:52 |
cfriesen | stephenfin: ^ | 17:53 |
openstackgerrit | Matt Riedemann proposed openstack/python-novaclient master: Remove args/kwargs from discover_extensions() https://review.openstack.org/635589 | 17:58 |
*** itlinux_ has quit IRC | 17:58 | |
openstackgerrit | Matt Riedemann proposed openstack/python-novaclient master: Remove args/kwargs from discover_extensions() https://review.openstack.org/635589 | 17:58 |
*** tbachman has joined #openstack-nova | 17:59 | |
*** tbachman has joined #openstack-nova | 18:00 | |
*** derekh has quit IRC | 18:03 | |
*** wolverineav has quit IRC | 18:06 | |
*** belmoreira has quit IRC | 18:07 | |
*** wolverineav has joined #openstack-nova | 18:07 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating https://review.openstack.org/634606 | 18:09 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source https://review.openstack.org/634827 | 18:09 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData https://review.openstack.org/634828 | 18:09 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration https://review.openstack.org/635229 | 18:09 |
*** wolverineav has quit IRC | 18:09 | |
*** wolverineav has joined #openstack-nova | 18:09 | |
*** markvoelker has quit IRC | 18:11 | |
*** mvkr has quit IRC | 18:12 | |
zzzeek | jaypipes: ping | 18:19 |
*** _fragatina has quit IRC | 18:24 | |
*** wolverineav has quit IRC | 18:25 | |
*** wolverineav has joined #openstack-nova | 18:26 | |
*** wolverineav has quit IRC | 18:26 | |
*** wolverineav has joined #openstack-nova | 18:26 | |
*** moshele has joined #openstack-nova | 18:28 | |
*** sridharg has quit IRC | 18:28 | |
*** eharney has joined #openstack-nova | 18:29 | |
zzzeek | jaypipes: OK, I just (re?) discovered this innodb behavior: https://blog.pythian.com/understanding-mysql-isolation-levels-repeatable-read/ . blah | 18:33 |
*** ociuhandu has joined #openstack-nova | 18:43 | |
*** wolverineav has quit IRC | 18:45 | |
*** agopi has joined #openstack-nova | 18:45 | |
*** ociuhand_ has quit IRC | 18:46 | |
*** wolverineav has joined #openstack-nova | 18:47 | |
*** ociuhandu has quit IRC | 18:48 | |
*** slaweq has quit IRC | 18:49 | |
*** wolverineav has quit IRC | 18:52 | |
*** wolverineav has joined #openstack-nova | 18:54 | |
*** ociuhandu has joined #openstack-nova | 18:56 | |
*** sdake has quit IRC | 18:58 | |
*** jmlowe has joined #openstack-nova | 18:59 | |
*** ociuhandu has quit IRC | 19:00 | |
*** ociuhandu has joined #openstack-nova | 19:03 | |
*** remi_ness has joined #openstack-nova | 19:04 | |
*** ttsiouts has joined #openstack-nova | 19:05 | |
*** ociuhandu has quit IRC | 19:07 | |
*** igordc has joined #openstack-nova | 19:07 | |
*** markvoelker has joined #openstack-nova | 19:08 | |
*** moshele has quit IRC | 19:12 | |
*** erlon__ has quit IRC | 19:16 | |
*** TxGirlGeek has quit IRC | 19:17 | |
*** TxGirlGeek has joined #openstack-nova | 19:18 | |
*** moshele has joined #openstack-nova | 19:24 | |
*** rchurch has joined #openstack-nova | 19:26 | |
openstackgerrit | Adam Spiers proposed openstack/os-traits master: Add HW_CPU_AMD_SEV trait https://review.openstack.org/635608 | 19:28 |
*** rchurch_ has quit IRC | 19:28 | |
aspiers | Are changes to os-traits supposed to auto-update the whiteboard of the corresponding nova blueprint? | 19:30 |
aspiers | because this hasn't happened for https://blueprints.launchpad.net/nova/+spec/amd-sev-libvirt-support, unless I'm just too impatient | 19:30 |
*** lbragstad has quit IRC | 19:32 | |
*** lbragstad has joined #openstack-nova | 19:32 | |
*** wolverineav has quit IRC | 19:34 | |
*** wolverineav has joined #openstack-nova | 19:35 | |
*** lpetrut has quit IRC | 19:40 | |
*** markvoelker has quit IRC | 19:42 | |
melwitt | aspiers: 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 |
aspiers | melwitt: thanks! | 19:43 |
melwitt | and 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#L5431 | 19:44 |
melwitt | because I do know that gerrit reviews to nova-specs will link to the blueprint | 19:44 |
melwitt | in order for blueprint update to work for os-traits and friends, they'd have to have 'nova' in 'groups' in project-config, is my guess | 19:45 |
*** moshele has quit IRC | 19:46 | |
aspiers | yes, I saw it working for nova-specs | 19:46 |
melwitt | this 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#L76 | 19:46 |
*** moshele has joined #openstack-nova | 19:47 | |
*** sdake has joined #openstack-nova | 19:47 | |
aspiers | yep, which takes it from the registry in utils.py | 19:47 |
melwitt | TIL :) | 19:48 |
aspiers | funnily enough, TIL what TIL means :) | 19:48 |
aspiers | I saw it on Twitter this morning | 19:48 |
aspiers | I guess I am behind the times ... | 19:48 |
*** sdake has quit IRC | 19:49 | |
melwitt | heh | 19:49 |
*** jding1__ has joined #openstack-nova | 19:50 | |
*** moshele has quit IRC | 19:50 | |
*** ttsiouts has quit IRC | 19:51 | |
*** sdake has joined #openstack-nova | 19:52 | |
*** jding1_ has quit IRC | 19:52 | |
*** sdake has quit IRC | 19:53 | |
*** sdake has joined #openstack-nova | 19:53 | |
aspiers | melwitt: os-traits has "acl-config: /home/gerrit2/acls/openstack/nova.config" in its project-config, but not "nova" in "groups" | 19:56 |
aspiers | not sure why | 19:56 |
*** ttsiouts has joined #openstack-nova | 19:57 | |
aspiers | Well, I've added it to the whiteboard manually. Hopefully jeepyb won't remove it on the next update. | 19:58 |
*** wolverineav has quit IRC | 20:01 | |
*** ttsiouts has quit IRC | 20:01 | |
*** wolverineav has joined #openstack-nova | 20:01 | |
melwitt | aspiers: 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 blueprints | 20:05 |
*** wolverineav has quit IRC | 20:06 | |
aspiers | melwitt: I'll ask in #openstack-infra if it should have the group added | 20:06 |
*** remi_ness has quit IRC | 20:07 | |
aspiers | melwitt: ah sorry, I was looking at my master branch which was hopelessly out of date | 20:09 |
melwitt | aspiers: 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 group | 20:09 |
aspiers | makes sense | 20:09 |
*** moshele has joined #openstack-nova | 20:14 | |
*** moshele has quit IRC | 20:16 | |
*** mmethot has quit IRC | 20:20 | |
*** wolverineav has joined #openstack-nova | 20:22 | |
*** mmethot has joined #openstack-nova | 20:26 | |
*** wolverineav has quit IRC | 20:27 | |
*** ccamacho has quit IRC | 20:28 | |
openstackgerrit | Merged openstack/nova master: Don't force evacuate/live migrate in notification sample tests https://review.openstack.org/634920 | 20:30 |
openstackgerrit | Merged openstack/nova master: Isolate cell-targeting code in MigrationTask https://review.openstack.org/621310 | 20:30 |
*** sdake has quit IRC | 20:31 | |
*** sdake has joined #openstack-nova | 20:32 | |
openstackgerrit | Merged openstack/nova master: Move resize.prep.start/end notifications to helper method https://review.openstack.org/633298 | 20:38 |
*** markvoelker has joined #openstack-nova | 20:39 | |
*** ociuhandu has joined #openstack-nova | 20:42 | |
*** priteau has joined #openstack-nova | 20:51 | |
*** ociuhandu has quit IRC | 20:51 | |
*** wolverineav has joined #openstack-nova | 20:53 | |
*** priteau has quit IRC | 20:55 | |
*** wolverineav has quit IRC | 20:58 | |
*** moshele has joined #openstack-nova | 21:00 | |
*** wolverineav has joined #openstack-nova | 21:07 | |
*** wolverineav has quit IRC | 21:09 | |
*** markvoelker has quit IRC | 21:11 | |
*** awaugama has quit IRC | 21:16 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Add PrepResizeAtDestTask https://review.openstack.org/627890 | 21:16 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add prep_snapshot_based_resize_at_source compute method https://review.openstack.org/634832 | 21:16 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Add PrepResizeAtSourceTask https://review.openstack.org/627891 | 21:16 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Move finish_resize.(start|end) notifications to helper method https://review.openstack.org/635079 | 21:16 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Add finish_snapshot_based_resize_at_dest compute method https://review.openstack.org/635080 | 21:16 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Add FinishResizeAtDestTask https://review.openstack.org/635646 | 21:16 |
openstackgerrit | Merged openstack/nova master: Move resize.(start|end) notification sending to helper method https://review.openstack.org/634831 | 21:16 |
openstackgerrit | Merged openstack/nova master: Extract compute API _create_image to compute.utils https://review.openstack.org/621311 | 21:17 |
*** moshele has quit IRC | 21:17 | |
*** priteau has joined #openstack-nova | 21:17 | |
*** xek has quit IRC | 21:22 | |
*** wolverineav has joined #openstack-nova | 21:24 | |
*** jding1__ has quit IRC | 21:28 | |
*** sdake has quit IRC | 21:29 | |
*** jackding has joined #openstack-nova | 21:30 | |
*** sdake has joined #openstack-nova | 21:37 | |
openstackgerrit | Jim Rollenhagen proposed openstack/nova master: ironic: partition compute services by conductor group https://review.openstack.org/635006 | 21:39 |
*** priteau has quit IRC | 21:40 | |
openstackgerrit | Sam Morrison proposed openstack/nova-specs master: add spec "flavor-classes" https://review.openstack.org/635408 | 21:41 |
*** priteau has joined #openstack-nova | 21:48 | |
*** moshele has joined #openstack-nova | 21:49 | |
*** priteau has quit IRC | 21:49 | |
*** sdake has quit IRC | 21:51 | |
*** sdake has joined #openstack-nova | 21:54 | |
*** tesseract has quit IRC | 21:55 | |
*** dave-mccowan has quit IRC | 21:56 | |
*** sdake has quit IRC | 21:56 | |
*** sdake has joined #openstack-nova | 21:59 | |
*** igordc has quit IRC | 22:04 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Execute CrossCellMigrationTask from MigrationTask https://review.openstack.org/635668 | 22:06 |
*** markvoelker has joined #openstack-nova | 22:08 | |
artom | Has anyone ever noticed how fragile and all over the place the live migration code is? | 22:15 |
artom | I'm 100% definitely sure I'm the first one to see that. | 22:15 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Add migration param to check_can_live_migrate_destination https://review.openstack.org/634605 | 22:16 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Create claims when live migrating https://review.openstack.org/634606 | 22:16 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] New objects to transmit NUMA config from dest to source https://review.openstack.org/634827 | 22:16 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Send dest NUMA info inside LiveMigrateData https://review.openstack.org/634828 | 22:16 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Update NUMA XML during live migration https://review.openstack.org/635229 | 22:16 |
openstackgerrit | Artom Lifshitz proposed openstack/nova master: [WIP] Introduce live migration claims https://review.openstack.org/635669 | 22:16 |
* artom -> daycare pickup time | 22:17 | |
*** _fragatina has joined #openstack-nova | 22:19 | |
*** ade_lee_ has quit IRC | 22:20 | |
*** moshele has quit IRC | 22:24 | |
*** sdake has quit IRC | 22:34 | |
*** sdake has joined #openstack-nova | 22:36 | |
*** sdake has quit IRC | 22:36 | |
*** tbachman has quit IRC | 22:41 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: WIP: Plumb allow_cross_cell_resize into compute API resize() https://review.openstack.org/635684 | 22:42 |
*** markvoelker has quit IRC | 22:42 | |
*** agopi is now known as agopi|pto | 22:42 | |
*** mriedem is now known as mriedem_afk | 22:43 | |
*** BjoernT has quit IRC | 22:46 | |
*** agopi|pto has quit IRC | 22:48 | |
openstackgerrit | Chris Friesen proposed openstack/nova master: fix up numa-topology live migration hypervisor check https://review.openstack.org/635350 | 22:48 |
*** ociuhandu has joined #openstack-nova | 22:52 | |
*** hongbin has quit IRC | 22:52 | |
*** tkajinam has joined #openstack-nova | 22:55 | |
*** ociuhandu has quit IRC | 22:56 | |
*** panda is now known as panda|off | 22:59 | |
*** _fragatina has quit IRC | 23:00 | |
*** whoami-rajat has quit IRC | 23:03 | |
*** mvkr has joined #openstack-nova | 23:03 | |
*** wolverineav has quit IRC | 23:04 | |
*** takamatsu has quit IRC | 23:19 | |
*** TxGirlGeek has quit IRC | 23:21 | |
openstackgerrit | Jack Ding proposed openstack/nova master: Correct instance port binding for rebuilds https://review.openstack.org/603844 | 23:23 |
*** sdake has joined #openstack-nova | 23:24 | |
openstackgerrit | Jack Ding proposed openstack/nova master: Improve libvirt image and snapshot handling https://review.openstack.org/616692 | 23:25 |
*** moshele has joined #openstack-nova | 23:27 | |
*** wolverineav has joined #openstack-nova | 23:29 | |
*** eharney has quit IRC | 23:29 | |
*** wolverineav has quit IRC | 23:30 | |
*** wolverineav has joined #openstack-nova | 23:30 | |
*** tbachman has joined #openstack-nova | 23:32 | |
*** wolverineav has quit IRC | 23:32 | |
*** markvoelker has joined #openstack-nova | 23:39 | |
*** wolverineav has joined #openstack-nova | 23:40 | |
*** wolverineav has quit IRC | 23:45 | |
*** wolverineav has joined #openstack-nova | 23:45 | |
*** mlavalle has quit IRC | 23:50 | |
*** tbachman has quit IRC | 23:51 | |
*** moshele has quit IRC | 23:57 | |
*** mlavalle has joined #openstack-nova | 23:58 | |
*** wolverineav has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!