Earlier  
Posted Nick Remark
#openstack-nova - 2018-02-09
09:22:06 clang d g o n z a l e z
09:22:06 clang m a n j e e t s
09:22:18 clang a g a r t y a s
09:22:18 clang i c k l e r r h
09:22:18 clang s a u g g y f r
09:22:18 clang a p l e M a s t
09:22:18 clang e b b e x S a m Y
09:22:22 clang x t o m m y l i k
09:22:22 clang j a m i e c t t
09:22:22 clang h u a w t o m h a
09:22:22 clang b o y j i a n g
09:22:22 clang e t t l e d o s a
09:22:26 clang n k a i s e r s
09:22:26 clang r c f r i e s e
09:22:26 clang e d a n d y m c c
09:22:26 clang o o d m o r d r
09:22:26 clang e h u l y a r w
09:22:30 clang A n t i c i m e x
09:22:46 lyarwood aaaaaaaaaaaaaand back to normal
09:23:19 lyarwood bauzas: are you saying that stable/queens is the rc branch?
09:24:16 bauzas yup
09:24:32 bauzas the relmgmt team branches on the RC1 tag
09:24:55 bauzas we had some diagram in the past that explained the release thingy
09:25:00 bauzas in some wikipage
09:25:12 bauzas but I don't know if that got trampled somehow
09:25:26 lyarwood bauzas: right, I thought you were trying to say that there was another rc branch somewhere, that makes sense.
09:25:52 bauzas so, changes targeting RC2 (or more) requires both a master patch *and* a stable/queens patch
09:26:04 bauzas we don't branch when we GA
09:26:10 lyarwood kk
09:26:29 lyarwood thanks :)
09:26:59 bauzas lyarwood: cgit shows it nicely http://git.openstack.org/cgit/openstack/nova/
09:27:13 bauzas I mean http://git.openstack.org/cgit/openstack/nova/log/
09:27:51 lyarwood bauzas: right, I was looking at GH but wasn't sure what we could actually land in stable/queens at this point
09:28:04 lyarwood bauzas: I've pushed https://review.openstack.org/#/c/542738/ for now
09:33:02 bauzas lyarwood: yeah, that's the regular process for asking a RC candidate
09:33:14 bauzas the master change is merged, now you request for a RC2
09:33:53 bauzas the question stable core reviewers should wonder is whether we provide that in a new RC2 or if we wait for a stable point release
09:33:59 bauzas (just explaining the process)
09:34:12 bauzas (to anyone in the chan)
09:34:22 bauzas hence why we branch on RC1
09:34:46 bauzas in general, we keep RC patches for only regression bugfixes
09:35:33 openstackgerrit Marcin Juszkiewicz proposed openstack/nova master: Provide basic data for AArch64 support matrix/functionality https://review.openstack.org/541728
09:36:19 hrw another few entries to matrix
09:36:54 lyarwood bauzas: I don't think it's a stable/core issue that the moment as I don't have +2 on that branch until after GA iirc ;)
09:37:12 lyarwood at the moment*
09:37:42 bauzas lyarwood: yeah, RC branch (which is not yet a stable branch) is having different gerrit permissions
09:38:20 bauzas nova cores can +2 on RC branch by default but not on stable branches
09:38:35 bauzas and that's the opposity for stable cores
09:40:54 openstackgerrit Lajos Katona proposed openstack/osc-placement master: Random names for functional tests https://review.openstack.org/542745
09:44:02 openstackgerrit jichenjc proposed openstack/nova master: Avoid live mgirate to same host https://review.openstack.org/542689
09:52:24 openstackgerrit Lee Yarwood proposed openstack/nova stable/pike: Refine waiting for vif plug events during _hard_reboot https://review.openstack.org/542748
09:53:11 hrw bauzas: thx for info. had no idea about stable|master core split
10:28:12 openstackgerrit Lee Yarwood proposed openstack/nova stable/ocata: Refine waiting for vif plug events during _hard_reboot https://review.openstack.org/542767
10:29:26 hrw so, anyone knows how to get service up after 'nova service-force-down' call?
10:29:45 gibi mriedem, gmann_: I also have some patches on the project config regarding the tempest-full job https://review.openstack.org/#/c/538908/
10:41:16 gibi hrw: the API has a forced_down flag that you can set to false https://developer.openstack.org/api-ref/compute/#update-forced-down
10:41:29 hrw gibi: thx
10:41:57 gibi hrw: the nova client has a --unset flag to do that
10:42:32 hrw weird
10:43:00 hrw works ;D
10:43:09 gibi :)
10:43:45 hrw there should just be 'openstack service up' and 'openstack service down --force' ;D
10:46:33 gibi hrw: the service has an administrative state (enable/disable) and an operational state (up, down, forced_down)
10:47:22 hrw gibi: so 'openstack service up/down/enable/disable' with option --force for down?
10:48:29 gibi hrw: the operational state (up, down) are not settable as that is determined by the liveness of the service, except the forced_down that you can set from outside
10:56:00 openstackgerrit Stephen Finucane proposed openstack/nova master: TrivialFix: Add a space between messages https://review.openstack.org/541436
10:58:29 kashyap stephenfin: If I may make a small nit-pick: I'd personally s/TrivialFix/"DB: sqlalchemy"/ (or some such), and call it out as a trivial fix in the commit _body_
10:58:58 kashyap (Maybe you tag it as TriviaFix to prime reviewer's attention :-))
10:59:02 stephenfin kashyap: Good point, but I didn't write that :)
10:59:11 stephenfin Just made a nit fix before merging
10:59:12 kashyap Ah! Gotcha
10:59:37 kashyap That's fine, let it merge now :-)
11:19:30 openstackgerrit Merged openstack/os-traits master: Updated from global requirements https://review.openstack.org/533994
11:31:42 hrw http://logs.openstack.org/28/541728/10/check/build-openstack-sphinx-docs/31a2871/html/user/support-matrix.html looks nice
11:39:37 tobasco have an interesting issue on a mitaka cloud, doing a resize fails and os-brick runs "multipath -l" on a /dev/sdaX disk instead of a multipath so the resize fails
11:40:23 tobasco the instance is volume backed, has anybody seen anything similar being fixed in os-brick in newer versions?
11:41:36 lyarwood tobasco: `instead of a multipath so the resize fails` - I don't follow
11:42:03 lyarwood tobasco: and in any case the cinder folks are the best people to ask re os-brick questions like this
11:42:27 openstackgerrit Lee Yarwood proposed openstack/nova stable/ocata: Refine waiting for vif plug events during _hard_reboot https://review.openstack.org/542767
11:45:38 tobasco lyarwood: the argument to the multipath cmd should be a multipath device, i will take it in #cinder thanks
11:45:48 hrw bauzas: can you look at https://review.openstack.org/#/c/541728/ patch again? zuul generated docs already
11:46:28 lyarwood tobasco: iirc path devices are also valid, but yeah check with #openstack-cinder
11:48:46 openstackgerrit Chris Dent proposed openstack/nova master: [placement] use simple FaultWrapper https://review.openstack.org/533752
11:49:26 tobasco lyarwood: ah might be true, i will investigate some more, sorry for spam
11:50:42 openstackgerrit Chris Dent proposed openstack/nova master: WIP: Refactor WSGI apps and utils to limit imports https://review.openstack.org/533797
12:26:00 openstackgerrit Lajos Katona proposed openstack/osc-placement master: Random names for functional tests https://review.openstack.org/542745
12:28:03 openstackgerrit Merged openstack/python-novaclient master: Fix crashing console-log https://review.openstack.org/541610
12:29:26 openstackgerrit Merged openstack/nova master: Remove redundant call to add_instance_fault_from_exc in rebuild_instance https://review.openstack.org/539011
13:14:15 openstackgerrit Merged openstack/nova master: Allow force-delete even if task_state is not None https://review.openstack.org/530879
13:20:46 openstackgerrit Merged openstack/nova master: test_compute_mgr: fix couple of unit tests https://review.openstack.org/539973
13:20:57 openstackgerrit Merged openstack/nova master: Remove unnecessary variables https://review.openstack.org/541964
13:21:09 openstackgerrit Merged openstack/nova master: update docstring param description https://review.openstack.org/541519
13:21:17 openstackgerrit Merged openstack/nova master: doc: fix the link for the evacuate cli https://review.openstack.org/542508
13:21:26 openstackgerrit Merged openstack/nova master: Fix grammar error https://review.openstack.org/542733
13:21:35 openstackgerrit Merged openstack/nova master: fix link https://review.openstack.org/541675
13:21:44 openstackgerrit Merged openstack/nova master: trivial: Fix microversion number in test comment https://review.openstack.org/542019
13:30:00 openstackgerrit Bence Romsics proposed openstack/osc-placement master: PUT dict format to /allocations (v1.11, v1.12) https://review.openstack.org/542819
13:36:13 fried_rice leakypipes: Gooood morning.
13:37:28 cdent edleafe: a while back you were thinking hard about https://bugs.launchpad.net/nova/+bug/1719933 . Did you make any conclusions? Should we bother, or can we kill that bug?
13:37:30 openstack Launchpad bug 1719933 in OpenStack Compute (nova) "placement server needs to retry allocations, server-side" [Medium,Triaged] - Assigned to Jay Pipes (jaypipes)

Earlier   Later