| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-12-05 | |||
| 03:21:26 | openstackgerrit | Merged openstack/nova master: Remove utils.execute() calls from xenapi. https://review.openstack.org/619700 | |
| 04:41:11 | openstackgerrit | Takashi NATSUME proposed openstack/nova master: api-ref: Body verification for the lock action https://review.openstack.org/622835 | |
| 05:47:44 | izza_ | hi guys | |
| 05:48:01 | izza_ | can anyone help us here on windows provisioning on openstack | |
| 06:30:30 | openstackgerrit | Yongli He proposed openstack/nova master: Adds the server group info into show server detail API. https://review.openstack.org/621474 | |
| 06:34:28 | openstackgerrit | Yongli He proposed openstack/nova master: Add numa topology and pci devices into server detail API https://review.openstack.org/621476 | |
| 07:13:15 | openstackgerrit | Yongli He proposed openstack/nova-specs master: add 'show-server-group' spec https://review.openstack.org/612255 | |
| 07:26:41 | openstackgerrit | Yongli He proposed openstack/nova-specs master: add spec "show-server-numa-topology" https://review.openstack.org/612256 | |
| 07:30:39 | openstackgerrit | Takashi NATSUME proposed openstack/nova master: api-ref: Body verification for the lock action https://review.openstack.org/622835 | |
| 07:39:10 | openstackgerrit | Takashi NATSUME proposed openstack/nova master: api-ref: Body verification for the lock action https://review.openstack.org/622835 | |
| 08:10:17 | openstackgerrit | Zhenyu Zheng proposed openstack/nova master: Handle tags in _bury_in_cell0 https://review.openstack.org/621856 | |
| 08:25:01 | izza_ | hi | |
| 08:25:22 | izza_ | can anyone help us here how to install windows in trial version in openstack | |
| 08:25:38 | izza_ | i saw procedure but it is looking for a license windows | |
| 08:33:33 | tssurya | mriedem: yea here https://bugs.launchpad.net/nova/+bug/1805984 | |
| 08:33:33 | openstack | Launchpad bug 1805984 in OpenStack Compute (nova) "Placement is not aware of disable compute nodes" [Undecided,New] | |
| 08:38:52 | izza_ | hi | |
| 08:38:53 | openstackgerrit | Rui Zang proposed openstack/nova-specs master: Virtual persistent memory libvirt driver implementation https://review.openstack.org/622893 | |
| 08:39:23 | izza_ | is it possible to install windows trial version on openstack? | |
| 08:51:17 | openstackgerrit | Rui Zang proposed openstack/nova-specs master: support virtual persistent memory https://review.openstack.org/601596 | |
| 10:18:33 | openstackgerrit | Bhagyashri Shewale proposed openstack/nova master: PCPU: Define numa dedicated CPU resource class https://review.openstack.org/561770 | |
| 10:18:33 | openstackgerrit | Bhagyashri Shewale proposed openstack/nova master: NUMACell, InstanceNUMACell: Adopt 'PCPU' changes https://review.openstack.org/576021 | |
| 10:18:34 | openstackgerrit | Bhagyashri Shewale proposed openstack/nova master: Report PCPU to placement https://review.openstack.org/577038 | |
| 10:18:34 | openstackgerrit | Bhagyashri Shewale proposed openstack/nova master: Virt driver: Build guest xml https://review.openstack.org/577372 | |
| 10:34:13 | openstackgerrit | Theodoros Tsioutsias proposed openstack/nova master: Introduce the PENDING instance state https://review.openstack.org/566473 | |
| 10:42:18 | openstackgerrit | Stephen Finucane proposed openstack/osc-placement master: tox: Hide deprecation warnings from stdlib https://review.openstack.org/611884 | |
| 10:54:47 | openstackgerrit | Merged openstack/nova master: Always read-deleted=yes on lazy-load https://review.openstack.org/575190 | |
| 11:03:13 | kashyap | stephenfin: Hi, I got (again) logged out of IRC here. So if you pinged me, I haven't noticed. | |
| 11:03:23 | kashyap | But yes, this is on the top of my pile: https://review.openstack.org/#/c/575735/ | |
| 11:10:13 | zigo | I'm getting this in my nova-compute.log: http://paste.openstack.org/show/736696/ Where should I look to fix this? | |
| 11:11:54 | zigo | "Placement API returning an error response: JSON does not validate: 0 is less than the minimum of 1" in nova-placement-api.log too ... | |
| 11:12:25 | zigo | bauzas: ^ help ? :) | |
| 11:14:20 | gibi | zigo: '[{'DISK_GB': {'max_unit': 0, 'step_size': 1, 'min_unit': 1, 'reserved': 0, 'allocation_ratio': 1.0, 'total': 0}' it is an invalid part as total needs to be >= 1 | |
| 11:14:46 | gibi | zigo: if there is no resouce of DISK_GB then we should not include the resource class to the request at all | |
| 11:15:07 | zigo | gibi: Ok, so it lacks space on the Ceph backend, or something? | |
| 11:16:33 | kashyap | gibi: Hi, I'm just doing another test for this: https://review.openstack.org/#/c/575735/ | |
| 11:16:34 | gibi | zigo: somehow the nova-compute sees 0 disk | |
| 11:16:41 | zigo | Right. | |
| 11:16:45 | kashyap | gibi: And then add a comment there today. Was off yesterday; sorry for the terrible delay. | |
| 11:16:52 | zigo | I just wonder how/where it looks. | |
| 11:17:25 | gibi | kashyap: no worries, ping me if your fine with that patch an I will upgrade my vote | |
| 11:17:44 | kashyap | Yeah, Georg is right; the patch is correct. I just want to match my test w/ Georg's | |
| 11:17:58 | gibi | kashyap: sure, do your test :) | |
| 11:18:09 | kashyap | In progress; nested KVM envs... | |
| 11:19:05 | zigo | Oh, I believe there's an issue in my Ceph cluster. | |
| 11:19:26 | zigo | None of my PGs are active... | |
| 11:19:42 | gibi | zigo: https://github.com/openstack/nova/blob/3a8dd02c81e4d8393f5bb5e105bbff0e628594d6/nova/compute/resource_tracker.py#L721 | |
| 11:19:58 | gibi | zigo: this is the place where the compute node calls the virt driver to get the available resourves | |
| 11:20:06 | zigo | gibi: Thanks ! | |
| 11:34:02 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/pike: Update docs for _destroy_evacuated_instances https://review.openstack.org/621203 | |
| 11:34:04 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/pike: Add regression test for bug #1764883 https://review.openstack.org/621204 | |
| 11:34:04 | openstack | bug 1764883 in OpenStack Compute (nova) "Evacuation fails if the source host returns while the migration is still in progress" [Undecided,Fix released] https://launchpad.net/bugs/1764883 - Assigned to Lee Yarwood (lyarwood) | |
| 11:34:04 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/pike: compute: Ensure pre-migrating instances are destroyed during init_host https://review.openstack.org/621205 | |
| 11:49:07 | kashyap | There goes another 18 mintes for `make stack`. | |
| 11:54:43 | gibi | kashyap: Total runtime 632 | |
| 11:55:34 | gibi | kashyap: ubuntu 18.04, RECLONE=False, OFFLINE=False, horizon and tempest disabled | |
| 11:55:35 | kashyap | gibi: Is that in seconds? | |
| 11:55:41 | kashyap | (That 632) | |
| 11:55:42 | gibi | kashyap: yes | |
| 11:56:02 | kashyap | gibi: And is that on baremetal? Or in a VM (that's capable of nested virt) | |
| 11:56:45 | gibi | kashyap: in a kvm VM, with 8G ram and 2 vcpu | |
| 11:57:24 | kashyap | Interesting. I'm doing something same (on a pre-prod Haswell hardware from 5 years ago) | |
| 11:57:28 | kashyap | ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,placement-api,n-sch,n-cond,n-sproxy,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta | |
| 11:57:35 | kashyap | gibi: The above are my services ^ | |
| 11:57:54 | kashyap | I think I'll get a different timing if I run it on an SSD disk. | |
| 11:58:28 | gibi | kashyap: this is my local conf http://paste.openstack.org/show/736698/ | |
| 11:58:56 | gibi | kashyap: I'm running this on a fairly new hp 840 G5 | |
| 11:59:12 | sean-k-mooney | kashyap: devstack is still one of the fasest installes i have used | |
| 12:00:18 | kashyap | gibi: That's mine: http://paste.openstack.org/show/736699/ | |
| 12:00:30 | sean-k-mooney | in genreal even with RECLONE=True i rarely exceed 15Mins on baremetal or 20 on a vm | |
| 12:00:33 | kashyap | sean-k-mooney: Oh, agreed. It is "the" fastest, IMO | |
| 12:00:51 | sean-k-mooney | kashyap: kolla-ansible is fater if you have the images | |
| 12:00:54 | kashyap | I don't have RECLONE enabled. (I'll assume it defaults to 'false') | |
| 12:01:00 | sean-k-mooney | but not by much | |
| 12:01:05 | sean-k-mooney | kashyap: it does | |
| 12:01:16 | sean-k-mooney | i normally run in offline mode however | |
| 12:01:30 | kashyap | What does 'OFFLINE' do, remind me again, please | |
| 12:02:02 | sean-k-mooney | it skips cloning and uses the git repos you have and also skps installing packages | |
| 12:02:18 | sean-k-mooney | it just configres teh services/dbs and runs them | |
| 12:02:24 | gibi | kashyap: my runs from a nvme ssd | |
| 12:03:13 | sean-k-mooney | on baremetal with OFFLINE=True a compute node will stack in under a miniute | |
| 12:03:19 | kashyap | Yeah, I NVMe on my laptop as well; mine is running on a slow remote machine; /me refreshes his local env. | |
| 12:03:36 | kashyap | [OT] Meanwhile, check this out folks: http://qemu-advent-calendar.org/ | |
| 12:03:45 | kashyap | Today's image is by yours truly :D | |
| 12:03:58 | kashyap | (If you liked it, we also organized it in 2016: http://www.qemu-advent-calendar.org/2016/) | |
| 12:04:03 | kashyap | And this year is 15 years of QEMU. | |
| 12:04:32 | kashyap | If you're wondering WTH is this QEMU Advent, then read the "About" paragraph (https://www.qemu-advent-calendar.org/2018/#about) | |
| 12:05:29 | kashyap | [quote] | |
| 12:05:29 | kashyap | The QEMU Advent Calendar 2018 features a QEMU disk image each day of December until Christmas. Each day a new package becomes available for download | |
| 12:05:32 | kashyap | [...] | |
| 12:05:34 | kashyap | The disk images contain interesting operating systems and software that run under the QEMU emulator. Some of them are well-known or not-so-well-known operating systems, old and new, others are custom demos and neat algorithms. | |
| 12:05:38 | kashyap | [/quote] | |
| 12:05:41 | kashyap | If anyone has ideas for images, more than welcome! | |
| 12:06:05 | gibi | kashyap: :) | |
| 12:06:34 | jangutter | kashyap: Will December 24's image be a virtualization platform capable of running December 24's image? | |
| 12:07:03 | kashyap | gibi: Some 3 years ago, I tried to compress an OpenStack DevStack install under 200 MB. But I could only come up to 618 MB. :-( | |
| 12:07:13 | kashyap | (The artifact is still here: https://kashyapc.fedorapeople.org/virt/advent-qemu/) | |
| 12:07:26 | kashyap | jangutter: 24th / 25th is usually a custom surprise. | |
| 12:07:45 | kashyap | jangutter: And even custom-coded by some community members. Not going to ruin the surprise further :D | |
| 12:07:49 | jangutter | kashyap: I still fondly remember the QNX boot floppies. | |