Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-12
02:32:23 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (2/2) https://review.openstack.org/459483
02:32:48 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.57 - List/Show all server migration types https://review.openstack.org/430839
02:50:32 openstackgerrit Matt Riedemann proposed openstack/nova master: Update and complete volume attachments during resize https://review.openstack.org/527228
03:08:04 openstackgerrit Matt Riedemann proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/516707
03:08:05 openstackgerrit Matt Riedemann proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357
03:08:05 openstackgerrit Matt Riedemann proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358
03:08:06 openstackgerrit Matt Riedemann proposed openstack/nova master: Change compute RPC to use alternates for resize https://review.openstack.org/526436
04:53:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Fix a description for 'guest_format' https://review.openstack.org/525928
04:54:27 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a warning in 'nova-manage cell_v2 delete_cell' https://review.openstack.org/513771
04:55:01 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix the order of target host checks https://review.openstack.org/526225
05:02:18 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:02:31 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage shell' command https://review.openstack.org/521835
05:07:50 openstackgerrit jichenjc proposed openstack/nova master: deprecate fping_path config option https://review.openstack.org/526602
05:11:30 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
05:15:45 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage shell' command https://review.openstack.org/521835
05:15:45 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage account' and 'nova-manage project' https://review.openstack.org/521833
05:15:46 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
05:15:46 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:23:16 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
05:23:16 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:28:59 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
06:08:36 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
06:10:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
06:10:22 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
06:30:12 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
07:03:00 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
07:25:53 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:00:05 hiro-kobayashi Hello. Could anyone tell me how to enable affinity/anti-affinity filter in Cells v2 deployment? According to the release note, upcalls from the computes to the scheduler cannot occur since Pike. So, affinity/anti-affinity cannot used since Pike?
08:04:05 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: fix memory stats https://review.openstack.org/516634
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: expose max vCPUs and max memory per ESX host https://review.openstack.org/516635
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: implement get_inventory() driver method https://review.openstack.org/506175
08:28:31 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
08:51:48 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
10:27:25 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
10:43:16 JV_ Hi, i have encountered an issue with nova and the iptables service, can anyone assist me on this?
10:54:40 kashyap JV__: For such questions it's probably best to ask on the users list
10:55:04 kashyap Or the general #openstack
10:55:09 JV__ ok thx
11:47:59 niraj_singh hi all
11:48:30 niraj_singh i am getting this error after restarting nova compute. http://paste.openstack.org/show/628711/ ? Any idea?
11:53:31 cdent niraj_singh: what release is that? It looks like you got a bad response from the placement api, you'll want to look in the logs for it to see what that was
11:54:09 cdent ah, sorry, I see the error at the top now
11:54:46 cdent niraj_singh: you're nova-compute has restarted into a new version, but the placement server has not. you need to restart the placement server first
11:55:04 cdent s/you're/your/
11:55:35 cdent "Invalid microversion: Unacceptable version header: 1.14", "max_version": "1.13""
11:56:08 niraj_singh how to restart placement server? I haven't used it before.
11:56:29 niraj_singh cdent: how to restart placement server? I haven't used it before.
11:56:50 cdent niraj_singh: how did you install/deploy your openstack? is this devstack?
11:57:35 niraj_singh cdent: yes devstack
11:57:56 cdent try "sudo systemctl restart devstack@placement-api"
11:58:28 cdent and if that doesn't work try doing a 'stop' and then a 'start'
11:59:26 niraj_singh cdent: it is working now. Thank you.
11:59:31 cdent yay!
12:13:41 kashyap cdent: /me appreciates the move to `systemd`; in the past it would've been a clunky: "re-attach the 'screen' sesion, kill the process & re-start it again"
12:14:24 cdent kashyap: yeah, I agree. And the fact that you can do wildcards is nice
12:14:30 kashyap True
12:33:34 openstackgerrit Lee Yarwood proposed openstack/nova master: conf: Do not inherit image signature props with snapshots https://review.openstack.org/527046
12:39:17 openstackgerrit Lee Yarwood proposed openstack/nova master: conf: Do not inherit image signature props with snapshots https://review.openstack.org/527046
12:56:40 openstackgerrit Matthew Booth proposed openstack/nova master: Make BlockDeviceMapping object support uuid https://review.openstack.org/242603
12:56:41 openstackgerrit Matthew Booth proposed openstack/nova master: Add an online migration for BDM.uuid https://review.openstack.org/525599
13:17:48 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add late server group policy check to rebuild https://review.openstack.org/525242
13:22:02 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add regression test for bug 1735407 https://review.openstack.org/526095
13:22:03 openstack bug 1735407 in OpenStack Compute (nova) "[Nova] Evacuation doesn't respect anti-affinity rules" [Medium,In progress] https://launchpad.net/bugs/1735407 - Assigned to Balazs Gibizer (balazs-gibizer)
13:22:03 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add late server group policy check to rebuild https://review.openstack.org/525242
13:41:04 openstackgerrit garyk proposed openstack/nova master: Conductor: ensure build cleanup works with cells https://review.openstack.org/526356
13:54:12 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Add server filters whitelist in server api-ref https://review.openstack.org/527042
14:09:19 cdent I rebase this a while ago, and thus it's on my radar. Seems a useful fix: https://review.openstack.org/#/c/389798/
14:22:42 openstackgerrit Matt Riedemann proposed openstack/nova master: Deprecate file injection https://review.openstack.org/522027
14:36:30 openstackgerrit Lee Yarwood proposed openstack/nova master: conf: Do not inherit image signature props with snapshots https://review.openstack.org/527046
14:51:43 mriedem oomichi_afk: can you take a look through this bp series starting here? https://review.openstack.org/#/c/524047/
15:05:38 cdent jaypipes: big +1 on your recent "need to fully isolate" comment in email
15:06:02 jaypipes cdent: oh, you mean the MANO/NFVO environment?
15:06:10 cdent ya
15:06:17 jaypipes cdent: ya.
15:06:45 cdent couple more ya yas and we've got a song
15:08:54 openstackgerrit Matt Riedemann proposed openstack/nova master: doc: add note about fixing admin-only APIs without a microversion https://review.openstack.org/527421
15:11:14 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Re-use existing ComputeNode on ironic rebalance https://review.openstack.org/527423
15:23:46 mriedem lyarwood: heads up - we have a 2 bug fixes for newton still before EOL - they are just waiting on review for their ocata counterparts https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton
15:24:04 mriedem the master and pike changes have all merged
15:24:30 lyarwood mriedem: ack, planning to spend some time on stable later today
15:24:51 mriedem ok those guys are probably highest priority now so we can eol newton
15:25:00 lyarwood kk
15:25:08 mriedem kind of surprised tony hasn't yelled at me yet
15:28:41 mriedem melwitt: this fixes an issue with the new volume attachment flow that is blocking trove CI https://review.openstack.org/#/c/527228/ - i'm going to work on beefing up test coverage in tempest since we missed this
15:28:48 mriedem we == me
15:36:43 jaypipes cdent: reviewed.
15:38:03 cdent thanks jay, I think I didn't make the comment in the about why inventories clear enough, will fix that when I fix the rest of it
15:38:20 jaypipes cdent: so you meant inventories and not allocation candidates?
15:38:33 cdent basic gist is: inventories doesn't do the optimization of _avoiding_ checking last modified
15:38:40 jaypipes cdent: cuz alloc candidates is the one you always set to current time...
15:38:43 cdent when the want_version is too low
15:38:45 jaypipes ah
15:38:47 jaypipes k
15:38:55 jaypipes either way, that wasn't the -1 cause :)
15:39:03 cdent yeah, I gathered that
15:39:15 jaypipes just the gabbit microversion dance :)
15:47:12 smatzek mriedem: I've gotten pretty close to root cause of Trove's other volume related gate breakage. As I suspected yesterday it's not really related to rebuild even though that's the main Nova call Trove is doing there. It looks like a behavior change in regular volume attach. Details documented in bug https://bugs.launchpad.net/nova/+bug/1737779
15:47:13 openstack Launchpad bug 1737779 in OpenStack Compute (nova) "Volume attach sets mountpoint as /dev/na in Cinder attachment" [Undecided,New]
15:48:24 cdent jaypipes: I responded on the AttributeError question, I think it's right as is.

Earlier   Later