Earlier  
Posted Nick Remark
#openstack-nova - 2019-09-23
04:56:12 openstackgerrit wangyue proposed openstack/nova master: Returns the max disk/cdrom unit used by scsi controller https://review.opendev.org/683845
05:42:55 openstackgerrit hulina proposed openstack/nova master: Nova raise exceptions when extending volume fails https://review.opendev.org/680648
06:29:36 openstackgerrit Chason Chan proposed openstack/nova master: Note the ``hw_numa_nodes`` image property https://review.opendev.org/683849
08:25:30 openstackgerrit pengyuesheng proposed openstack/os-resource-classes master: Update the constraints url https://review.opendev.org/683872
08:27:32 openstackgerrit pengyuesheng proposed openstack/os-vif master: Update the constraints url https://review.opendev.org/683873
08:28:31 openstackgerrit Balazs Gibizer proposed openstack/nova master: Move HostNameWeigher to a common fixture https://review.opendev.org/683874
08:38:34 openstackgerrit Lee Yarwood proposed openstack/nova master: compute: Remove stale BDMs on reserve_block_device_name failure https://review.opendev.org/682594
09:09:45 openstackgerrit Silvan Kaiser proposed openstack/nova stable/stein: Exec systemd-run without --user flag in Quobyte driver https://review.opendev.org/660705
09:36:42 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Note use of 'nova-manage db sync --config-file' https://review.opendev.org/671298
09:36:43 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Correct 'nova-manage db sync' documentation https://review.opendev.org/677508
09:36:43 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Document global options for nova-manage https://review.opendev.org/677443
09:36:44 openstackgerrit Stephen Finucane proposed openstack/nova master: config: Explicitly register 'remote_debug' CLI opts https://review.opendev.org/677444
09:36:44 openstackgerrit Stephen Finucane proposed openstack/nova master: WIP: docs: Rewrite nova-manage docs to use proper directives https://review.opendev.org/677509
09:37:17 stephenfin bauzas: Think you could send this trivial patch through? https://review.opendev.org/#/c/676898/
09:37:25 bauzas morning :)
09:38:11 bauzas and done
09:38:30 bauzas stephenfin: congrats for your rugby team btw., nice play ;)
09:39:41 stephenfin Heh, thanks :)
09:39:46 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Rewrite host aggregate, availability zone docs https://review.opendev.org/667133
09:51:59 kashyap aspiers: Hey, if you're back ... I'm feeling stupid ... you know why I'm getting the 'secure' enum value _three_ times here? -- http://paste.openstack.org/show/778857/
09:52:06 aspiers o/
09:53:00 kashyap Full "self-contained" WIP script in the pastebin :D
09:55:04 aspiers ImportError: No module named libvirt
09:55:15 aspiers I haven't woken up yet, help me
09:55:37 kashyap aspiers: Err, I lied.
09:56:15 aspiers the tox envs don't have libvirt?
09:56:17 kashyap aspiers: For it to be "self-contained", I ran it from my Nova 'tox' directory sourced.
09:56:23 kashyap aspiers: Yes, that's correct
09:56:33 aspiers which tox env?
09:56:34 kashyap aspiers: (Missing libvirt from your 'tox' env)
09:56:43 aspiers There are many
09:56:49 aspiers I've tried py27 and functional
09:57:39 kashyap Hm, I'm using py27
09:58:39 aspiers what's the path to your libvirt module?
09:58:50 aspiers pip install libvirt doesn't even work
09:59:03 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle libvirt reporting incorrect 4k page quantities https://review.opendev.org/631038
09:59:04 openstackgerrit Stephen Finucane proposed openstack/nova master: Make overcommit check for pinned instance pagesize aware https://review.opendev.org/631053
10:01:04 kashyap aspiers: Err, the module is called: 'libvirt-python'
10:01:32 kashyap aspiers: The location of it is: `/home/kashyapc/.virtualenvs/nova/lib/python2.7/site-packages`
10:01:40 kashyap (In my 'tox' env, obv)
10:01:45 aspiers Yeah, you must have installed it yourself
10:01:58 aspiers It's not in requirements.txt because nova doesn't have a hard requirement on it I guess
10:02:45 kashyap Yes, installed it myself; and indeed Nova doesn't have a hard req. on it
10:02:58 aspiers I guess I need to check out one of your branches?
10:03:19 aspiers git review -d ... ?
10:04:55 cdent aspiers: I've given you days and days to respond to my response that you requested. /me stamps foot :)
10:05:21 aspiers cdent: sorry, can't even remember what that was about - been on holiday :-/
10:05:23 kashyap aspiers: Not really; I'm just parsing existing domain_caps data
10:05:48 cdent aspiers: :) me too. It was about openstack/opensource. Something in the tc election related threads
10:05:56 aspiers kashyap: AttributeError: 'LibvirtConfigDomainCaps' object has no attribute '_os'
10:06:19 aspiers cdent: rings a vague bell :-o
10:06:58 kashyap aspiers: Bad me, you were right, get this one, please: https://review.opendev.org/#/c/673790/
10:10:28 kashyap aspiers: Okay ... I see it, was blind, it's due to the damn 'for' loop, for _each_ of the enums (readonly, type, secure), it is printing the value of 'secure'
10:11:21 aspiers yeah
10:12:45 kashyap Hehe; top it with a drink
10:14:02 aspiers kashyap: you may eventually want to use https://review.opendev.org/#/c/680777/6/tempest/scenario/test_server_sev.py as a basis for a SB tempest test
10:14:52 kashyap aspiers: Ah, thank you
10:17:01 kashyap aspiers: In your "copious free time", can you also please review these "sketch" methods (no tests yet, the first method is broken) for detecting SB: https://review.opendev.org/#/c/682627/1/nova/virt/libvirt/host.py
10:17:24 kashyap aspiers: You'll see that they're "stolen" from how SEV detected (although, it requires check in the kernel support & host)
10:17:44 kashyap (Note to self: maybe move these methods out from host.py --> to the grab-bag-of-all utils.py)
10:18:55 kashyap aspiers: The commit message explains the design, with an example, even (of firmware auto-selection in action)
11:02:08 openstackgerrit Merged openstack/os-traits master: Add support for ppc64le platforms https://review.opendev.org/680580
11:31:33 openstackgerrit Matthew Booth proposed openstack/nova stable/stein: libvirt: Fix service-wide pauses caused by un-proxied libvirt calls https://review.opendev.org/683922
11:44:37 openstackgerrit Matthew Booth proposed openstack/nova stable/rocky: libvirt: Fix service-wide pauses caused by un-proxied libvirt calls https://review.opendev.org/683927
11:50:55 openstackgerrit Matthew Booth proposed openstack/nova stable/queens: libvirt: Fix service-wide pauses caused by un-proxied libvirt calls https://review.opendev.org/683930
12:26:00 openstackgerrit Merged openstack/nova master: Rename 'nova.common.config' module to 'nova.middleware' https://review.opendev.org/676898
12:45:04 openstackgerrit Balazs Gibizer proposed openstack/nova master: Functional reproduction for bug 1844993 https://review.opendev.org/683947
12:45:05 openstack bug 1844993 in OpenStack Compute (nova) "migrate a server with qos port with compute RPC pinned to 5.1 fails and leaves the qos port in an inconsistent state" [Undecided,New] https://launchpad.net/bugs/1844993 - Assigned to Balazs Gibizer (balazs-gibizer)
12:46:18 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject migration with QoS port from conductor if RPC pinned https://review.opendev.org/683948
13:06:54 efried o/ nova
13:09:13 gibi o/ efried
13:17:57 sean-k-mooney efried: o/ have a good weekend
13:18:21 efried yeah, not bad, did much laziness.
13:19:07 sean-k-mooney good. stephenfin's cpu patches finally merged on saturday too
13:19:13 sean-k-mooney so thats a thing
13:19:44 efried yeah, I was watching all of that, need to go update blueprints if that hasn't already been done...
13:20:37 openstackgerrit Stephen Finucane proposed openstack/nova master: Recalculate 'RequestSpec.numa_topology' on resize https://review.opendev.org/662522
13:20:38 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Cleanup of '_test_resize' helper test https://review.opendev.org/664245
13:20:38 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Add '_setup_compute_services' helper https://review.opendev.org/663102
13:20:43 efried done
13:21:02 sean-k-mooney same, but it ment on sunday i coudl actully relax and not worry about them
13:21:20 bauzas mriedem: I guess we can close https://bugs.launchpad.net/nova/+bug/1427772, right?
13:21:21 openstack Launchpad bug 1427772 in OpenStack Compute (nova) "Instance that uses force-host still needs to run some filters" [Low,Confirmed]
13:21:40 bauzas mriedem: because 1/ we no longer accept to force live-migrations
13:21:49 bauzas 2/ we removed the CachingScheduler etc.
13:22:30 sean-k-mooney bauzas: we still accept force for evaucation and maybe resize/cold migrate
13:23:06 bauzas well, good point
13:23:08 sean-k-mooney im not sure if that affect the bug or not
13:23:17 stephenfin bauzas: It can be closed because it's possible to request a specific host without bypassing the scheduler filters
13:24:20 sean-k-mooney well at least the numa related stuff is going to be adress seperatly
13:24:41 stephenfin bauzas: Specifically, blueprint add-host-and-hypervisor-hostname-flag-to-create-server
13:25:22 sean-k-mooney stephenfin: that wont prevent people form using the old way with --force
13:25:29 sean-k-mooney using the az
13:25:41 stephenfin sean-k-mooney: then the answer is "you're holding it wrong"
13:26:18 mriedem osc by default forces live migrations to the specified host
13:26:19 sean-k-mooney i guess we could close it because we have a new feature to replace it
13:26:31 sean-k-mooney yes
13:26:33 sean-k-mooney well
13:26:39 sean-k-mooney you have to spcify a host
13:26:42 mriedem given the age of that bug i'd say screw it, close it

Earlier   Later