*** salv-orlando has joined #openstack-nova | 00:01 | |
*** ijw has quit IRC | 00:04 | |
*** 7IZAAPZ3F has quit IRC | 00:04 | |
*** ducttape_ has joined #openstack-nova | 00:05 | |
*** salv-orlando has quit IRC | 00:05 | |
*** TravT has quit IRC | 00:06 | |
*** Sukhdev_ has joined #openstack-nova | 00:06 | |
*** ducttape_ has quit IRC | 00:06 | |
*** Sukhdev has quit IRC | 00:07 | |
*** rfolco has quit IRC | 00:09 | |
*** zz_dimtruck is now known as dimtruck | 00:09 | |
mriedem | tjones: ok thanks | 00:09 |
---|---|---|
mriedem | stewie925: tox -r -e api-ref generates the api-ref docs | 00:10 |
*** ducttape_ has joined #openstack-nova | 00:10 | |
mriedem | tox -e api-sample generates the api-samples used in the functional api samples tests | 00:10 |
*** smatzek has joined #openstack-nova | 00:10 | |
mriedem | i believe anyway | 00:10 |
stewie925 | mriedem: yes, its actually the api-sample I am interested in - based on the comment review for my https://review.openstack.org/#/c/338606/ | 00:11 |
mriedem | stewie925: yeah OS_TEST_PATH=./nova/tests/functional/api_sample_tests | 00:11 |
mriedem | it runs that with GENERATE_SAMPLES=True | 00:11 |
mriedem | so see what GENERATE_SAMPLES does in the functional tests | 00:11 |
mriedem | i thought it created an api sample doc for the test to use if one wasn't in the repo | 00:11 |
mriedem | yeah doc/api_samples/os-multinic/multinic-add-fixed-ip-req.json is an api sampel | 00:12 |
mriedem | *sample | 00:12 |
mriedem | but i thought GENERATE_SAMPLES would only create one if it didn't exist | 00:12 |
mriedem | you'd have to look | 00:12 |
stewie925 | oh I see | 00:12 |
stewie925 | mriedem: so the api-sample already exists, and I made a change to the networkid value to a string instead of an integer | 00:13 |
mriedem | fwiw the functional api samples run with a fake network API backend i believe, which is stubbed to be a nova-network fake backend | 00:15 |
mriedem | so that's probably why john was asking about the int vs uuid | 00:15 |
*** kaisers has joined #openstack-nova | 00:16 | |
mriedem | that's probably also why he's asking because https://review.openstack.org/#/c/338606/8/api-ref/source/servers-action-fixed-ip.inc says it only works with nova-netwokr | 00:16 |
mriedem | *network | 00:16 |
*** kaisers2 has joined #openstack-nova | 00:17 | |
*** kaisers4 has quit IRC | 00:17 | |
*** kaisers1 has quit IRC | 00:17 | |
*** gongysh has joined #openstack-nova | 00:18 | |
*** ijw has joined #openstack-nova | 00:18 | |
*** dimtruck is now known as zz_dimtruck | 00:19 | |
*** Swami has quit IRC | 00:20 | |
stewie925 | mriedem: yes you're right | 00:20 |
stewie925 | I just need to back out the change to that json file | 00:20 |
*** trisq has joined #openstack-nova | 00:21 | |
mriedem | stewie925: i just added a comment in there | 00:22 |
mriedem | but that api is also implemented for neutron | 00:22 |
mriedem | https://github.com/openstack/nova/blob/ebb51d50dcbc0052dc95a2595cd904c59df8b0d2/nova/network/neutronv2/api.py#L1338 | 00:22 |
mriedem | so the warning about it being nova-network only is wrong | 00:22 |
mriedem | and we actually only test that api with neutron jobs | 00:22 |
stewie925 | mriedem: oh, thank you | 00:23 |
*** ducttape_ has quit IRC | 00:23 | |
stewie925 | that was fast | 00:24 |
mriedem | btw, we could have 2 samples for that one, one for nova-network and one for neutron | 00:24 |
mriedem | in case it's confusing | 00:24 |
stewie925 | so I have to update the warning text and indicate it is both for neutron and nova-network | 00:25 |
*** trisq has quit IRC | 00:25 | |
*** smatzek has quit IRC | 00:25 | |
*** ijw has quit IRC | 00:25 | |
stewie925 | mriedem: so right now, we only have the nova-network version (which is already deprecated) | 00:26 |
mriedem | well, i'm not sure we need a warning, except to say it's deprecated for nova-network in 2.36 | 00:26 |
*** tuanla has joined #openstack-nova | 00:26 | |
mriedem | what do you mean we only have the nova-network version? | 00:26 |
mriedem | the sample you mean? | 00:27 |
stewie925 | yes that is right | 00:27 |
stewie925 | I meant the sample json | 00:27 |
*** browne has quit IRC | 00:28 | |
mriedem | yeah but we can have more than one sample | 00:28 |
mriedem | e.g. the title on the existing one is "Example Add (Associate) Fixed Ip (Addfixedip Action): JSON request" | 00:28 |
mriedem | you could work (nova-network) and (neutron) into different samples | 00:28 |
mriedem | for example | 00:28 |
mriedem | but yeah we probably would need a warning or at least a note that the api is deprecated for nova-network after 2.35 | 00:28 |
mriedem | actually, that's not correct i don't think | 00:29 |
mriedem | since it's a server action | 00:29 |
stewie925 | yeah I understand its confusing hehe | 00:29 |
mriedem | would probably need to see what we did for associating a floating IP with a server | 00:30 |
mriedem | or security group | 00:30 |
*** markvoelker has quit IRC | 00:30 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Hyper-V: Adds Hyper-V UEFI Secure Boot https://review.openstack.org/209581 | 00:31 |
melwitt | mriedem: I think I know why our launchpad bugs aren't getting updated anymore by the gerrit hook. the hudson-openstack user isn't a member of the nova bug team anymore. I asked jeblair to add it back when he gets a chance | 00:31 |
mriedem | yeah addFloatingIp isn't deprecated with 2.36 | 00:31 |
mriedem | so no warning | 00:31 |
mriedem | melwitt: ah probably expired | 00:31 |
mriedem | nice catch | 00:31 |
mriedem | seems like someone should own that functional id and get emails if it expires | 00:32 |
*** Apoorva has quit IRC | 00:34 | |
*** zz_dimtruck is now known as dimtruck | 00:36 | |
melwitt | mriedem: looks like mikal is the only admin of the nova bug team. we need to get you admin on there | 00:37 |
*** david-lyle_ has joined #openstack-nova | 00:38 | |
stewie925 | mriedem: thank you for the clarifying comments in my commit | 00:38 |
stewie925 | so I need to add the json for the neutron add-fixed-ip | 00:38 |
melwitt | mriedem: jeblair isn't an admin of it, I was looking at the wrong page when I said that. so we need to ask mikal to add hudson-openstack to that | 00:38 |
*** ducttape_ has joined #openstack-nova | 00:39 | |
*** gongysh has quit IRC | 00:41 | |
*** david-lyle has quit IRC | 00:41 | |
*** hoangcx has joined #openstack-nova | 00:42 | |
*** thorst has joined #openstack-nova | 00:42 | |
jeblair | mriedem, mikal, melwitt: i made mriedem an admin of nova-bugs | 00:43 |
melwitt | jeblair: \o/ | 00:44 |
jeblair | mriedem, melwitt: i set hudson-openstack's membership in nova-bugs to never expire | 00:44 |
mriedem | sweet | 00:45 |
*** rrecio_ has quit IRC | 00:45 | |
melwitt | jeblair: I was just about to ask that. thank you! it was driving me nuts every time bugs weren't updated and I didn't know why | 00:46 |
*** dimtruck is now known as zz_dimtruck | 00:46 | |
jeblair | melwitt: thanks for figuring it out :) | 00:46 |
melwitt | heh | 00:46 |
stewie925 | mriedem: regarding the add-fixed-ip for neutron | 00:47 |
stewie925 | could need some guidance as to the correct format for it | 00:48 |
*** sneti has joined #openstack-nova | 00:49 | |
*** ducttape_ has quit IRC | 00:49 | |
stewie925 | i referenced the openstack docs for "add-fixed-ip" for neutron - I see http://docs.openstack.org/user-guide/cli-create-and-manage-networks.html#Create-ports | 00:51 |
mriedem | stewie925: according to the tempest test it's just the network id from a given interface https://github.com/openstack/tempest/blob/3570c1e90face7562b336b4437dd59b3a5d3f675/tempest/api/compute/servers/test_attach_interfaces.py#L261 | 00:52 |
mriedem | which in the case of neutron is going to be a uuid | 00:52 |
*** GB21 has joined #openstack-nova | 00:52 | |
mriedem | stewie925: like this http://logs.openstack.org/13/294513/20/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/b813806/logs/tempest.txt.gz#_2016-09-21_14_00_09_909 | 00:52 |
mriedem | Body: {"addFixedIp": {"networkId": "8ef04095-a87f-45d3-920e-d2f7a022f32f"}} | 00:52 |
mriedem | ok, with that, i need to get my ass onto a couch and watch this trainwreck that is going to be the presidential debate | 00:53 |
*** mdrabe has quit IRC | 00:53 | |
*** mriedem is now known as mriedem_debate | 00:54 | |
stewie925 | mriedem_debate: thank you and good night! | 00:56 |
stewie925 | I'll continue work on it tmrw am | 00:56 |
*** sneti has quit IRC | 00:58 | |
*** salv-orlando has joined #openstack-nova | 01:02 | |
*** zz_dimtruck is now known as dimtruck | 01:03 | |
openstackgerrit | STEW TY proposed openstack/nova: Transform instance.resume notifications https://review.openstack.org/375784 | 01:04 |
*** phuongnh has joined #openstack-nova | 01:05 | |
*** Apoorva has joined #openstack-nova | 01:05 | |
*** stewie925 has quit IRC | 01:05 | |
*** salv-orlando has quit IRC | 01:06 | |
*** gongysh has joined #openstack-nova | 01:07 | |
openstackgerrit | Jay Pipes proposed openstack/nova: placement - add nested resource providers https://review.openstack.org/377138 | 01:08 |
*** rama_y has joined #openstack-nova | 01:11 | |
*** dimtruck is now known as zz_dimtruck | 01:13 | |
*** kaisers_ has quit IRC | 01:14 | |
*** EinstCrazy has joined #openstack-nova | 01:15 | |
*** nic has quit IRC | 01:17 | |
*** hieulq has joined #openstack-nova | 01:18 | |
*** thorst has quit IRC | 01:21 | |
*** thorst has joined #openstack-nova | 01:22 | |
*** mtanin___ has joined #openstack-nova | 01:23 | |
*** yuntongjin has joined #openstack-nova | 01:24 | |
*** mtanino has quit IRC | 01:24 | |
*** diablo_rojo has joined #openstack-nova | 01:24 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 16 https://review.openstack.org/375894 | 01:26 |
*** ijw has joined #openstack-nova | 01:26 | |
*** alex_xu has quit IRC | 01:27 | |
*** sdake has quit IRC | 01:28 | |
*** zz_dimtruck is now known as dimtruck | 01:30 | |
*** alex_xu has joined #openstack-nova | 01:31 | |
*** thorst has quit IRC | 01:31 | |
*** markvoelker has joined #openstack-nova | 01:31 | |
*** ijw has quit IRC | 01:34 | |
*** baoli has joined #openstack-nova | 01:34 | |
*** diablo_rojo has quit IRC | 01:34 | |
*** ijw has joined #openstack-nova | 01:34 | |
*** harlowja has quit IRC | 01:35 | |
*** huanxie has joined #openstack-nova | 01:35 | |
*** markvoelker has quit IRC | 01:36 | |
*** thorst has joined #openstack-nova | 01:36 | |
*** thorst has quit IRC | 01:37 | |
*** ijw has quit IRC | 01:39 | |
*** dimtruck is now known as zz_dimtruck | 01:40 | |
*** bdeschenes has quit IRC | 01:46 | |
*** tiendc has joined #openstack-nova | 01:47 | |
*** ducttape_ has joined #openstack-nova | 01:50 | |
*** amotoki has joined #openstack-nova | 01:51 | |
*** ducttape_ has quit IRC | 01:54 | |
*** bkopilov has quit IRC | 01:55 | |
*** zz_dimtruck is now known as dimtruck | 01:57 | |
*** trisq has joined #openstack-nova | 01:59 | |
*** rfolco has joined #openstack-nova | 01:59 | |
*** raunak has quit IRC | 01:59 | |
*** haplo37_ has quit IRC | 02:00 | |
*** Cristina_ has joined #openstack-nova | 02:01 | |
*** haplo37_ has joined #openstack-nova | 02:02 | |
*** salv-orlando has joined #openstack-nova | 02:03 | |
*** unicell has quit IRC | 02:03 | |
*** CristinaPauna has quit IRC | 02:04 | |
*** coreywright has quit IRC | 02:06 | |
*** dimtruck is now known as zz_dimtruck | 02:07 | |
*** salv-orlando has quit IRC | 02:07 | |
*** thorst has joined #openstack-nova | 02:07 | |
*** ljxiash has joined #openstack-nova | 02:14 | |
*** thorst has quit IRC | 02:16 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 17 https://review.openstack.org/375895 | 02:17 |
*** coreywright has joined #openstack-nova | 02:19 | |
*** zz_dimtruck is now known as dimtruck | 02:24 | |
*** jianghuaw has quit IRC | 02:29 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Log warning when user set improper config option value https://review.openstack.org/354532 | 02:30 |
*** sfinucan has quit IRC | 02:31 | |
*** sfinucan has joined #openstack-nova | 02:31 | |
*** jianghuaw has joined #openstack-nova | 02:32 | |
openstackgerrit | Jay Pipes proposed openstack/nova: placement - add nested resource providers https://review.openstack.org/377138 | 02:34 |
*** dimtruck is now known as zz_dimtruck | 02:34 | |
*** GB21 has quit IRC | 02:37 | |
*** Qiming has quit IRC | 02:37 | |
*** chenfei has quit IRC | 02:37 | |
openstackgerrit | Yang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver https://review.openstack.org/325708 | 02:41 |
*** david-lyle_ has quit IRC | 02:48 | |
*** mtanin___ has quit IRC | 02:49 | |
*** david-lyle has joined #openstack-nova | 02:49 | |
*** ducttape_ has joined #openstack-nova | 02:51 | |
*** zz_dimtruck is now known as dimtruck | 02:51 | |
*** sgordon` is now known as sgordon | 02:52 | |
*** baoli has quit IRC | 02:53 | |
*** GB21 has joined #openstack-nova | 02:54 | |
*** sdake has joined #openstack-nova | 02:55 | |
*** ducttape_ has quit IRC | 02:56 | |
*** mriedem_debate has quit IRC | 02:59 | |
*** adisky has joined #openstack-nova | 03:00 | |
*** dimtruck is now known as zz_dimtruck | 03:01 | |
*** sudipto has joined #openstack-nova | 03:03 | |
*** sudipto_ has joined #openstack-nova | 03:04 | |
*** david-lyle has quit IRC | 03:04 | |
*** ljxiash has quit IRC | 03:05 | |
*** ljxiash has joined #openstack-nova | 03:06 | |
*** Apoorva has quit IRC | 03:06 | |
*** rfolco has quit IRC | 03:09 | |
*** bkopilov has joined #openstack-nova | 03:09 | |
*** ljxiash has quit IRC | 03:10 | |
*** ljxiash has joined #openstack-nova | 03:14 | |
*** thorst has joined #openstack-nova | 03:14 | |
*** haplo37 has quit IRC | 03:14 | |
*** sdake has quit IRC | 03:15 | |
*** ljxiash has quit IRC | 03:17 | |
*** ljxiash has joined #openstack-nova | 03:17 | |
*** zz_dimtruck is now known as dimtruck | 03:18 | |
*** armax has quit IRC | 03:19 | |
*** thorst has quit IRC | 03:21 | |
*** haplo37 has joined #openstack-nova | 03:22 | |
*** sdake has joined #openstack-nova | 03:23 | |
*** huanxie has quit IRC | 03:25 | |
*** yuntongjin has quit IRC | 03:26 | |
*** amotoki has quit IRC | 03:26 | |
*** vishwanathj has quit IRC | 03:28 | |
*** dimtruck is now known as zz_dimtruck | 03:28 | |
*** wanghao_ has joined #openstack-nova | 03:32 | |
*** markvoelker has joined #openstack-nova | 03:32 | |
*** unicell has joined #openstack-nova | 03:34 | |
*** raunak has joined #openstack-nova | 03:36 | |
*** amotoki has joined #openstack-nova | 03:37 | |
*** markvoelker has quit IRC | 03:38 | |
*** yarkot has quit IRC | 03:39 | |
*** sdake has quit IRC | 03:40 | |
*** sdake has joined #openstack-nova | 03:41 | |
*** yarkot has joined #openstack-nova | 03:45 | |
*** aswadr_ has joined #openstack-nova | 03:46 | |
*** zz_dimtruck is now known as dimtruck | 03:46 | |
*** sdake has quit IRC | 03:47 | |
*** amotoki has quit IRC | 03:49 | |
*** Sukhdev_ has quit IRC | 03:51 | |
*** Sukhdev has joined #openstack-nova | 03:51 | |
*** dave-mccowan has quit IRC | 03:53 | |
*** GB21 has quit IRC | 03:53 | |
*** gongysh has quit IRC | 03:54 | |
*** amotoki has joined #openstack-nova | 03:55 | |
*** dimtruck is now known as zz_dimtruck | 03:55 | |
*** ljxiash has quit IRC | 03:56 | |
*** ljxiash has joined #openstack-nova | 03:56 | |
*** hemna_ has joined #openstack-nova | 03:59 | |
*** hemna_ has quit IRC | 04:00 | |
*** ljxiash has quit IRC | 04:01 | |
*** dikonoor has joined #openstack-nova | 04:08 | |
*** ljxiash has joined #openstack-nova | 04:10 | |
*** zz_dimtruck is now known as dimtruck | 04:13 | |
*** rmcall_ has joined #openstack-nova | 04:13 | |
*** rmcall has quit IRC | 04:14 | |
*** rmcall_ is now known as rmcall | 04:14 | |
*** ljxiash has quit IRC | 04:14 | |
*** sdake has joined #openstack-nova | 04:15 | |
*** amotoki has quit IRC | 04:18 | |
*** links has joined #openstack-nova | 04:19 | |
*** thorst has joined #openstack-nova | 04:21 | |
*** sdake_ has joined #openstack-nova | 04:22 | |
*** dimtruck is now known as zz_dimtruck | 04:22 | |
*** sdake has quit IRC | 04:24 | |
*** vishwanathj has joined #openstack-nova | 04:24 | |
openstackgerrit | Jay Pipes proposed openstack/nova: placement: add get_all_by_root_provider_uuid() https://review.openstack.org/377215 | 04:25 |
*** thorst has quit IRC | 04:26 | |
*** amotoki has joined #openstack-nova | 04:28 | |
*** hemanthm|bbl is now known as hemanthm | 04:29 | |
*** coolsvap has quit IRC | 04:32 | |
*** unicell1 has joined #openstack-nova | 04:33 | |
*** unicell has quit IRC | 04:35 | |
*** GB21 has joined #openstack-nova | 04:36 | |
*** pumaranikar has quit IRC | 04:38 | |
*** sudipto_ has quit IRC | 04:39 | |
*** sudipto has quit IRC | 04:39 | |
*** amotoki_ has joined #openstack-nova | 04:39 | |
*** ljxiash has joined #openstack-nova | 04:39 | |
*** sdake_ has quit IRC | 04:40 | |
*** zz_dimtruck is now known as dimtruck | 04:40 | |
*** bhagyashri has quit IRC | 04:40 | |
*** pumaranikar has joined #openstack-nova | 04:40 | |
*** ratailor has joined #openstack-nova | 04:40 | |
openstackgerrit | Yang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver https://review.openstack.org/325708 | 04:41 |
*** amotoki has quit IRC | 04:42 | |
*** sdake has joined #openstack-nova | 04:43 | |
*** gouthamr has quit IRC | 04:44 | |
*** ljxiash has quit IRC | 04:45 | |
*** gouthamr has joined #openstack-nova | 04:45 | |
*** gouthamr has quit IRC | 04:45 | |
*** psachin has joined #openstack-nova | 04:45 | |
*** dikonoor has quit IRC | 04:46 | |
*** sdake_ has joined #openstack-nova | 04:46 | |
*** sdake has quit IRC | 04:48 | |
*** claudiub has joined #openstack-nova | 04:48 | |
*** haplo37 has quit IRC | 04:49 | |
*** dimtruck is now known as zz_dimtruck | 04:50 | |
*** bks has joined #openstack-nova | 04:52 | |
*** ducttape_ has joined #openstack-nova | 04:53 | |
openstackgerrit | Yang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver https://review.openstack.org/325708 | 04:54 |
*** salv-orlando has joined #openstack-nova | 04:54 | |
*** haplo37 has joined #openstack-nova | 04:55 | |
*** ducttape_ has quit IRC | 04:57 | |
*** lpetrut has joined #openstack-nova | 04:58 | |
*** sdake_ has quit IRC | 04:58 | |
*** prateek_ has joined #openstack-nova | 05:02 | |
*** kaisers_ has joined #openstack-nova | 05:03 | |
*** baoli has joined #openstack-nova | 05:06 | |
*** zz_dimtruck is now known as dimtruck | 05:07 | |
*** jaosorior has joined #openstack-nova | 05:07 | |
*** diga has joined #openstack-nova | 05:08 | |
*** gongysh has joined #openstack-nova | 05:08 | |
*** baoli has quit IRC | 05:10 | |
*** dikonoor has joined #openstack-nova | 05:11 | |
*** Sukhdev has quit IRC | 05:12 | |
*** pbandark has joined #openstack-nova | 05:16 | |
*** dimtruck is now known as zz_dimtruck | 05:17 | |
*** jaosorior has quit IRC | 05:19 | |
openstackgerrit | Béla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications https://review.openstack.org/377239 | 05:19 |
*** jaosorior has joined #openstack-nova | 05:20 | |
*** tonytan4ever has quit IRC | 05:20 | |
*** sudipto has joined #openstack-nova | 05:20 | |
*** sudipto_ has joined #openstack-nova | 05:20 | |
*** lamt has quit IRC | 05:21 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Hyper-V: Adds vNUMA implementation https://review.openstack.org/282407 | 05:21 |
*** thorst has joined #openstack-nova | 05:23 | |
*** ihrachys has joined #openstack-nova | 05:25 | |
*** ducttape_ has joined #openstack-nova | 05:25 | |
*** ducttape_ has quit IRC | 05:27 | |
*** ducttape_ has joined #openstack-nova | 05:27 | |
*** ducttape_ has quit IRC | 05:27 | |
*** lpetrut has quit IRC | 05:29 | |
*** thorst has quit IRC | 05:32 | |
*** ekuris has joined #openstack-nova | 05:34 | |
*** zz_dimtruck is now known as dimtruck | 05:34 | |
*** mamandle has joined #openstack-nova | 05:37 | |
*** bhagyashri has joined #openstack-nova | 05:38 | |
*** yuntongjin has joined #openstack-nova | 05:39 | |
*** dikonoor has quit IRC | 05:40 | |
*** ljxiash has joined #openstack-nova | 05:43 | |
*** yuntongjin has quit IRC | 05:43 | |
*** dimtruck is now known as zz_dimtruck | 05:44 | |
*** code-R has joined #openstack-nova | 05:45 | |
*** code-R_ has joined #openstack-nova | 05:47 | |
*** claudiub has quit IRC | 05:49 | |
*** priya_ has joined #openstack-nova | 05:49 | |
*** code-R has quit IRC | 05:50 | |
openstackgerrit | Rajesh Tailor proposed openstack/nova: Fix instance delete stuck in deleting task_state https://review.openstack.org/294491 | 05:53 |
*** moshele has joined #openstack-nova | 05:58 | |
*** dikonoor has joined #openstack-nova | 05:59 | |
*** ljxiash_ has joined #openstack-nova | 05:59 | |
openstackgerrit | Yang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver https://review.openstack.org/325708 | 05:59 |
*** zz_dimtruck is now known as dimtruck | 06:01 | |
*** ljxiash has quit IRC | 06:02 | |
*** mjura has joined #openstack-nova | 06:04 | |
*** nherciu has joined #openstack-nova | 06:05 | |
*** irenab has quit IRC | 06:07 | |
*** rama_y has quit IRC | 06:07 | |
openstackgerrit | Béla Vancsics proposed openstack/nova: Reduce code duplication https://review.openstack.org/270911 | 06:08 |
*** f10d4 has quit IRC | 06:08 | |
*** woodster_ has quit IRC | 06:10 | |
*** dimtruck is now known as zz_dimtruck | 06:11 | |
*** mjura has quit IRC | 06:11 | |
*** mjura has joined #openstack-nova | 06:12 | |
*** liverpooler has joined #openstack-nova | 06:14 | |
*** liverpooler has quit IRC | 06:14 | |
*** liverpooler has joined #openstack-nova | 06:14 | |
openstackgerrit | Béla Vancsics proposed openstack/nova: Reduce code duplication https://review.openstack.org/344234 | 06:17 |
*** paul-carlton2 has joined #openstack-nova | 06:17 | |
*** zz_dimtruck is now known as dimtruck | 06:28 | |
*** thorst has joined #openstack-nova | 06:30 | |
*** raunak has quit IRC | 06:36 | |
*** thorst has quit IRC | 06:37 | |
*** dimtruck is now known as zz_dimtruck | 06:38 | |
*** pcaruana has joined #openstack-nova | 06:45 | |
*** GB21 has quit IRC | 06:47 | |
*** andreas_s has joined #openstack-nova | 06:50 | |
*** haplo37 has quit IRC | 06:50 | |
*** siva_krish has joined #openstack-nova | 06:52 | |
*** zz_dimtruck is now known as dimtruck | 06:55 | |
*** haplo37 has joined #openstack-nova | 06:58 | |
*** rcernin has joined #openstack-nova | 06:59 | |
*** marst has quit IRC | 07:00 | |
*** salv-orl_ has joined #openstack-nova | 07:01 | |
*** ihrachys has quit IRC | 07:02 | |
*** ihrachys has joined #openstack-nova | 07:03 | |
*** salv-orlando has quit IRC | 07:04 | |
*** dimtruck is now known as zz_dimtruck | 07:05 | |
*** salv-orl_ has quit IRC | 07:05 | |
*** yuntongjin has joined #openstack-nova | 07:07 | |
*** GB21 has joined #openstack-nova | 07:09 | |
*** ducttape_ has joined #openstack-nova | 07:10 | |
openstackgerrit | Nguyen Phuong An proposed openstack/nova: Prevent use filter(lambda ...) to meet python2,3 https://review.openstack.org/369862 | 07:13 |
*** GB21 has quit IRC | 07:13 | |
*** GB21 has joined #openstack-nova | 07:13 | |
*** ducttape_ has quit IRC | 07:15 | |
*** GB21 has quit IRC | 07:15 | |
*** GB21 has joined #openstack-nova | 07:15 | |
*** nkrinner_afk is now known as nkrinner | 07:20 | |
*** paul-carlton2 has quit IRC | 07:20 | |
*** tonytan4ever has joined #openstack-nova | 07:21 | |
*** paul-carlton2 has joined #openstack-nova | 07:21 | |
*** zz_dimtruck is now known as dimtruck | 07:22 | |
*** yo has joined #openstack-nova | 07:22 | |
*** xek has joined #openstack-nova | 07:25 | |
*** yamahata has joined #openstack-nova | 07:25 | |
*** tonytan4ever has quit IRC | 07:26 | |
*** claudiub has joined #openstack-nova | 07:28 | |
*** alexchadin has joined #openstack-nova | 07:28 | |
*** marst has joined #openstack-nova | 07:28 | |
*** yamahata has quit IRC | 07:32 | |
*** rmart04 has joined #openstack-nova | 07:34 | |
*** mjura has quit IRC | 07:34 | |
*** dimtruck is now known as zz_dimtruck | 07:35 | |
*** mjura has joined #openstack-nova | 07:35 | |
*** thorst has joined #openstack-nova | 07:35 | |
*** artom has quit IRC | 07:35 | |
*** siva_krish has quit IRC | 07:37 | |
*** jlanoux has joined #openstack-nova | 07:38 | |
openstackgerrit | Béla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications https://review.openstack.org/377239 | 07:41 |
*** siva_krish has joined #openstack-nova | 07:41 | |
*** artom has joined #openstack-nova | 07:41 | |
*** thorst has quit IRC | 07:41 | |
*** irenab has joined #openstack-nova | 07:42 | |
*** hoonetorg has quit IRC | 07:42 | |
*** code-R_ has quit IRC | 07:43 | |
*** siva_krish has quit IRC | 07:43 | |
*** karthiks has quit IRC | 07:45 | |
*** anteaya has quit IRC | 07:48 | |
*** anteaya has joined #openstack-nova | 07:49 | |
*** pilgrimstack has joined #openstack-nova | 07:50 | |
*** PaulMurray has joined #openstack-nova | 07:50 | |
PaulMurray | tdurakov, pkoniszewski are either of you around ? | 07:51 |
tdurakov | PaulMurray: yes, whatsup? | 07:51 |
tdurakov | morning nova~ | 07:52 |
PaulMurray | Hi tdurakov - I have a conflict with the live migration meeting today - would you be able to chair it for me | 07:52 |
tdurakov | PaulMurray: ok | 07:53 |
PaulMurray | thanks, I might be there for some of the meeting, but I can't be sure | 07:53 |
PaulMurray | tdurakov, I thought it might be good to get a list of LM specs together so we can see who is doing what | 07:54 |
tdurakov | PaulMurray: no worries | 07:54 |
*** yassine has joined #openstack-nova | 07:55 | |
tdurakov | PaulMurray: ok, will try to prepare list before the meeting | 07:55 |
*** yassine is now known as Guest45014 | 07:55 | |
PaulMurray | doesn't have to be complete - its up to everyone to add what they are doing | 07:55 |
PaulMurray | but making sure we know about the expected work would be good | 07:56 |
PaulMurray | thanks again | 07:56 |
*** ljxiash_ has quit IRC | 07:56 | |
*** ljxiash has joined #openstack-nova | 07:57 | |
*** mamandle has quit IRC | 07:58 | |
*** hoonetorg has joined #openstack-nova | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-nova | 08:00 | |
*** ihrachys has quit IRC | 08:00 | |
*** claudiub has quit IRC | 08:01 | |
*** ljxiash has quit IRC | 08:02 | |
*** paul-carlton2 has quit IRC | 08:02 | |
openstackgerrit | Yang Shengming proposed openstack/nova: Fix libvirt resize down prevention for shared storage https://review.openstack.org/325708 | 08:04 |
tdurakov | wznoinsk: hey, are you around? | 08:04 |
*** ljxiash has joined #openstack-nova | 08:07 | |
*** mamandle has joined #openstack-nova | 08:07 | |
*** danpb has joined #openstack-nova | 08:09 | |
*** PaulMurray has quit IRC | 08:11 | |
*** ducttape_ has joined #openstack-nova | 08:12 | |
*** s1061123_ has quit IRC | 08:16 | |
*** ljxiash has quit IRC | 08:16 | |
*** ducttape_ has quit IRC | 08:17 | |
*** irenab has quit IRC | 08:18 | |
*** irenab has joined #openstack-nova | 08:19 | |
*** s1061123 has joined #openstack-nova | 08:19 | |
*** tonytan4ever has joined #openstack-nova | 08:22 | |
*** trisq has quit IRC | 08:23 | |
*** trisq has joined #openstack-nova | 08:23 | |
*** ljxiash has joined #openstack-nova | 08:26 | |
*** tonytan4ever has quit IRC | 08:27 | |
*** roeyc has joined #openstack-nova | 08:27 | |
bhagyashri | Hi all, I want to clear my doubt regarding the shelve api: Firstly i have created one instance by boot api and then shelve that instance through the shelve api and checked the virsh list in that case it shows me the empty virsh list, so displaying or not showing the the shelved instance in virsh list is correct or not? please let me known if any one has idea about it. | 08:27 |
*** ljxiash has quit IRC | 08:29 | |
*** paul-carlton2 has joined #openstack-nova | 08:30 | |
*** ihrachys has joined #openstack-nova | 08:32 | |
*** derekh has joined #openstack-nova | 08:36 | |
*** irenab has quit IRC | 08:39 | |
*** ljxiash has joined #openstack-nova | 08:42 | |
bhagyashri | one more thing i have changed in the code is: i have set default value for CONF.shelved_offload_time as -1. | 08:43 |
*** lpetrut has joined #openstack-nova | 08:46 | |
*** mjura has quit IRC | 08:49 | |
sfinucan | artom: It's this https://review.openstack.org/#/c/364814/, but I need to figure out what it does and doesn't do now, thanks to some other changes that have happened since :) | 08:50 |
*** hoonetorg has quit IRC | 08:51 | |
*** GB21 has quit IRC | 08:57 | |
*** john51 has quit IRC | 09:00 | |
*** haplo37 has quit IRC | 09:02 | |
*** code-R has joined #openstack-nova | 09:02 | |
prateek_ | bhagyashri, u might need to try virsh list --all | 09:02 |
*** hoonetorg has joined #openstack-nova | 09:02 | |
*** code-R_ has joined #openstack-nova | 09:09 | |
*** GB21 has joined #openstack-nova | 09:10 | |
*** cdent has joined #openstack-nova | 09:11 | |
*** namnh has joined #openstack-nova | 09:11 | |
*** haplo37 has joined #openstack-nova | 09:11 | |
*** lxsli1 is now known as lxsli | 09:11 | |
*** code-R has quit IRC | 09:11 | |
*** ducttape_ has joined #openstack-nova | 09:12 | |
*** jaosorior is now known as jaosorior_lunch | 09:18 | |
*** ducttape_ has quit IRC | 09:18 | |
*** matrohon has joined #openstack-nova | 09:19 | |
*** artom has quit IRC | 09:22 | |
bhagyashri | ptateek_: ok. thank you. | 09:23 |
*** artom has joined #openstack-nova | 09:24 | |
*** artom has quit IRC | 09:24 | |
*** artom has joined #openstack-nova | 09:24 | |
*** zz_dimtruck is now known as dimtruck | 09:26 | |
*** jlanoux_ has joined #openstack-nova | 09:27 | |
*** mvk has quit IRC | 09:27 | |
*** GB21 has quit IRC | 09:28 | |
*** namnh has quit IRC | 09:28 | |
*** jlanoux has quit IRC | 09:30 | |
*** gongysh has quit IRC | 09:35 | |
*** dimtruck is now known as zz_dimtruck | 09:35 | |
*** gszasz has joined #openstack-nova | 09:37 | |
*** roeyc has quit IRC | 09:39 | |
*** GB21 has joined #openstack-nova | 09:41 | |
*** thorst has joined #openstack-nova | 09:44 | |
*** thorst has quit IRC | 09:51 | |
*** zz_dimtruck is now known as dimtruck | 09:53 | |
*** irenab has joined #openstack-nova | 09:53 | |
openstackgerrit | Béla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications https://review.openstack.org/377239 | 09:54 |
*** yuntongjin has quit IRC | 09:54 | |
*** alexchadin has quit IRC | 09:56 | |
*** jlvillal has quit IRC | 09:56 | |
*** haplo37_ has quit IRC | 09:56 | |
*** alexchadin has joined #openstack-nova | 09:56 | |
*** Dinesh_Bhor has quit IRC | 09:57 | |
*** alexchadin has quit IRC | 09:57 | |
*** diga has quit IRC | 09:57 | |
*** alexchadin has joined #openstack-nova | 09:57 | |
*** alexchadin has quit IRC | 09:57 | |
*** alexchadin has joined #openstack-nova | 09:58 | |
*** alexchadin has quit IRC | 09:58 | |
*** mvk has joined #openstack-nova | 09:58 | |
*** haplo37_ has joined #openstack-nova | 09:59 | |
*** niedbalski_ has quit IRC | 09:59 | |
*** jlvillal has joined #openstack-nova | 09:59 | |
*** niedbalski has joined #openstack-nova | 10:01 | |
*** melwitt has quit IRC | 10:01 | |
*** melwitt has joined #openstack-nova | 10:01 | |
*** melwitt is now known as Guest3203 | 10:02 | |
*** EinstCrazy has quit IRC | 10:03 | |
*** EinstCrazy has joined #openstack-nova | 10:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/376125 | 10:04 |
*** dimtruck is now known as zz_dimtruck | 10:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/os-vif: Updated from global requirements https://review.openstack.org/377527 | 10:06 |
openstackgerrit | Alex Xu proposed openstack/nova-specs: Deprecate image-metadata proxy API https://review.openstack.org/377528 | 10:06 |
*** irenab has quit IRC | 10:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements https://review.openstack.org/377558 | 10:07 |
*** irenab has joined #openstack-nova | 10:07 | |
*** sdague has joined #openstack-nova | 10:08 | |
*** EinstCrazy has quit IRC | 10:08 | |
*** gongysh has joined #openstack-nova | 10:10 | |
*** ducttape_ has joined #openstack-nova | 10:15 | |
openstackgerrit | John Garbutt proposed openstack/nova-specs: WIP: Add spec to use Cinder's new attachment APIs https://review.openstack.org/373203 | 10:16 |
tdurakov | folks, who could help me with intel nfv ci job? | 10:16 |
*** liuyulong is now known as yulong|away | 10:17 | |
wznoinsk | hi tdurakov, there are issues with it, we're on it | 10:17 |
*** irenab has quit IRC | 10:17 | |
tdurakov | wznoinsk: I have proposal for you | 10:17 |
wznoinsk | tdurakov: shoot | 10:18 |
tdurakov | wznoinsk: here is the patch https://review.openstack.org/#/c/376473/ - that fixes only unit-tests, so there is nothing to deal with your job, it's just wasting of resources. My proposal is to exclude tests from list of folders that triggers your ci | 10:19 |
tdurakov | wznoinsk: what do you think? | 10:19 |
*** ducttape_ has quit IRC | 10:19 | |
openstackgerrit | Chris Dent proposed openstack/nova: [placement] ensure that allow headers are native strings https://review.openstack.org/374800 | 10:19 |
tdurakov | wznoinsk: for not 3rd party ci, this is managed by zuul layout, e.g. https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L2085-L2096 | 10:21 |
wznoinsk | exclusions of unit tests, docs, releasenotes, api-guide/ref, plugins/doc are on todo list | 10:22 |
tdurakov | wznoinsk: cool, glad to hear that:) | 10:22 |
wznoinsk | thanks for bringing that up | 10:22 |
*** tonytan4ever has joined #openstack-nova | 10:23 | |
*** yo has quit IRC | 10:23 | |
*** diga has joined #openstack-nova | 10:24 | |
*** sdake has joined #openstack-nova | 10:27 | |
*** tonytan4ever has quit IRC | 10:28 | |
*** roeyc has joined #openstack-nova | 10:28 | |
*** jaosorior_lunch is now known as jaosorior | 10:34 | |
*** keekz has quit IRC | 10:34 | |
*** gongysh has quit IRC | 10:34 | |
*** tojuvone_ is now known as tojuvone | 10:35 | |
*** smatzek has joined #openstack-nova | 10:35 | |
*** hoangcx has quit IRC | 10:36 | |
*** keekz has joined #openstack-nova | 10:39 | |
*** salv-orlando has joined #openstack-nova | 10:39 | |
*** scottda has quit IRC | 10:40 | |
*** alexchadin has joined #openstack-nova | 10:42 | |
*** bdeschenes has joined #openstack-nova | 10:43 | |
*** alexchadin has quit IRC | 10:43 | |
openstackgerrit | Stephen Finucane proposed openstack/nova: doc: Integrate oslo_policy.sphinxpolicygen https://review.openstack.org/376547 | 10:44 |
*** masayukig has quit IRC | 10:45 | |
*** masayukig has joined #openstack-nova | 10:45 | |
*** jlanoux has joined #openstack-nova | 10:46 | |
*** gcb has joined #openstack-nova | 10:46 | |
*** tbachman has quit IRC | 10:48 | |
johnthetubaguy | sfinucan: ah, that one looks exciting | 10:49 |
*** jlanoux_ has quit IRC | 10:49 | |
*** thorst has joined #openstack-nova | 10:49 | |
sfinucan | Could I get some eyes on this series of patches? https://review.openstack.org/#/q/topic:feat/resolve-fields-todos | 10:49 |
sfinucan | Belongs to that family of "causes lots of merge conflicts, but are ultimately trivial" patches | 10:50 |
sfinucan | johnthetubaguy: It could be, once I realise whether I've done it right or not :) | 10:50 |
sfinucan | (I fear I may not have, but waiting on dhellmann or similar to chime in) | 10:50 |
*** nkrinner has quit IRC | 10:54 | |
*** snikitin1 has joined #openstack-nova | 10:56 | |
*** thorst has quit IRC | 10:56 | |
*** vladikr has quit IRC | 10:56 | |
*** rtheis has joined #openstack-nova | 10:57 | |
tdurakov | sfinucan: heh, big one^ | 10:58 |
* tdurakov starred | 10:58 | |
*** dikonoor has quit IRC | 10:59 | |
openstackgerrit | John Garbutt proposed openstack/nova-specs: WIP: Add spec to use Cinder's new attachment APIs https://review.openstack.org/373203 | 11:00 |
*** phuongnh has quit IRC | 11:03 | |
*** dikonoor has joined #openstack-nova | 11:06 | |
*** sudipto has quit IRC | 11:06 | |
*** sudipto_ has quit IRC | 11:06 | |
*** ekuris has quit IRC | 11:06 | |
*** nkrinner has joined #openstack-nova | 11:07 | |
*** hoangcx has joined #openstack-nova | 11:07 | |
*** sdake has quit IRC | 11:12 | |
*** belliott_ has quit IRC | 11:13 | |
*** dikonoor has quit IRC | 11:15 | |
*** ducttape_ has joined #openstack-nova | 11:15 | |
*** ljxiash has quit IRC | 11:16 | |
artom | sfinucan, hey, thanks for getting back to me :) tdurakov has a patch up here: https://review.openstack.org/#/c/376452/ that's for the same thing IIUC - maybe coordinate with him? | 11:16 |
*** nherciu_ has joined #openstack-nova | 11:17 | |
*** nherciu has quit IRC | 11:19 | |
*** ducttape_ has quit IRC | 11:20 | |
*** hoangcx has quit IRC | 11:20 | |
openstackgerrit | John Garbutt proposed openstack/nova-specs: Add spec to use Cinder's new attachment APIs https://review.openstack.org/373203 | 11:20 |
*** hoangcx has joined #openstack-nova | 11:21 | |
johnthetubaguy | mdbooth: raj_singh: thanks for looking at that cinder spec before, there is loads more context adde now, after talking with the cinder folks yesterday | 11:21 |
mdbooth | johnthetubaguy: Will re-read, thanks. | 11:21 |
*** bvanhav has joined #openstack-nova | 11:24 | |
openstackgerrit | Maciej Szankin proposed openstack/nova: WIP config options: improve libvirt https://review.openstack.org/370843 | 11:26 |
*** belliott has joined #openstack-nova | 11:27 | |
*** Hazelesque_ is now known as Hazelesque | 11:27 | |
*** salv-orlando has quit IRC | 11:27 | |
mdbooth | johnthetubaguy: In an earlier patch I asked whether volumes should be attached to compute hosts or nodes? | 11:29 |
mdbooth | Is that still a relevant question? | 11:29 |
*** dikonoor has joined #openstack-nova | 11:29 | |
mdbooth | e.g. Does Ironic still use lots of nodes? | 11:29 |
johnthetubaguy | mdbooth: I missed that, I am largely ignoring that, and just doing host for now | 11:30 |
johnthetubaguy | mdbooth: I think in ironic, when they support volumes, is likely to leave host as None all the time, in reality | 11:30 |
*** moshele has quit IRC | 11:30 | |
johnthetubaguy | mdbooth: as with baremetal its not really attached to any hypervisor host | 11:31 |
*** moshele has joined #openstack-nova | 11:31 | |
mdbooth | This is a confusion in that data model, imho. Node == hypervisor host; host == where nova compute is running. | 11:31 |
mdbooth | It just so happens we conflated those 2 things. | 11:31 |
mdbooth | But the thing you'd want to connect a volume to is the node, surely? | 11:32 |
*** moshele has quit IRC | 11:32 | |
*** dikonoo has joined #openstack-nova | 11:36 | |
*** sudipto has joined #openstack-nova | 11:38 | |
*** sudipto_ has joined #openstack-nova | 11:39 | |
*** dikonoor has quit IRC | 11:39 | |
*** salv-orlando has joined #openstack-nova | 11:40 | |
*** shz has quit IRC | 11:41 | |
*** shihanzhang has joined #openstack-nova | 11:43 | |
*** alexchadin has joined #openstack-nova | 11:48 | |
*** jaypipes has joined #openstack-nova | 11:49 | |
*** dikonoo has quit IRC | 11:49 | |
* jaypipes *yawns* | 11:49 | |
jaypipes | morning folks | 11:49 |
*** bkopilov has quit IRC | 11:50 | |
*** wanghao_ has quit IRC | 11:50 | |
*** thorst has joined #openstack-nova | 11:53 | |
mdbooth | jaypipes: Random association: https://youtu.be/dpwhohWhrEE?t=126 | 11:54 |
mdbooth | "When bapuss wakes up, all his friends wake up, too" | 11:54 |
mdbooth | bagpuss | 11:54 |
tdurakov | jaypipes: hi | 11:54 |
tdurakov | sfinucan: ping | 11:55 |
*** zz_dimtruck is now known as dimtruck | 11:56 | |
*** dikonoo has joined #openstack-nova | 11:59 | |
*** ratailor has quit IRC | 12:02 | |
*** sandanar has joined #openstack-nova | 12:03 | |
*** ArxCruz has joined #openstack-nova | 12:03 | |
*** ArxCruz has quit IRC | 12:04 | |
*** sandanar_ has joined #openstack-nova | 12:04 | |
*** rmart04_ has joined #openstack-nova | 12:04 | |
*** sandanar has quit IRC | 12:05 | |
*** moshele has joined #openstack-nova | 12:05 | |
*** ekuris has joined #openstack-nova | 12:06 | |
*** kumarb has joined #openstack-nova | 12:06 | |
*** dimtruck is now known as zz_dimtruck | 12:06 | |
*** jaosorior has quit IRC | 12:06 | |
*** rcarrillocruz has quit IRC | 12:06 | |
sfinucan | tdurakov: what's up? | 12:06 |
*** jaosorior has joined #openstack-nova | 12:06 | |
*** bks has quit IRC | 12:06 | |
*** liusheng has quit IRC | 12:06 | |
*** tiendc has quit IRC | 12:06 | |
*** liusheng has joined #openstack-nova | 12:07 | |
*** rcarrillocruz has joined #openstack-nova | 12:07 | |
johnthetubaguy | mdbooth: possibly, although its the host that is in charge of all the volume connections, just trying to keep that bit the same as today I guess | 12:07 |
*** snikitin1 has quit IRC | 12:07 | |
*** rmart04 has quit IRC | 12:07 | |
*** rmart04_ is now known as rmart04 | 12:07 | |
tdurakov | sfinucan: as I understood from artom's message you could be interested to review https://review.openstack.org/#/c/376452/ | 12:07 |
*** snikitin1 has joined #openstack-nova | 12:07 | |
artom | tdurakov, well, you guy are apparently working on the same thing, but sfinucan's approach is different from yours. | 12:08 |
sfinucan | tdurakov: Possibly. I'd need to know the difference with this one, though https://review.openstack.org/#/c/364814 | 12:08 |
artom | Anyways, just thought you should be aware of each other :) | 12:08 |
sfinucan | artom: It's actually mikal's - I've just been keeping it up-to-date :) | 12:08 |
*** mamandle has quit IRC | 12:08 | |
artom | sfinucan, it's yours now ;) | 12:08 |
mdbooth | johnthetubaguy: We should ditch node if we're not going to use it imho. My preference, though, would be to use it everywhere. There's no fundamental reason to co-locate nova compute with the hypervisor, it's just an implementation detail of some of our virt drivers. | 12:09 |
tdurakov | sfinucan, so you approach claims to retain config_drive option that is used on the instance very first boot, right? | 12:10 |
sfinucan | tdurakov: Yeah, exactly | 12:10 |
tdurakov | sfinucan: tbh I think we need both then | 12:10 |
sfinucan | It doesn't seem like something that should ever be recalculated once configured | 12:10 |
tdurakov | sfinucan: here is a thing - my patch is bug fix(could be backported), not sure we could backport yours | 12:11 |
tdurakov | if we can, I'd happy to go with it | 12:12 |
*** rfolco has joined #openstack-nova | 12:12 | |
tdurakov | this issue is valid for previous releases either | 12:12 |
sfinucan | tdurakov: Let me check out both and see | 12:12 |
*** rodrigods has quit IRC | 12:12 | |
*** rodrigods has joined #openstack-nova | 12:12 | |
tdurakov | sfinucan: yes please | 12:13 |
*** gouthamr has joined #openstack-nova | 12:16 | |
*** ducttape_ has joined #openstack-nova | 12:16 | |
*** sudipto_ has quit IRC | 12:16 | |
*** sudipto has quit IRC | 12:16 | |
*** artom has quit IRC | 12:17 | |
*** sudipto has joined #openstack-nova | 12:17 | |
*** artom has joined #openstack-nova | 12:18 | |
*** ducttape_ has quit IRC | 12:20 | |
openstackgerrit | Alexey Yelistratov proposed openstack/nova: Integrate OSprofiler and Nova https://review.openstack.org/254703 | 12:23 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve libvirt remotefs https://review.openstack.org/370843 | 12:23 |
*** zz_dimtruck is now known as dimtruck | 12:23 | |
*** woodster_ has joined #openstack-nova | 12:25 | |
* mdbooth is just reading some ml traffic. In the thread 'Schedule Instances according to Local disk based Volume', can anybody tell me why they're not just using LVM storage and ephemeral disks? Nobody seems to have mentioned it in the thread, so I'm assuming I've missed some obvious reason that they don't want that. | 12:27 | |
*** sdake has joined #openstack-nova | 12:28 | |
mdbooth | I mean, they specifically say 'Cinder', but apart from that it doesn't seem to be what they're requesting. | 12:28 |
*** markvoelker has joined #openstack-nova | 12:29 | |
*** matrohon has quit IRC | 12:30 | |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377660 | 12:30 |
*** edmondsw has joined #openstack-nova | 12:30 | |
*** ljxiash has joined #openstack-nova | 12:32 | |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377661 | 12:32 |
*** burgerk has joined #openstack-nova | 12:33 | |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377663 | 12:33 |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377667 | 12:36 |
*** dimtruck is now known as zz_dimtruck | 12:36 | |
*** baoli has joined #openstack-nova | 12:36 | |
*** tuanla has quit IRC | 12:42 | |
*** annegentle has joined #openstack-nova | 12:44 | |
*** salv-orlando has quit IRC | 12:45 | |
*** dave-mccowan has joined #openstack-nova | 12:46 | |
*** matrohon has joined #openstack-nova | 12:49 | |
*** kumarb has quit IRC | 12:50 | |
openstackgerrit | Maciej Szankin proposed openstack/nova: Improving help text for xenapi_vmops_opts https://review.openstack.org/347085 | 12:50 |
*** tblakes has joined #openstack-nova | 12:51 | |
*** roeyc has quit IRC | 12:53 | |
*** claudiub has joined #openstack-nova | 12:53 | |
*** tonytan4ever has joined #openstack-nova | 12:54 | |
*** hemanthm is now known as hemanthm|trainin | 12:55 | |
*** david-lyle has joined #openstack-nova | 12:56 | |
*** moshele has quit IRC | 12:56 | |
*** GB21 has quit IRC | 12:57 | |
danpb | johnthetubaguy: would love some review of this spec https://review.openstack.org/#/c/346821/ | 12:57 |
*** tonytan4ever has quit IRC | 12:57 | |
*** baoli_ has joined #openstack-nova | 12:58 | |
* danpb wants to actually get it done this cycle after missing juno, kilo, liberty, mitaka & newton | 12:58 | |
*** ducttape_ has joined #openstack-nova | 12:58 | |
*** tonytan4ever has joined #openstack-nova | 13:00 | |
johnthetubaguy | danpb: ah, that one. I should take a look at that in a bit | 13:00 |
danpb | l. | 13:01 |
*** baoli has quit IRC | 13:01 | |
*** mamandle has joined #openstack-nova | 13:01 | |
*** rlrossit has joined #openstack-nova | 13:03 | |
*** tbachman has joined #openstack-nova | 13:04 | |
*** roeyc has joined #openstack-nova | 13:06 | |
*** roeyc has quit IRC | 13:07 | |
*** vnogin has joined #openstack-nova | 13:07 | |
johnthetubaguy | mdbooth: FWIW, I am of the kill node vs host distinction camp, for me the host tells me the name of the rabbit queue, the rest is the drivers problem. | 13:08 |
*** diga has quit IRC | 13:08 | |
*** mdrabe has joined #openstack-nova | 13:10 | |
*** rmcall has quit IRC | 13:10 | |
*** salv-orlando has joined #openstack-nova | 13:12 | |
*** roeyc has joined #openstack-nova | 13:12 | |
mdbooth | johnthetubaguy: That's an excellent point I hadn't considered. Although you'd still need some kind of driver-specific datastore on the host to differentiate. | 13:15 |
*** toure is now known as toure_brno | 13:16 | |
johnthetubaguy | mdbooth: generally the ones with nodes all have either a cluster thing or something else to record it anyways, but yeah, they would need that | 13:16 |
mdbooth | ...so that the host can differentiate. | 13:16 |
*** trisq has quit IRC | 13:16 | |
*** jaosorior has quit IRC | 13:19 | |
*** mriedem has joined #openstack-nova | 13:19 | |
*** jaosorior has joined #openstack-nova | 13:20 | |
openstackgerrit | Prateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted https://review.openstack.org/294513 | 13:20 |
*** jheroux has joined #openstack-nova | 13:21 | |
openstackgerrit | Yingxin Cheng proposed openstack/nova: [POC][placement] Amend traits modification api to support os-traits https://review.openstack.org/377690 | 13:21 |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 18 https://review.openstack.org/375899 | 13:21 |
*** READ10 has joined #openstack-nova | 13:22 | |
mriedem | wznoinsk: seeing some devstack setup failures in the intel nfv ci http://intel-openstack-ci-logs.ovh/94/375894/2/check/tempest-dsvm-intel-nfv-xenial/a0bffb3/logs/devstacklog.txt.gz | 13:23 |
mriedem | Could not find a version that satisfies the requirement hacking<0.12,>=0.11.0 (from -r /opt/stack/new/tempest/test-requirements.txt (line 4)) (from versions: ) 2016-09-27 02:13:29.687 | No matching distribution found for hacking<0.12,>=0.11.0 (from -r /opt/stack/new/tempest/test-requirements.txt (line 4)) | 13:23 |
*** tongli has joined #openstack-nova | 13:23 | |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377660 | 13:23 |
*** mamandle has quit IRC | 13:24 | |
*** irenab has joined #openstack-nova | 13:26 | |
*** mlavalle has joined #openstack-nova | 13:28 | |
openstackgerrit | Sergey Nikitin proposed openstack/nova-specs: Enable to share PCI devices between numa nodes https://review.openstack.org/361140 | 13:29 |
*** efried has joined #openstack-nova | 13:31 | |
*** prateek_ has quit IRC | 13:32 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Add a hacking rule for string interpolation at logging https://review.openstack.org/334844 | 13:33 |
*** smatzek has quit IRC | 13:34 | |
*** tblakes has quit IRC | 13:34 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 21 https://review.openstack.org/377051 | 13:35 |
openstackgerrit | Hussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel https://review.openstack.org/377661 | 13:38 |
*** scottda has joined #openstack-nova | 13:40 | |
*** annegentle has quit IRC | 13:42 | |
*** salv-orl_ has joined #openstack-nova | 13:42 | |
*** bkopilov has joined #openstack-nova | 13:43 | |
*** _oanson has joined #openstack-nova | 13:44 | |
*** rlrossit has quit IRC | 13:45 | |
*** mugsie__ is now known as mugsie | 13:45 | |
*** jamesdenton has joined #openstack-nova | 13:45 | |
*** salv-orlando has quit IRC | 13:46 | |
*** oanson has quit IRC | 13:46 | |
*** eharney has joined #openstack-nova | 13:48 | |
*** hoangcx has quit IRC | 13:49 | |
*** brian_price has left #openstack-nova | 13:49 | |
*** rlrossit_ has joined #openstack-nova | 13:51 | |
*** kur1j has joined #openstack-nova | 13:51 | |
*** cdent has quit IRC | 13:55 | |
*** kur1j has left #openstack-nova | 13:55 | |
tdurakov | PaulMurray paul-carlton2 eliqiao shaohe_feng pkoniszewski yuntongjin mdbooth kashyap kmartin claudiub tobasco andreas_s abhishekk mrhillsman raj_singh live migration subteam meeting at the #openstack-meeting-3 in 3 minutes | 13:57 |
*** smatzek has joined #openstack-nova | 13:57 | |
*** efried has quit IRC | 13:57 | |
*** yamahata has joined #openstack-nova | 13:57 | |
*** yamahata has quit IRC | 13:57 | |
*** yamahata has joined #openstack-nova | 13:58 | |
*** hoangcx has joined #openstack-nova | 13:58 | |
*** tblakes has joined #openstack-nova | 13:58 | |
*** trisq has joined #openstack-nova | 13:59 | |
*** eharney has quit IRC | 14:00 | |
*** anush_ has joined #openstack-nova | 14:00 | |
*** mtanino has joined #openstack-nova | 14:02 | |
mriedem | diana_clarke: on https://review.openstack.org/#/c/375895/ how about we throw those AllServicesCurrent fixtures into the setUp for the last 2 tests? | 14:03 |
*** hshiina has joined #openstack-nova | 14:04 | |
diana_clarke | mriedem: sure, will do. thanks! | 14:07 |
mriedem | danpb: wasn't there like at least a 1 year window where no one was actually working on https://blueprints.launchpad.net/nova/+spec/websocket-proxy-to-host-security after solly left? | 14:08 |
*** kylek3h has quit IRC | 14:09 | |
*** TravT has joined #openstack-nova | 14:11 | |
danpb | mriedem: well yeah, it missed the Liberty cycle entirely | 14:12 |
mriedem | and solly dropped it in kilo | 14:12 |
mriedem | anyway, it's not fair to say 'no one has cared about this for 2.5 years' | 14:13 |
*** rrecio has joined #openstack-nova | 14:13 | |
mriedem | or at least to blame that on the review team | 14:13 |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 17 https://review.openstack.org/375895 | 14:14 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: improve libvirt smbfs https://review.openstack.org/377729 | 14:15 |
*** rrecio_ has joined #openstack-nova | 14:16 | |
mriedem | dansmith: alaski: hmm http://logs.openstack.org/13/377113/2/check/gate-dg-hooks-dsvm/60f86f7/logs/devstack-gate-post_test_hook.txt.gz | 14:16 |
mriedem | i got my d-g change to call the post_test_hook, but it's not pulling in that nova change | 14:16 |
mriedem | nova/nova is probably the issue | 14:17 |
mriedem | well maybe not | 14:17 |
mriedem | that's how the live-migration job works | 14:17 |
dansmith | mriedem: well, sounds like I have to talk to tdurakov anyway | 14:17 |
*** eharney has joined #openstack-nova | 14:18 | |
*** liverpooler has quit IRC | 14:18 | |
*** rrecio has quit IRC | 14:18 | |
alaski | mriedem: it is the nova/nova, I copied the live migration hook pattern and that is wrong here | 14:18 |
alaski | because tools is not under nova/ | 14:19 |
mriedem | ah crap | 14:19 |
mriedem | ok updated | 14:19 |
*** cdent has joined #openstack-nova | 14:22 | |
*** ekuris has quit IRC | 14:22 | |
*** burgerk has quit IRC | 14:23 | |
*** sahid has joined #openstack-nova | 14:24 | |
dansmith | mriedem: alaski: what are your thoughts on the pathing? | 14:24 |
dansmith | I just want to run the damn thing, Idon't care where it is | 14:24 |
*** sdake has quit IRC | 14:24 | |
mriedem | nova/tests/hooks? | 14:24 |
*** sudipto_ has joined #openstack-nova | 14:24 | |
mriedem | i don't want nova/hooks as that could be confused with stevedore hooks | 14:24 |
mriedem | which we don't want | 14:25 |
alaski | I disliked putting it under tests/ because I wanted to run non test things from it | 14:25 |
alaski | but I ultimately don't care | 14:25 |
dansmith | personally I think it doesn't make sense to have it in the python module | 14:25 |
mdbooth | danpb: Could you have a quick look at this: https://review.openstack.org/#/c/375644/ | 14:25 |
dansmith | so ./hooks or ./tools as we have it now, or ./tools/hooks or whatever | 14:25 |
mdbooth | danpb: Proposal is that cpus should be assumed compatible during live migration if there's no specific model given. | 14:25 |
mriedem | tools/hooks is ok, but throw a readme in there about that they are | 14:25 |
mdbooth | danpb: Sounds wrong to me. | 14:26 |
*** GB21 has joined #openstack-nova | 14:26 | |
alaski | dansmith: mriedem are we expecting multiple hooks such that we need a directory? or is the current post_test_hook.sh fine | 14:26 |
alaski | just in tools/ | 14:26 |
danpb | mdbooth: yeah, that looks well dubious | 14:26 |
dansmith | alaski: tdurakov asserts we do, as I understand it | 14:26 |
*** zz_dimtruck is now known as dimtruck | 14:27 | |
dansmith | I think we'll probably want this running on all jobs eventually, | 14:27 |
dansmith | so I think he probably was thinking in a more narrow live-migrate sort of mindset | 14:27 |
dansmith | this, and the log analysis thing, if we were able to land such a thing | 14:27 |
alaski | yeah, I think we want this on all jobs eventually as well | 14:28 |
*** kylek3h has joined #openstack-nova | 14:29 | |
mdbooth | danpb: Thanks. | 14:29 |
*** tbachman has quit IRC | 14:30 | |
alaski | dansmith: so we could do something like tools/hooks/post_test_hook.sh and tools/hooks/live_migrate_post_test_hook.sh or just have post_test_hook.sh conditionally call live migrate post test code | 14:31 |
*** prateek has joined #openstack-nova | 14:31 | |
dansmith | alaski: yep | 14:31 |
cdent | jaypipes, mriedem: would "use policies in placement api" be spec, specless blueprint, bug or something else? | 14:32 |
*** diablo_rojo has joined #openstack-nova | 14:32 | |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Removing duplicates from columns_to_join list https://review.openstack.org/342299 | 14:32 |
*** unicell has joined #openstack-nova | 14:32 | |
mriedem | cdent: it's an api change so probably a spec | 14:32 |
*** amotoki_ has quit IRC | 14:33 | |
cdent | mriedem: the external api won't change? you'll still be required to be a service/admin/superpowered user | 14:33 |
alaski | dansmith: do you want to create a hooks dir in https://review.openstack.org/#/c/376567/3 | 14:33 |
cdent | it's just the mode and granularity of the checking will change | 14:33 |
openstackgerrit | Maciej Szankin proposed openstack/nova: Move notification_format and delete rpc.py https://review.openstack.org/349600 | 14:33 |
dansmith | alaski: if that's the plan then yeah | 14:34 |
openstackgerrit | Maciej Szankin proposed openstack/nova: config options: Improve help for SPICE https://review.openstack.org/317046 | 14:34 |
*** sneti has joined #openstack-nova | 14:34 | |
alaski | I just saw tdurakov's comment | 14:34 |
mriedem | cdent: i guess i don't know how much of an impact it is | 14:34 |
alaski | dansmith: I'm good with it if others are | 14:34 |
alaski | mriedem: tools/hooks/ work for you? | 14:34 |
mriedem | cdent: maybe start with a specless blueprint, detail what you think the changes are in the bp description and we can look at it and see if it needs a spec | 14:34 |
*** _d34dh0r53_ is now known as d34dh0r53 | 14:34 | |
*** unicell1 has quit IRC | 14:34 | |
openstackgerrit | Maciej Szankin proposed openstack/nova: Improve consistency in libvirt https://review.openstack.org/353679 | 14:34 |
cdent | mriedem: ✔ | 14:35 |
mriedem | alaski: tools/hooks works for me if there is a readme in there about those hooks are | 14:35 |
cdent | thanks | 14:35 |
openstackgerrit | Maciej Szankin proposed openstack/nova: conf: Improve consistency in scheduler opts https://review.openstack.org/349666 | 14:35 |
openstackgerrit | Maciej Szankin proposed openstack/nova: Improve consistency in serial_console https://review.openstack.org/348902 | 14:35 |
alaski | tdurakov: are you okay with moving test hooks to a new tools/hooks/ dir? | 14:36 |
tdurakov | alaski: on meeting | 14:36 |
tdurakov | yes | 14:36 |
*** sdake has joined #openstack-nova | 14:37 | |
alaski | tdurakov: okay. you can comment on the patch later as well | 14:37 |
*** dimtruck is now known as zz_dimtruck | 14:37 | |
mriedem | dansmith: sdague: johnthetubaguy: bauzas: we need this for rc2 https://review.openstack.org/#/c/376999/ | 14:37 |
alaski | dansmith: I think we have consensus for now | 14:37 |
bauzas | mriedem: ack, looking | 14:37 |
pumaranikar | alex_xu, resolved nit change. can you please re-approve https://review.openstack.org/#/c/342299/. removing duplicates from expected_attr | 14:37 |
openstackgerrit | Dan Smith proposed openstack/nova: Add a post-test-hook to run the archive command https://review.openstack.org/376567 | 14:38 |
openstackgerrit | Prateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted https://review.openstack.org/294513 | 14:38 |
*** marst has quit IRC | 14:38 | |
dansmith | mriedem: will you update your test? ^ | 14:39 |
bauzas | mriedem: was that a regression ? | 14:39 |
bauzas | mriedem: the commit msg is unclear about that | 14:40 |
mriedem | bauzas: yes | 14:40 |
mriedem | glance v2 was in newton | 14:40 |
mriedem | dansmith: yeah | 14:40 |
*** ducttape_ has quit IRC | 14:40 | |
bauzas | oh right | 14:40 |
*** dikonoo has quit IRC | 14:45 | |
*** rama_y has joined #openstack-nova | 14:46 | |
*** GB21 has quit IRC | 14:47 | |
*** artom has quit IRC | 14:47 | |
openstackgerrit | Sean Dague proposed openstack/nova-specs: Initial draft of API capabilities interface https://review.openstack.org/377756 | 14:48 |
*** artom has joined #openstack-nova | 14:48 | |
*** burgerk has joined #openstack-nova | 14:48 | |
*** marst has joined #openstack-nova | 14:53 | |
bauzas | alaski: thanks for your comment on https://review.openstack.org/#/c/376382/1, responded | 14:53 |
bauzas | alaski: tl;dr: if people want to destroy some object that was not persisted first, then it will just already return an exception | 14:53 |
bauzas | alaski: I don't really think we need to check whether self.id is there | 14:53 |
alaski | bauzas: I'm fine leaving it off, but I think having it provides more protection. It prevents spec = objects.RequestSpec(); spec.instance_uuid = foo; spec.destroy() | 14:53 |
alaski | but I'm +2 once Jenkins passes | 14:53 |
*** adisky has quit IRC | 14:53 | |
bauzas | alaski: sure, I understood your point | 14:53 |
*** alexchadin has quit IRC | 14:53 | |
dansmith | alaski: you pushed the config thing too? what'd I mess up? | 14:53 |
bauzas | alaski: like I said, I already thought about that, and it seems to me not really needed, because I'm just calling the DB asking for the instance_uuid | 14:53 |
alaski | dansmith: nothing, I just didn't realize you were pushing. though I did update the commit to not reference the log parsing thing | 14:53 |
bauzas | alaski: so, in case the guy wrote the above, then it will return correctly an exception | 14:53 |
dansmith | alaski: ah, okay | 14:53 |
bauzas | alaski: if I would be preventive, I could return the exact same exception in the main destroy() method but see, that looks like just if not self.id: raise exc | 14:53 |
bauzas | alaski: that just prevents a DB call | 14:54 |
bauzas | so, I dunno | 14:54 |
bauzas | alaski: if you think that's really important (because of the performance), then okay, I can respin it | 14:54 |
alaski | it's not a big deal which I why I'm +2 without it | 14:54 |
bauzas | okay | 14:55 |
alaski | well, will be when it passes | 14:55 |
bauzas | either way, I'm thinking now on where to call it | 14:55 |
bauzas | given we have delayed instance deletions :p | 14:55 |
*** armax has joined #openstack-nova | 14:56 | |
bauzas | alaski: would you be okay if I would call ReqSpec.destroy() within the Instance.destroy() method ? | 14:56 |
bauzas | or I could just add the call like you did for BuildReqs | 14:57 |
*** yulong|away has quit IRC | 14:58 | |
alaski | bauzas: my preference is to not couple objects like that, and have the caller be explicit | 14:58 |
bauzas | okay | 14:58 |
bauzas | fine by me | 14:59 |
tdurakov | dansmith: hi, do you have questions on post_test_hook? | 15:00 |
dansmith | tdurakov: sounds like mriedem alaski and I reached consensus that we think you'll be okay with | 15:00 |
dansmith | tdurakov: so you need to move your hook into tools/hooks | 15:00 |
dansmith | tdurakov: this hook I'm adding should eventually be run on every job for the most part | 15:00 |
dansmith | every dsvm job that is | 15:01 |
tdurakov | dansmith: yeah, already +1 that | 15:01 |
tdurakov | will move l-m hooks there too | 15:01 |
dansmith | tdurakov: okay | 15:03 |
mriedem | gah http://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/1250c5b/logs/devstack-gate-post_test_hook.txt.gz | 15:03 |
tdurakov | mriedem: I think you need +x | 15:04 |
mriedem | tdurakov: feel free to update that change, i have to run to meetings | 15:05 |
*** mriedem is now known as mriedem_meeting | 15:05 | |
*** pcaruana has quit IRC | 15:06 | |
*** annegentle has joined #openstack-nova | 15:06 | |
alaski | dansmith: you need to update the file permissions on post_test_hook.sh | 15:07 |
*** rcernin has quit IRC | 15:07 | |
dansmith | did git change them? | 15:07 |
tdurakov | alaski: in progress | 15:07 |
alaski | looks like others are 775 | 15:07 |
tdurakov | dansmith: yes | 15:07 |
alaski | dansmith: it's showing 644 | 15:07 |
dansmith | gdi | 15:07 |
dansmith | pushed | 15:07 |
*** pilgrimstack has quit IRC | 15:10 | |
*** vladikr has joined #openstack-nova | 15:11 | |
stevemar | mriedem_meeting: gahhh meeting | 15:11 |
*** tbachman has joined #openstack-nova | 15:11 | |
*** pilgrimstack has joined #openstack-nova | 15:12 | |
dansmith | alaski: heh, I rechecked the project config one but meant to recheck mriedem_meeting's | 15:13 |
dansmith | thanks | 15:13 |
alaski | heh, np | 15:13 |
*** mdrabe has quit IRC | 15:14 | |
*** whenry has joined #openstack-nova | 15:15 | |
*** amotoki has joined #openstack-nova | 15:15 | |
*** lucasagomes is now known as lucas-hungry | 15:16 | |
*** snikitin1 has quit IRC | 15:16 | |
*** haplo37__ has joined #openstack-nova | 15:17 | |
openstackgerrit | sahid proposed openstack/nova-specs: Libvirt driver emulator threads placement policy https://review.openstack.org/284094 | 15:18 |
*** openstackgerrit has quit IRC | 15:18 | |
*** openstackgerrit has joined #openstack-nova | 15:19 | |
*** mdrabe has joined #openstack-nova | 15:20 | |
*** zz_dimtruck is now known as dimtruck | 15:21 | |
*** prateek_ has joined #openstack-nova | 15:23 | |
*** rlrossit_ has quit IRC | 15:26 | |
*** hoangcx has quit IRC | 15:26 | |
*** yamahata has quit IRC | 15:26 | |
*** anush_ has quit IRC | 15:26 | |
*** hoangcx has joined #openstack-nova | 15:26 | |
*** prateek has quit IRC | 15:27 | |
*** andreas_s has quit IRC | 15:27 | |
danpb | what doc / project contains documentation about nova deployment processes ? | 15:27 |
*** rmart04 has quit IRC | 15:28 | |
*** anush_ has joined #openstack-nova | 15:28 | |
clarkb | danpb: openstack/openstack-manuals iirc | 15:28 |
danpb | clarkb: thanks | 15:28 |
*** amotoki has quit IRC | 15:29 | |
*** dimtruck is now known as zz_dimtruck | 15:31 | |
*** diablo_rojo has quit IRC | 15:33 | |
*** tbachman has quit IRC | 15:33 | |
openstackgerrit | Daniel Berrange proposed openstack/nova-specs: Websockify security proxy framework https://review.openstack.org/346821 | 15:34 |
*** sneti has quit IRC | 15:34 | |
*** rama_y has quit IRC | 15:36 | |
*** abalutoiu has joined #openstack-nova | 15:37 | |
*** hemna_ has joined #openstack-nova | 15:38 | |
*** hemna_ has quit IRC | 15:39 | |
*** psachin has quit IRC | 15:39 | |
danpb | you know you've been working on something too long, when you've started calling the git branch "vnc-crypt-new-newish-no-really-the-newest" | 15:40 |
*** ducttape_ has joined #openstack-nova | 15:40 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova-specs: Virt driver private storage https://review.openstack.org/377806 | 15:41 |
artom | danpb, continuing from our conversation downstream, I maeded a thing ^^ | 15:41 |
artom | BobBall_, claudiub, as custodians of XenAPI and HyperV respectively, would there be any interest from your drivers for something like ^^^ ? | 15:42 |
claudiub | hello. :) reading | 15:42 |
artom | claudiub, woot, thanks :) | 15:42 |
*** paul-carlton2 has quit IRC | 15:43 | |
claudiub | you have some trailing whitespace in the spec, btw. :) | 15:43 |
openstackgerrit | Lucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations https://review.openstack.org/273504 | 15:44 |
*** trisq has quit IRC | 15:44 | |
artom | claudiub, hah, thanks :) I'll be sure to fix that | 15:44 |
*** trisq has joined #openstack-nova | 15:44 | |
*** stewie925 has joined #openstack-nova | 15:45 | |
*** roeyc has quit IRC | 15:45 | |
*** amotoki has joined #openstack-nova | 15:45 | |
*** ducttape_ has quit IRC | 15:46 | |
*** sandanar_ has quit IRC | 15:46 | |
*** zz_dimtruck is now known as dimtruck | 15:48 | |
dansmith | derekh: so with your dump, I was able to archive a bunch of instance_action records, | 15:48 |
dansmith | derekh: but then I hit this: | 15:48 |
dansmith | dan@guaranine:~$ nova-manage db archive_deleted_rows --verbose --max_rows 100 | 15:48 |
dansmith | error: 'tag' | 15:48 |
dansmith | derekh: which I've expanded to a nasty trace in sqla | 15:49 |
dansmith | derekh: that looks different from what you were seeing though | 15:49 |
*** diablo_rojo has joined #openstack-nova | 15:49 | |
derekh | dansmith: I've never seen that error | 15:49 |
claudiub | artom: ehm, can you expand the usecase section a bit more? | 15:50 |
derekh | dansmith: We've always been able to archive instance_actions and other row types | 15:50 |
dansmith | hmm | 15:50 |
*** hieulq_ has joined #openstack-nova | 15:50 | |
*** mdrabe has quit IRC | 15:50 | |
*** mdrabe has joined #openstack-nova | 15:50 | |
derekh | dansmith: it appears to be just instances that arn't archiving (or at least most of them) | 15:51 |
dansmith | derekh: this failure is with the insert-to-shadow statement failing | 15:51 |
claudiub | artom: also, we've recently added the export / import VM logic into os-win, which would be needed for your spec. All that would be needed would be just a few lines of code in the hyper-v driver, to call those methods. :) | 15:52 |
*** sneti has joined #openstack-nova | 15:52 | |
dansmith | derekh: ah, this is because I'm running new code from before virtual_interfaces.tag was run | 15:52 |
dansmith | *added | 15:52 |
dansmith | derekh: I see you're on mitaka, which would explain it | 15:52 |
artom | claudiub, re: use case, well, the one that *I* have in mind is already in there: saving instance XML across evacuations, etc | 15:53 |
claudiub | artom: also, the problem you're describing in the spec, it looks like something that can be easily fixed by just filtering the vifs by their mac addresses before attaching them. | 15:53 |
*** diablo_rojo has quit IRC | 15:53 | |
derekh | dansmith: yup, mitaka/rdo | 15:53 |
artom | claudiub, was that made clear in the spec, or did I botch up the explanation? | 15:53 |
artom | claudiub, I was hoping other drivers would have use for driver private storage for their own needs, since it's a pretty generic mechanism by itself | 15:54 |
artom | claudiub, re: import/export - you mean you'd export stuff *into* driver private storage? | 15:54 |
dansmith | derekh: so from your bug report, it sounds like you are expecting something else to happen.. because --max_rows=100000 may very well end up with only a few instances if it's archiving a bunch of things like actions and stuff | 15:55 |
claudiub | artom: export yields the given VM's configuration file, which can be later imported on another node, keeping any and all configurations. | 15:55 |
dansmith | derekh: and that warning you show is just a really poor warning | 15:55 |
*** pbandark has quit IRC | 15:56 | |
BobBall_ | artom: It looks to me that the saving of the whole XML is a much broader thing than just for the order of network interfaces | 15:56 |
artom | claudiub, where do you store that exported VM config file? | 15:56 |
openstackgerrit | Prateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted https://review.openstack.org/294513 | 15:56 |
*** tbachman has joined #openstack-nova | 15:56 | |
cdent | edleafe: can I assume you've not started on adjustments here: https://review.openstack.org/#/c/355263/ ? | 15:57 |
artom | BobBall_, it definitely is, and if other virt driver have no interest in this spec, I'll definitely re-think my plan :) | 15:57 |
dansmith | derekh: max_rows is a total of the records, not the total number of instances | 15:58 |
derekh | dansmith: I was expecting it to eventually archive instance rows, if I run archive_deleted_rows multiple times I eventually get to the point where virtually nothing gets archived but 1000's of deleted VM's remain in the instances table | 15:58 |
artom | I admit it's a very narrow use case for a very broad solution, and like I said, I'm throwing out feelers for if this broad solution feels useful for other virt drivers for their needs | 15:58 |
*** GB21 has joined #openstack-nova | 15:58 | |
dansmith | derekh: so each instance has a bunch of other rows in other tables | 15:58 |
dansmith | derekh: okay | 15:58 |
claudiub | artom: we don't. the idea is that we want to pass that file on cold migration to the destination node. there is a particular scenario for us when we need to export on source / import on destination the vm, rather than destroy on source / recreate on destination. | 15:58 |
dansmith | derekh: well, let me run some large batches here and see if I can get to that point | 15:58 |
derekh | dansmith: ok | 15:58 |
BobBall_ | artom: IMO saving VM metadata is probably a good thing to do; trying to rebuild things from scratch each time is error prone particularly when dynamic changes can be made to a VM (we had similar questions about the ordering of NICs when hot plugging vs adding them to new instances). I do have concerns that attempting to build a VM part from stored driver metadata and part from whatever new Nova m | 15:58 |
BobBall_ | etadata exists is potentially quite error prone too | 15:59 |
artom | claudiub, do I understand correctly that you're saying you'd use virt driver private storage if it existed to pass that file to the dest node on cold migration? | 16:00 |
*** dimtruck is now known as zz_dimtruck | 16:01 | |
*** tbachman_ has joined #openstack-nova | 16:01 | |
claudiub | artom: hm, a more direct approach would be to just copy the exported config file to the destination node, just as the disks are copied anyway. for this particular scenario, the config file is no longer useful after the migration succeeds. :) | 16:02 |
*** tbachman has quit IRC | 16:02 | |
*** tbachman_ is now known as tbachman | 16:02 | |
artom | BobBall_, ah, you're saying we'll have 2 sources of truth: whatever is saved, plus whatever is new from, err, other potential sources... | 16:02 |
*** nic has joined #openstack-nova | 16:02 | |
openstackgerrit | Lucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations https://review.openstack.org/273504 | 16:02 |
artom | claudiub, true, we can just do direct copy | 16:03 |
BobBall_ | artom: Yes - which is the truer source of truth? | 16:03 |
artom | BobBall_, me. Always me. | 16:03 |
artom | :D | 16:03 |
BobBall_ | Awesome. So if there is a disagreement when booting an instance, we'll add your cell number to Nova for on demand answers :D | 16:03 |
claudiub | artom: anyways, not I see what you mean, thanks to BobBall_'s example. anyways, if this gets approved, it'll be an easy implementation for hyper-v. :) I'd say 20-30 loc. :D | 16:04 |
artom | BobBall_, claudiub, so, thanks for being reactive with the feedback, it's awesome to have folks be interested in this. You think you could post something on the spec review, and we'll go from there? danpb left some constructive feedback as well, so thanks danpb! | 16:04 |
*** haplo37_ has quit IRC | 16:05 | |
claudiub | but for the particular example with the vnics, what about adding adding a new field to the nova vif object, a field like "device_order"? | 16:05 |
*** gszasz has quit IRC | 16:06 | |
artom | claudiub, I think we proposed that a while ago, before we did the tagging work, and as an alternative to the tagging work. | 16:06 |
artom | As you can see, it went nowhere :) | 16:06 |
claudiub | i see | 16:07 |
*** haplo37_ has joined #openstack-nova | 16:07 | |
edleafe | cdent: OTP now | 16:07 |
*** jlanoux has quit IRC | 16:08 | |
cdent | edleafe: cool, no worries, I've gone ahead and started it. In the process realized the code is correct. I'll make the comment explain itself better. | 16:08 |
dansmith | derekh: this db has been around since before mitaka right? | 16:08 |
*** paul-carlton2 has joined #openstack-nova | 16:08 | |
claudiub | artom: also, question: do you propose we store the vm config data for each and every vm? | 16:09 |
*** diablo_rojo has joined #openstack-nova | 16:09 | |
*** code-R_ has quit IRC | 16:10 | |
claudiub | or only selectively, somehow? | 16:10 |
artom | claudiub, entirely up to the virt driver | 16:10 |
derekh | dansmith: nope, it was a fresh mitaka install | 16:10 |
dansmith | derekh: orly, hmm | 16:10 |
artom | But yeah, in the libvirt case we'd dump the XML in there for every instance | 16:10 |
artom | (Assuming this actually goes forward in its current state) | 16:11 |
claudiub | artom: hm, I would argue that it should be consistent across all drivers | 16:11 |
*** tjones has left #openstack-nova | 16:11 | |
artom | claudiub, should it? What would go wrong if hyper-v for example doesn't? | 16:11 |
*** salv-orl_ has quit IRC | 16:11 | |
*** anush_ has quit IRC | 16:12 | |
claudiub | artom: i'm asking because it can get troublesome if tens of thousands of vms are spawned. those config files tend to be quite large. | 16:12 |
*** salv-orlando has joined #openstack-nova | 16:12 | |
*** matrohon has quit IRC | 16:12 | |
claudiub | artom: and if you only have cattle vms, having all that data is not useful. | 16:12 |
artom | claudiub, aha, so your argument is that it should be on a per-VM basis, not per driver? | 16:13 |
artom | Ideally admin-controlled, since we're opening up the possibility of loading up the DB pretty hard... | 16:14 |
*** raunak has joined #openstack-nova | 16:14 | |
edleafe | cdent: ok. Today is my meeting hell day, so I haven't looked at that since yesterday | 16:14 |
*** diga has joined #openstack-nova | 16:14 | |
claudiub | artom: yep, exactly | 16:14 |
danpb | i just don't see any compelling reason to use the DB at all | 16:14 |
cdent | edleafe: roger | 16:14 |
artom | claudiub, I can get behind that :) | 16:14 |
danpb | its just one more thing to get out of sync with the stuff we're already storing with libvirt | 16:15 |
artom | danpb, makes it driver-agnostic, ie we're not adding RPC method parameters for essentially a single driver's need | 16:15 |
artom | danpb, true, true... | 16:15 |
danpb | no you're really not | 16:15 |
danpb | you're adding a blob to the DB containing totally driver-specific data which some drivers may leave empty | 16:15 |
*** lucas-hungry is now known as lucasagomes | 16:16 | |
danpb | this is no different to adding a RPC parameter containing drier-specific data which some drivers may leave empty | 16:16 |
*** code-R has joined #openstack-nova | 16:16 | |
*** jaosorior has quit IRC | 16:16 | |
*** mvk has quit IRC | 16:17 | |
artom | danpb, your out-of-sync argument is similar to BobBall_'s single source of truth thing, so that's clearly something I need to re-think :) | 16:17 |
openstackgerrit | Chris Dent proposed openstack/nova: Add {get_,set_}aggregates to objects.ResourceProvider https://review.openstack.org/355263 | 16:17 |
danpb | artom: as mentioned in the spec, i think you need to more clearly define the problem | 16:18 |
mdbooth | danpb: We were discussing this the other week: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104617.html | 16:18 |
*** anush_ has joined #openstack-nova | 16:18 | |
danpb | artom: as i don't think the real problem implies need for the DB | 16:18 |
artom | And yeah, when you put the RPC parameter that way, there's clearly a parallel between the database providing a place to shove blobs that some drivers use and some don't to RPC providing parameters that some drivers use and some don't. | 16:18 |
*** thomasem has joined #openstack-nova | 16:18 | |
danpb | mdbooth: yes, exactly | 16:19 |
mdbooth | danpb: Oh, is that what you were talking to artom about? | 16:19 |
*** thomasem has left #openstack-nova | 16:19 | |
danpb | mdbooth: this is the same thing, but dealing with one further edge case, which is evacuate/resize | 16:19 |
mdbooth | If so, that's a complete coincidence | 16:19 |
danpb | mdbooth: where the new VM is on a different host, and so we don't immediately have the persistent XML availavble | 16:19 |
* mdbooth scrolls back | 16:19 | |
*** sudipto_ has quit IRC | 16:19 | |
danpb | mdbooth: IMHO, we merely need to have a way to copy across the libvirt persistent XML to deal with that | 16:19 |
*** sudipto has quit IRC | 16:19 | |
mdbooth | danpb: I think that's the only situation where we're screwed, right? | 16:20 |
mdbooth | Oh, or that | 16:20 |
artom | mdbooth, we're talking about https://review.openstack.org/#/c/377806/1/specs/ocata/approved/virt-driver-private-storage.rst | 16:20 |
mdbooth | Just persist the whole domain xml in nova? | 16:20 |
artom | And I completely missed your message list post. | 16:20 |
mdbooth | artom: I posted it about 2 mins ago :) | 16:20 |
*** sudipto has joined #openstack-nova | 16:20 | |
mdbooth | artom: I forgive you | 16:20 |
artom | mdbooth, and there you went making me feel all guilty | 16:20 |
*** sudipto_ has joined #openstack-nova | 16:20 | |
danpb | mdbooth: persisting it in nova just creates extra pain for you | 16:20 |
danpb | if libvirt contains the persistent xml, then when hotplugging you can tell libvirt to update the live + persistent xml | 16:21 |
openstackgerrit | Chris Dent proposed openstack/nova: Implement get and set aggregates in the placement API https://review.openstack.org/357993 | 16:21 |
*** nkrinner is now known as nkrinner_afk | 16:21 | |
edleafe | cdent: saw your comment. That makes sense, but geez the naming is confusing. | 16:21 |
danpb | if persistent xml is in nova, then you have to deal with xml munging yourself which is extra error prone work you've just created | 16:21 |
mdbooth | danpb: I think evacuate is the only edge case here, right? | 16:21 |
mdbooth | If you're evacuating, I don't think starting again fresh is unreasonable | 16:22 |
cdent | edleafe: yeah, I'm having a hard time keeping my head straight with too many buns in the oven, so if you've got some ideas, feel free to just change it. | 16:22 |
mdbooth | danpb: I specifically call out evacuate in that mail as the only situation we expect to lose context. | 16:22 |
edleafe | cdent: will do, but I doubt I'll have any time today to work on it. | 16:23 |
danpb | mdbooth: iirc, resize restarts on separate host | 16:23 |
mdbooth | danpb: It does, but it still has context | 16:23 |
danpb | but that's essentially same problemspace as evacuate, so same solution would apply | 16:23 |
cdent | edleafe: no worries, i'm about ready to expire for today and will probably be on other stuff tomorrow | 16:23 |
mdbooth | No, it's different, because the source is still available | 16:23 |
mdbooth | We can get the existing domain xml from the source and copy it to the target. | 16:24 |
mdbooth | Then mess with it. | 16:24 |
*** trisq has quit IRC | 16:24 | |
artom | mdbooth, hrmm, so wouldn't evacuate be an argument for the database? If the source is no longer available, do we still have access to the XML? | 16:24 |
mdbooth | artom: It's the edge case. I think you can either concede that you lost your host and you're rebuilding. | 16:25 |
mdbooth | Unless you have remote storage this is absolutely true, btw, because you also lost your storage. | 16:25 |
mdbooth | I think we could store it in the db, we just have to remember to refetch it from libvirt every time we changed it. | 16:25 |
*** baoli_ has quit IRC | 16:26 | |
mdbooth | danpb artom: I was wondering if there was interest in a separate libvirt sub-team. | 16:26 |
artom | mdbooth, yeah, sync is definitely an issue - the question becomes 'is it worth it for the evacuate edge case?' | 16:26 |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Improve help text for network options. https://review.openstack.org/341203 | 16:26 |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Improve help text for ldap_dns_opts https://review.openstack.org/341984 | 16:26 |
mdbooth | The live-migration team is very active in the libvirt driver, but they're far from the only actor. We could use some cross-talk. | 16:27 |
artom | Now, our super-secret downstream partner would obviously say 'yes it is', but we're here thinking with our upstream hats :D | 16:27 |
*** rlrossit has joined #openstack-nova | 16:27 | |
artom | mdbooth, as an upstream sub-team? Personally I feel like I'm too all over the place and don't know enough to be a part of it, but... | 16:28 |
mdbooth | artom: Yeah, I'd prefer to argue in terms of project direction. | 16:28 |
mdbooth | artom: Yes, upstream sub-team. | 16:28 |
*** code-R has quit IRC | 16:29 | |
*** igordcar1 has quit IRC | 16:29 | |
mdbooth | Nobody knows enough about anything :) Lets not let that stop us. | 16:29 |
artom | I'll try to process all the feedback and come up with a new version of the spec... | 16:29 |
*** igordcard has joined #openstack-nova | 16:29 | |
artom | mdbooth, sweet, I nominate myself for World President. | 16:29 |
mdbooth | artom: So my proposal in that ML post would obsolete 3 specs that I currently know of, including one of mine. | 16:30 |
artom | Planned obsolescence is the way to mucho $$, so congrats :d | 16:30 |
mdbooth | artom: If you or danpb have any feedback on that on the ML I'd be grateful to hear it. | 16:31 |
*** ekarlso_ has quit IRC | 16:31 | |
artom | mdbooth, sure, I'll re-read more slowly and see if I have anything constructive to add | 16:32 |
*** annegentle has quit IRC | 16:32 | |
mdbooth | artom: I suspect, though, that it's very similar to your spec | 16:32 |
*** rlrossit has quit IRC | 16:32 | |
*** vladikr has quit IRC | 16:32 | |
mdbooth | Which I will also read :) | 16:32 |
*** zz_dimtruck is now known as dimtruck | 16:33 | |
openstackgerrit | John Garbutt proposed openstack/nova-specs: Add spec to use Cinder's new attachment APIs https://review.openstack.org/373203 | 16:33 |
danpb | mdbooth: i'd suggest you just create a spec for fixing the libvirt driver to honour persistent XML | 16:33 |
*** kylek3h_ has joined #openstack-nova | 16:34 | |
*** tonytan_brb has joined #openstack-nova | 16:34 | |
*** burgerk_ has joined #openstack-nova | 16:34 | |
mdbooth | danpb: That requires slightly more structured thought, and therefore time, that a ML post. If I get a ton of 'over my dead body' I will no not to bother :) | 16:34 |
mdbooth | know | 16:34 |
*** kaisers__ has joined #openstack-nova | 16:35 | |
*** david-lyle_ has joined #openstack-nova | 16:35 | |
mdbooth | danpb: But yes, of course. | 16:35 |
*** tongli_ has joined #openstack-nova | 16:35 | |
*** rfolco_ has joined #openstack-nova | 16:35 | |
*** abalutoiu_ has joined #openstack-nova | 16:35 | |
*** liangy_ has joined #openstack-nova | 16:35 | |
*** ababich1 has joined #openstack-nova | 16:36 | |
*** zhenguo_ has joined #openstack-nova | 16:36 | |
*** xek_ has joined #openstack-nova | 16:36 | |
*** zhenguo has quit IRC | 16:36 | |
*** ildikov has quit IRC | 16:36 | |
*** diga has quit IRC | 16:36 | |
*** haplo37__ has quit IRC | 16:36 | |
*** leifz has quit IRC | 16:36 | |
*** Cassowary has quit IRC | 16:36 | |
*** patrickeast has quit IRC | 16:36 | |
*** diga_ has joined #openstack-nova | 16:36 | |
*** hieulq__ has joined #openstack-nova | 16:36 | |
*** tanee has quit IRC | 16:36 | |
*** alaski has quit IRC | 16:36 | |
*** fmccrthy has quit IRC | 16:36 | |
*** diga_ is now known as diga | 16:36 | |
*** mtanin___ has joined #openstack-nova | 16:36 | |
*** shz has joined #openstack-nova | 16:36 | |
*** tblakes_ has joined #openstack-nova | 16:36 | |
*** egarbade- has quit IRC | 16:36 | |
*** tblakes has quit IRC | 16:36 | |
*** brad[] has quit IRC | 16:36 | |
*** armax has quit IRC | 16:36 | |
*** rtheis has quit IRC | 16:36 | |
*** ltomasbo has quit IRC | 16:36 | |
*** dansmith has quit IRC | 16:36 | |
*** thorst has quit IRC | 16:37 | |
*** haplo37 has quit IRC | 16:37 | |
*** toure_brno has quit IRC | 16:37 | |
*** marst has quit IRC | 16:37 | |
*** kylek3h has quit IRC | 16:37 | |
*** jaypipes has quit IRC | 16:37 | |
*** aswadr_ has quit IRC | 16:37 | |
*** anush_ has quit IRC | 16:37 | |
*** hieulq_ has quit IRC | 16:37 | |
*** artom has quit IRC | 16:37 | |
*** jlvillal has quit IRC | 16:37 | |
*** derekh has quit IRC | 16:37 | |
*** kevinz has quit IRC | 16:37 | |
*** lxsli has quit IRC | 16:37 | |
*** Kimmo__ has joined #openstack-nova | 16:37 | |
*** hoangcx has quit IRC | 16:37 | |
*** pilgrimstack1 has joined #openstack-nova | 16:37 | |
*** doffm has joined #openstack-nova | 16:37 | |
*** salv-orlando has quit IRC | 16:37 | |
*** Kimmo_ has quit IRC | 16:37 | |
*** John341 has quit IRC | 16:37 | |
*** ababich has quit IRC | 16:37 | |
*** lpetrut has quit IRC | 16:37 | |
*** John341_ has joined #openstack-nova | 16:37 | |
*** abalutoiu has quit IRC | 16:37 | |
*** david-lyle has quit IRC | 16:37 | |
*** kragniz has quit IRC | 16:37 | |
*** jlk` has joined #openstack-nova | 16:37 | |
*** mriedem_meeting has quit IRC | 16:37 | |
*** serverascode has quit IRC | 16:37 | |
*** pkoniszewski has quit IRC | 16:37 | |
*** stevemar has quit IRC | 16:37 | |
*** andrewbogott has quit IRC | 16:37 | |
*** anush has quit IRC | 16:37 | |
*** jlk has quit IRC | 16:37 | |
*** hoangcx2 has joined #openstack-nova | 16:37 | |
*** nkrinner_afk has quit IRC | 16:37 | |
*** mrhillsman has quit IRC | 16:37 | |
*** mfisch has quit IRC | 16:37 | |
*** Vek has quit IRC | 16:37 | |
*** clarkb has quit IRC | 16:37 | |
*** alineb has quit IRC | 16:37 | |
*** vipul has quit IRC | 16:37 | |
*** cfriesen_ has joined #openstack-nova | 16:37 | |
*** stevemar has joined #openstack-nova | 16:37 | |
*** rtheis_ has joined #openstack-nova | 16:37 | |
*** keekz has quit IRC | 16:37 | |
*** niedbalski has quit IRC | 16:37 | |
*** Jeffrey4l has quit IRC | 16:37 | |
*** acabot has quit IRC | 16:37 | |
*** cybojanek has quit IRC | 16:37 | |
*** tojuvone has quit IRC | 16:37 | |
*** med_ has quit IRC | 16:37 | |
*** whenry has quit IRC | 16:37 | |
*** rrecio_ has quit IRC | 16:37 | |
*** bkopilov has quit IRC | 16:37 | |
*** claudiub has quit IRC | 16:37 | |
*** gcb has quit IRC | 16:37 | |
*** Guest45014 has quit IRC | 16:37 | |
*** coreywright has quit IRC | 16:37 | |
*** jdillaman has quit IRC | 16:37 | |
*** migi has quit IRC | 16:37 | |
*** snikitin has quit IRC | 16:37 | |
*** raj_singh has quit IRC | 16:37 | |
*** hemanthm|trainin has quit IRC | 16:37 | |
*** liangy has quit IRC | 16:37 | |
*** alaski_ has joined #openstack-nova | 16:37 | |
*** nic has quit IRC | 16:37 | |
*** rfolco has quit IRC | 16:37 | |
*** kaisers_ has quit IRC | 16:37 | |
*** krtaylor has quit IRC | 16:37 | |
*** umbSublime_ has quit IRC | 16:37 | |
*** code-R has joined #openstack-nova | 16:37 | |
*** sahid has quit IRC | 16:37 | |
*** rcarrillocruz has quit IRC | 16:37 | |
*** alee_ has quit IRC | 16:37 | |
*** dosaboy has quit IRC | 16:37 | |
*** mikal has quit IRC | 16:37 | |
*** jgriffith has quit IRC | 16:37 | |
*** lennyb has quit IRC | 16:37 | |
*** tblakes_ is now known as tblakes | 16:37 | |
*** hoonetorg has quit IRC | 16:37 | |
*** mnaser has quit IRC | 16:37 | |
*** paul-carlton2 has quit IRC | 16:37 | |
*** devananda has quit IRC | 16:37 | |
*** BobBall_ has quit IRC | 16:37 | |
*** Cassowary has joined #openstack-nova | 16:37 | |
*** mnaser has joined #openstack-nova | 16:37 | |
*** pilgrimstack2 has joined #openstack-nova | 16:37 | |
*** mnaser has quit IRC | 16:37 | |
*** mnaser has joined #openstack-nova | 16:37 | |
*** alee_ has joined #openstack-nova | 16:37 | |
*** dmellado has quit IRC | 16:37 | |
*** TravT has quit IRC | 16:37 | |
*** nkrinner_afk has joined #openstack-nova | 16:37 | |
*** umbSublime_ has joined #openstack-nova | 16:37 | |
*** cfriesen has quit IRC | 16:37 | |
*** raunak has quit IRC | 16:38 | |
*** burgerk has quit IRC | 16:38 | |
*** mtanino has quit IRC | 16:38 | |
*** tongli has quit IRC | 16:38 | |
*** anteaya has quit IRC | 16:38 | |
*** avolkov has quit IRC | 16:38 | |
*** sahid_ has joined #openstack-nova | 16:38 | |
*** smatzek_ has joined #openstack-nova | 16:38 | |
*** GB21 has quit IRC | 16:38 | |
*** smatzek_ has quit IRC | 16:38 | |
*** smatzek_ has joined #openstack-nova | 16:38 | |
*** alaski_ is now known as alaski | 16:38 | |
*** smatzek has quit IRC | 16:38 | |
*** liusheng has quit IRC | 16:38 | |
*** sileht has quit IRC | 16:38 | |
*** aunnam has quit IRC | 16:38 | |
*** clayton has quit IRC | 16:38 | |
*** Madasi has quit IRC | 16:38 | |
*** krtaylor has joined #openstack-nova | 16:38 | |
*** migi has joined #openstack-nova | 16:38 | |
*** eharney has quit IRC | 16:38 | |
*** gouthamr has quit IRC | 16:38 | |
*** nherciu_ has quit IRC | 16:38 | |
*** leifz has joined #openstack-nova | 16:38 | |
*** sudipto has quit IRC | 16:38 | |
*** pilgrimstack has quit IRC | 16:38 | |
*** jaypipes has joined #openstack-nova | 16:38 | |
*** anteaya has joined #openstack-nova | 16:38 | |
*** kaisers1 has joined #openstack-nova | 16:38 | |
*** hoonetorg has joined #openstack-nova | 16:38 | |
*** zzzeek has quit IRC | 16:38 | |
*** tonytan4ever has quit IRC | 16:38 | |
*** another_larsks has quit IRC | 16:38 | |
*** doffm_ has quit IRC | 16:38 | |
*** irenab_ has joined #openstack-nova | 16:38 | |
*** kaisers has quit IRC | 16:38 | |
*** lpetrut1 has joined #openstack-nova | 16:38 | |
*** jlvillal_ has joined #openstack-nova | 16:38 | |
*** artom_ has joined #openstack-nova | 16:38 | |
*** pkoniszewski has joined #openstack-nova | 16:38 | |
*** irenab has quit IRC | 16:38 | |
*** shihanzhang has quit IRC | 16:38 | |
*** bdeschenes has quit IRC | 16:38 | |
*** xek has quit IRC | 16:38 | |
*** irenab_ is now known as irenab | 16:38 | |
*** rrecio has joined #openstack-nova | 16:38 | |
*** avolkov` has joined #openstack-nova | 16:38 | |
*** anush__ has joined #openstack-nova | 16:38 | |
*** dmellado has joined #openstack-nova | 16:38 | |
*** lennyb has joined #openstack-nova | 16:38 | |
*** derekh has joined #openstack-nova | 16:38 | |
*** links has quit IRC | 16:38 | |
*** dgonzalez has quit IRC | 16:38 | |
*** hwoarang_ has quit IRC | 16:38 | |
*** lpetrut1 is now known as lpetrut | 16:38 | |
*** diablo_rojo has quit IRC | 16:38 | |
*** jheroux has quit IRC | 16:38 | |
*** lxsli has joined #openstack-nova | 16:38 | |
*** toure has joined #openstack-nova | 16:38 | |
*** hwoarang has joined #openstack-nova | 16:38 | |
*** ltomasbo has joined #openstack-nova | 16:38 | |
*** clarkb has joined #openstack-nova | 16:38 | |
*** kragniz1 has joined #openstack-nova | 16:38 | |
*** code-R_ has joined #openstack-nova | 16:39 | |
*** hemanthm has joined #openstack-nova | 16:39 | |
*** sudipto has joined #openstack-nova | 16:39 | |
*** TravT has joined #openstack-nova | 16:39 | |
*** jgriffith has joined #openstack-nova | 16:39 | |
*** brad[]` has joined #openstack-nova | 16:39 | |
*** liusheng has joined #openstack-nova | 16:39 | |
*** jlvillal_ is now known as jlvillal | 16:39 | |
*** nherciu_ has joined #openstack-nova | 16:39 | |
*** rcarrillocruz has joined #openstack-nova | 16:39 | |
*** vipul has joined #openstack-nova | 16:39 | |
*** jlvillal is now known as Guest95477 | 16:39 | |
*** tanee has joined #openstack-nova | 16:40 | |
*** dansmith has joined #openstack-nova | 16:40 | |
*** mrhillsman has joined #openstack-nova | 16:40 | |
*** karlamrhein has quit IRC | 16:40 | |
*** zhenguo_ is now known as zhenguo | 16:40 | |
*** haplo37 has joined #openstack-nova | 16:40 | |
*** pilgrimstack1 has quit IRC | 16:41 | |
*** doffm has quit IRC | 16:41 | |
*** ircuser-1 has quit IRC | 16:41 | |
*** Apoorva has joined #openstack-nova | 16:41 | |
*** DuncanT has quit IRC | 16:41 | |
*** gouthamr has joined #openstack-nova | 16:41 | |
*** ducttape_ has joined #openstack-nova | 16:42 | |
*** code-R has quit IRC | 16:42 | |
*** mfisch has joined #openstack-nova | 16:42 | |
*** egarbade has joined #openstack-nova | 16:42 | |
*** mfisch has quit IRC | 16:42 | |
*** mfisch has joined #openstack-nova | 16:42 | |
*** mikal has joined #openstack-nova | 16:42 | |
*** doffm has joined #openstack-nova | 16:42 | |
*** dimtruck is now known as zz_dimtruck | 16:43 | |
*** rtheis has joined #openstack-nova | 16:44 | |
*** smatzek__ has joined #openstack-nova | 16:44 | |
*** shihanzhang has joined #openstack-nova | 16:44 | |
*** larsks has joined #openstack-nova | 16:44 | |
*** yamahata has joined #openstack-nova | 16:44 | |
*** dosaboy has joined #openstack-nova | 16:44 | |
*** ildikov has joined #openstack-nova | 16:44 | |
*** dgonzalez has joined #openstack-nova | 16:45 | |
*** TravT_ has joined #openstack-nova | 16:45 | |
*** Apoorva_ has joined #openstack-nova | 16:45 | |
*** apuimedo has quit IRC | 16:45 | |
*** clayton has joined #openstack-nova | 16:46 | |
*** anush has joined #openstack-nova | 16:46 | |
*** toabctl_ has joined #openstack-nova | 16:46 | |
*** sudswas__ has joined #openstack-nova | 16:46 | |
*** yamahata has quit IRC | 16:46 | |
*** Guest66676 has quit IRC | 16:46 | |
*** rrecio_ has joined #openstack-nova | 16:46 | |
*** alex_xu has quit IRC | 16:46 | |
*** grumpycatt has quit IRC | 16:46 | |
*** hemanthm has quit IRC | 16:46 | |
*** vipul has quit IRC | 16:46 | |
*** lxsli has quit IRC | 16:46 | |
*** grumpycatt has joined #openstack-nova | 16:46 | |
*** kaisers has joined #openstack-nova | 16:46 | |
*** tblakes_ has joined #openstack-nova | 16:46 | |
*** cburgess_ has joined #openstack-nova | 16:46 | |
*** nherciu__ has joined #openstack-nova | 16:47 | |
*** lennyb has quit IRC | 16:47 | |
*** mnaser has quit IRC | 16:47 | |
*** irenab_ has joined #openstack-nova | 16:47 | |
*** lxsli0 has joined #openstack-nova | 16:47 | |
*** rhagarty_ has joined #openstack-nova | 16:47 | |
*** rhagarty_ has quit IRC | 16:47 | |
*** rhagarty_ has joined #openstack-nova | 16:47 | |
*** hoangcx2 has quit IRC | 16:47 | |
*** cburgess has quit IRC | 16:47 | |
*** hemanthm_ has joined #openstack-nova | 16:47 | |
*** mtanino has joined #openstack-nova | 16:47 | |
*** niedbalski has joined #openstack-nova | 16:47 | |
*** cfriesen_ has quit IRC | 16:47 | |
*** BlackDex has quit IRC | 16:47 | |
*** sudipto has quit IRC | 16:47 | |
*** pilgrimstack2 has quit IRC | 16:47 | |
*** sfinucan has quit IRC | 16:47 | |
*** liusheng has quit IRC | 16:47 | |
*** ljxiash has quit IRC | 16:47 | |
*** slaweq_ has quit IRC | 16:47 | |
*** derekh has quit IRC | 16:47 | |
*** mtanino has quit IRC | 16:47 | |
*** mtanino has joined #openstack-nova | 16:47 | |
*** TravT has quit IRC | 16:47 | |
*** jlk` has quit IRC | 16:47 | |
*** alee_ has quit IRC | 16:47 | |
*** sdague has quit IRC | 16:47 | |
*** rbradfor has quit IRC | 16:47 | |
*** tanee_ has joined #openstack-nova | 16:47 | |
*** mfisch` has joined #openstack-nova | 16:47 | |
*** nherciu_ has quit IRC | 16:47 | |
*** jgriffith has quit IRC | 16:47 | |
*** hoangcx has joined #openstack-nova | 16:47 | |
*** rbradfor has joined #openstack-nova | 16:47 | |
*** Madasi has joined #openstack-nova | 16:47 | |
*** toure_ has joined #openstack-nova | 16:47 | |
*** abalutoiu_ has quit IRC | 16:47 | |
*** _oanson has quit IRC | 16:47 | |
*** hieulq has quit IRC | 16:47 | |
*** dmellado_ has joined #openstack-nova | 16:47 | |
*** kaisers2 has quit IRC | 16:47 | |
*** tblakes has quit IRC | 16:47 | |
*** toabctl has quit IRC | 16:48 | |
*** FL1SK has quit IRC | 16:48 | |
*** ducttape_ has quit IRC | 16:48 | |
*** rtheis_ has quit IRC | 16:48 | |
*** fyxim has quit IRC | 16:48 | |
*** lpetrut1 has joined #openstack-nova | 16:48 | |
*** gouthamr has quit IRC | 16:48 | |
*** tanee has quit IRC | 16:48 | |
*** shz has quit IRC | 16:48 | |
*** briancurtin has quit IRC | 16:48 | |
*** artom__ has joined #openstack-nova | 16:48 | |
*** BlackDex_ has joined #openstack-nova | 16:48 | |
*** Apoorva has quit IRC | 16:48 | |
*** mrhillsman has quit IRC | 16:48 | |
*** mtanin___ has quit IRC | 16:48 | |
*** ayoung has quit IRC | 16:48 | |
*** jamielennox has quit IRC | 16:48 | |
*** ayoung has joined #openstack-nova | 16:48 | |
*** toabctl_ is now known as toabctl | 16:48 | |
*** Hazelesque has quit IRC | 16:48 | |
*** keekz has joined #openstack-nova | 16:48 | |
*** keekz has quit IRC | 16:48 | |
*** zzzeek has joined #openstack-nova | 16:48 | |
*** dansmith has quit IRC | 16:48 | |
*** irenab has quit IRC | 16:48 | |
*** lpetrut has quit IRC | 16:48 | |
*** alex_xu_ has joined #openstack-nova | 16:48 | |
*** gouthamr_ has joined #openstack-nova | 16:48 | |
*** mfisch has quit IRC | 16:48 | |
*** toure has quit IRC | 16:48 | |
*** brad[]` has quit IRC | 16:48 | |
*** kragniz1 has quit IRC | 16:48 | |
*** rrecio has quit IRC | 16:48 | |
*** Guest95477 has quit IRC | 16:48 | |
*** rhagarty__ has quit IRC | 16:48 | |
*** rmk` has joined #openstack-nova | 16:48 | |
*** dansmith has joined #openstack-nova | 16:48 | |
*** artom_ has quit IRC | 16:48 | |
*** alex_xu_ has quit IRC | 16:48 | |
*** alex_xu_ has joined #openstack-nova | 16:48 | |
*** alee_ has joined #openstack-nova | 16:48 | |
*** irenab_ is now known as irenab | 16:48 | |
*** abalutoiu_ has joined #openstack-nova | 16:48 | |
*** tblakes_ is now known as tblakes | 16:48 | |
*** dmellado has quit IRC | 16:48 | |
*** logan- has quit IRC | 16:48 | |
*** rmk has quit IRC | 16:48 | |
*** cfriesen__ has joined #openstack-nova | 16:48 | |
*** rcarrillocruz has quit IRC | 16:48 | |
*** yamahata has joined #openstack-nova | 16:48 | |
*** haplo37- has joined #openstack-nova | 16:48 | |
*** anteaya has quit IRC | 16:48 | |
*** smatzek_ has quit IRC | 16:48 | |
*** anush__ has quit IRC | 16:48 | |
*** med_ has joined #openstack-nova | 16:48 | |
*** lpetrut1 is now known as lpetrut | 16:48 | |
*** rmk` is now known as rmk | 16:48 | |
*** rmk has quit IRC | 16:48 | |
*** rmk has joined #openstack-nova | 16:48 | |
*** dansmith is now known as Guest3747 | 16:48 | |
*** hieulq has joined #openstack-nova | 16:48 | |
*** med_ is now known as Guest44064 | 16:48 | |
*** fmccrthy has joined #openstack-nova | 16:48 | |
*** ljxiash has joined #openstack-nova | 16:48 | |
*** jamielennox has joined #openstack-nova | 16:48 | |
*** bkopilov has joined #openstack-nova | 16:49 | |
*** rcarrillocruz has joined #openstack-nova | 16:49 | |
*** jlk has joined #openstack-nova | 16:49 | |
*** jlk has joined #openstack-nova | 16:49 | |
*** keekz_ has joined #openstack-nova | 16:49 | |
*** snikitin has joined #openstack-nova | 16:49 | |
*** acabot has joined #openstack-nova | 16:49 | |
*** Guest45014 has joined #openstack-nova | 16:49 | |
*** kragniz1 has joined #openstack-nova | 16:49 | |
*** Hazelesque has joined #openstack-nova | 16:49 | |
*** unicell has quit IRC | 16:49 | |
*** jgriffith has joined #openstack-nova | 16:49 | |
*** Guest3203 is now known as melwitt | 16:49 | |
*** vipul has joined #openstack-nova | 16:49 | |
*** FL1SK has joined #openstack-nova | 16:50 | |
*** liusheng has joined #openstack-nova | 16:50 | |
*** thorst has joined #openstack-nova | 16:50 | |
*** lennyb has joined #openstack-nova | 16:50 | |
*** brad[] has joined #openstack-nova | 16:50 | |
*** GB21 has joined #openstack-nova | 16:50 | |
*** sfinucan has joined #openstack-nova | 16:50 | |
*** cdelatte has quit IRC | 16:50 | |
*** eharney has joined #openstack-nova | 16:50 | |
*** anteaya has joined #openstack-nova | 16:50 | |
*** aunnam has joined #openstack-nova | 16:51 | |
*** cdelatte has joined #openstack-nova | 16:51 | |
*** paul-carlton2 has joined #openstack-nova | 16:51 | |
*** jheroux has joined #openstack-nova | 16:51 | |
*** gcb has joined #openstack-nova | 16:51 | |
*** codebauss has joined #openstack-nova | 16:51 | |
*** links has joined #openstack-nova | 16:51 | |
*** sileht has joined #openstack-nova | 16:51 | |
*** jianghuaw has quit IRC | 16:51 | |
*** jklare has quit IRC | 16:51 | |
*** diablo_rojo has joined #openstack-nova | 16:51 | |
*** whenry has joined #openstack-nova | 16:51 | |
Guest3747 | mriedem_meeting: I think derekh's issue is that sometimes we don't delete things like instance_extra, and the archive process is too dumb to know that we should nuke those things if the instance is deleted | 16:52 |
*** codebauss is now known as mrhillsman | 16:52 | |
*** jdillaman has joined #openstack-nova | 16:52 | |
*** Guest3747 is now known as dansmith | 16:52 | |
*** devananda has joined #openstack-nova | 16:53 | |
*** jianghuaw has joined #openstack-nova | 16:53 | |
*** logan- has joined #openstack-nova | 16:54 | |
*** patrickeast has joined #openstack-nova | 16:54 | |
*** keekz_ is now known as keekz | 16:54 | |
*** apuimedo has joined #openstack-nova | 16:54 | |
*** niedbalski has quit IRC | 16:54 | |
*** niedbalski has joined #openstack-nova | 16:54 | |
*** cybojanek has joined #openstack-nova | 16:55 | |
*** hieulq__ has quit IRC | 16:56 | |
*** jlvillal has joined #openstack-nova | 16:56 | |
*** jlvillal has quit IRC | 16:56 | |
*** jlvillal has joined #openstack-nova | 16:57 | |
*** raunak has joined #openstack-nova | 16:57 | |
*** Guest66666 has joined #openstack-nova | 16:57 | |
*** jklare has joined #openstack-nova | 16:58 | |
*** annegentle has joined #openstack-nova | 16:58 | |
*** sdague has joined #openstack-nova | 16:58 | |
*** mriedem has joined #openstack-nova | 16:58 | |
*** salv-orlando has joined #openstack-nova | 16:59 | |
*** BobBall has joined #openstack-nova | 16:59 | |
*** browne has joined #openstack-nova | 16:59 | |
*** BobBall is now known as Guest75624 | 17:00 | |
*** _oanson has joined #openstack-nova | 17:00 | |
*** slaweq_ has joined #openstack-nova | 17:00 | |
*** artom__ has quit IRC | 17:00 | |
*** ducttape_ has joined #openstack-nova | 17:01 | |
*** Apoorva has joined #openstack-nova | 17:01 | |
*** artom has joined #openstack-nova | 17:02 | |
*** andrewbogott has joined #openstack-nova | 17:03 | |
*** raj_singh has joined #openstack-nova | 17:03 | |
*** armax has joined #openstack-nova | 17:03 | |
*** ircuser-1 has joined #openstack-nova | 17:03 | |
*** mnaser has joined #openstack-nova | 17:04 | |
*** Apoorva_ has quit IRC | 17:04 | |
*** anush_ has joined #openstack-nova | 17:06 | |
*** abalutoiu_ is now known as abalutoiu | 17:06 | |
*** ducttape_ has quit IRC | 17:06 | |
mriedem | dansmith: ha http://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/535d62c/logs/devstack-gate-post_test_hook.txt.gz | 17:07 |
*** anush has quit IRC | 17:07 | |
mriedem | so i guess that job doesn't actually run devstack | 17:07 |
mriedem | but at least it shows it running the hook | 17:07 |
*** nherciu_ has joined #openstack-nova | 17:08 | |
*** irenab_ has joined #openstack-nova | 17:09 | |
*** ljxiash_ has joined #openstack-nova | 17:09 | |
*** lamt has joined #openstack-nova | 17:09 | |
mriedem | the hook should be called here http://logs.openstack.org/13/377113/4/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/335a8c8/console.html#_2016-09-27_15_56_42_835812 | 17:09 |
openstackgerrit | Daniel Berrange proposed openstack/nova: libvirt: pick future min libvirt/qemu versions https://review.openstack.org/377923 | 17:09 |
*** Apoorva_ has joined #openstack-nova | 17:10 | |
*** abalutoiu__ has joined #openstack-nova | 17:10 | |
*** jgriffith_ has joined #openstack-nova | 17:10 | |
openstackgerrit | Daniel Berrange proposed openstack/nova: libvirt: pick future min libvirt/qemu versions https://review.openstack.org/377923 | 17:10 |
*** tblakes has quit IRC | 17:10 | |
*** cdelatte has quit IRC | 17:10 | |
*** kaisers has quit IRC | 17:10 | |
*** code-R_ has quit IRC | 17:10 | |
*** GB21 has quit IRC | 17:10 | |
*** acabot has quit IRC | 17:10 | |
*** Guest44064 has quit IRC | 17:10 | |
*** kaisers2 has joined #openstack-nova | 17:10 | |
*** acabot has joined #openstack-nova | 17:11 | |
*** tanee_ has quit IRC | 17:11 | |
*** nherciu__ has quit IRC | 17:11 | |
*** thorst_ has joined #openstack-nova | 17:11 | |
*** hoangcx has quit IRC | 17:11 | |
*** jgriffith has quit IRC | 17:11 | |
*** belliott has quit IRC | 17:11 | |
*** apuimedo has quit IRC | 17:11 | |
*** logan- has quit IRC | 17:11 | |
*** stevemar has quit IRC | 17:11 | |
*** woodster_ has quit IRC | 17:11 | |
*** tomhambleton has quit IRC | 17:11 | |
*** pumaranikar has quit IRC | 17:11 | |
*** stevemar has joined #openstack-nova | 17:11 | |
*** belliott_ has joined #openstack-nova | 17:11 | |
*** artom_ has joined #openstack-nova | 17:11 | |
*** ircuser-1 has quit IRC | 17:11 | |
*** delattec has joined #openstack-nova | 17:11 | |
*** raunak_ has joined #openstack-nova | 17:11 | |
*** mtanino__ has joined #openstack-nova | 17:11 | |
*** andrewbogott has quit IRC | 17:11 | |
*** sdague has quit IRC | 17:11 | |
*** patrickeast has quit IRC | 17:11 | |
*** dmellado_ has quit IRC | 17:11 | |
*** alaski has quit IRC | 17:11 | |
*** mtanino__ has quit IRC | 17:11 | |
*** mtanino__ has joined #openstack-nova | 17:11 | |
*** lpetrut1 has joined #openstack-nova | 17:11 | |
*** mnaser has quit IRC | 17:11 | |
*** abalutoiu has quit IRC | 17:11 | |
*** rbradfor has quit IRC | 17:11 | |
*** rhagarty_ has quit IRC | 17:11 | |
*** lxsli0 has quit IRC | 17:11 | |
*** John341_ has quit IRC | 17:11 | |
*** mdrabe has quit IRC | 17:11 | |
*** cfriesen has joined #openstack-nova | 17:11 | |
*** GB21 has joined #openstack-nova | 17:11 | |
*** sahid has joined #openstack-nova | 17:11 | |
*** ayoung_ has joined #openstack-nova | 17:11 | |
*** bvanhav_ has joined #openstack-nova | 17:11 | |
*** annegentle has quit IRC | 17:11 | |
*** jheroux has quit IRC | 17:11 | |
*** eharney has quit IRC | 17:11 | |
*** liusheng has quit IRC | 17:11 | |
*** bkopilov has quit IRC | 17:11 | |
*** mtanino has quit IRC | 17:11 | |
*** pumaranikar has joined #openstack-nova | 17:11 | |
*** sfinucan has quit IRC | 17:11 | |
*** thorst has quit IRC | 17:11 | |
*** dansmith has quit IRC | 17:11 | |
*** links has quit IRC | 17:11 | |
*** jlk has quit IRC | 17:11 | |
*** gouthamr_ has quit IRC | 17:11 | |
*** keekz_ has joined #openstack-nova | 17:11 | |
*** gopenshaw has quit IRC | 17:11 | |
*** jhesketh has quit IRC | 17:12 | |
*** Guest45014 has quit IRC | 17:12 | |
*** lpetrut has quit IRC | 17:12 | |
*** irenab has quit IRC | 17:12 | |
*** whenry has quit IRC | 17:12 | |
*** paul-carlton2 has quit IRC | 17:12 | |
*** jamielennox has quit IRC | 17:12 | |
*** ayoung has quit IRC | 17:12 | |
*** irenab_ is now known as irenab | 17:12 | |
*** Guest66666 has quit IRC | 17:12 | |
*** lpetrut1 is now known as lpetrut | 17:12 | |
*** lxsli0 has joined #openstack-nova | 17:12 | |
*** abalutoiu__ is now known as abalutoiu | 17:12 | |
*** jraju has joined #openstack-nova | 17:12 | |
*** eharney has joined #openstack-nova | 17:12 | |
*** jklare has quit IRC | 17:12 | |
*** keekz has quit IRC | 17:12 | |
*** Hazelesque has quit IRC | 17:12 | |
*** cfriesen__ has quit IRC | 17:12 | |
*** clarkb has quit IRC | 17:12 | |
*** code-R has joined #openstack-nova | 17:12 | |
*** jklare has joined #openstack-nova | 17:12 | |
*** yassine__ has joined #openstack-nova | 17:12 | |
*** clarkb has joined #openstack-nova | 17:12 | |
*** ljxiash has quit IRC | 17:12 | |
*** sahid_ has quit IRC | 17:12 | |
*** bvanhav has quit IRC | 17:12 | |
*** tblakes_ has joined #openstack-nova | 17:12 | |
*** gopenshaw_ has joined #openstack-nova | 17:12 | |
*** armax has quit IRC | 17:12 | |
*** artom has quit IRC | 17:12 | |
*** devananda has quit IRC | 17:12 | |
*** paul-carlton has joined #openstack-nova | 17:12 | |
*** bkopilov_ has joined #openstack-nova | 17:12 | |
*** gouthamr has joined #openstack-nova | 17:12 | |
*** jgriffith_ is now known as jgriffith | 17:12 | |
*** jheroux has joined #openstack-nova | 17:12 | |
*** _oanson has quit IRC | 17:12 | |
*** Apoorva has quit IRC | 17:12 | |
*** raunak has quit IRC | 17:12 | |
*** raunak_ is now known as raunak | 17:12 | |
*** liusheng has joined #openstack-nova | 17:12 | |
*** ircuser-1 has joined #openstack-nova | 17:12 | |
*** tonytan_brb has quit IRC | 17:12 | |
*** apuimedo_ has joined #openstack-nova | 17:12 | |
*** rbradfor has joined #openstack-nova | 17:12 | |
*** _oanson has joined #openstack-nova | 17:12 | |
*** dmellado has joined #openstack-nova | 17:12 | |
*** Hazelesque has joined #openstack-nova | 17:12 | |
*** logan- has joined #openstack-nova | 17:12 | |
*** jlk has joined #openstack-nova | 17:12 | |
*** jlk has joined #openstack-nova | 17:12 | |
*** apuimedo_ is now known as apuimedo | 17:12 | |
*** tblakes_ is now known as tblakes | 17:13 | |
*** sfinucan has joined #openstack-nova | 17:13 | |
*** hshiina has quit IRC | 17:13 | |
*** dansmith has joined #openstack-nova | 17:13 | |
*** sdague has joined #openstack-nova | 17:13 | |
*** whenry has joined #openstack-nova | 17:13 | |
*** tanee has joined #openstack-nova | 17:13 | |
*** jhesketh has joined #openstack-nova | 17:13 | |
*** alaski has joined #openstack-nova | 17:14 | |
*** jamielennox has joined #openstack-nova | 17:14 | |
*** kragniz1 is now known as kragniz | 17:15 | |
*** hoangcx has joined #openstack-nova | 17:15 | |
*** Guest66666 has joined #openstack-nova | 17:17 | |
*** harlowja has joined #openstack-nova | 17:17 | |
*** ircuser-1 has quit IRC | 17:17 | |
*** patrickeast has joined #openstack-nova | 17:17 | |
*** artom__ has joined #openstack-nova | 17:18 | |
*** ircuser-1 has joined #openstack-nova | 17:18 | |
*** gouthamr_ has joined #openstack-nova | 17:19 | |
*** mtanino has joined #openstack-nova | 17:19 | |
*** cdelatte has joined #openstack-nova | 17:20 | |
*** Shalmazar has joined #openstack-nova | 17:20 | |
*** armax has joined #openstack-nova | 17:20 | |
*** apuimedo_ has joined #openstack-nova | 17:20 | |
*** raunak_ has joined #openstack-nova | 17:20 | |
*** tanee_ has joined #openstack-nova | 17:21 | |
*** grumpycatt has quit IRC | 17:21 | |
*** grumpycatt has joined #openstack-nova | 17:21 | |
*** dmellado_ has joined #openstack-nova | 17:21 | |
*** haplo37_ has quit IRC | 17:21 | |
*** yhvh- has quit IRC | 17:21 | |
*** alex_xu has joined #openstack-nova | 17:21 | |
*** mikal_ has joined #openstack-nova | 17:21 | |
*** lpetrut has quit IRC | 17:21 | |
*** dmellado has quit IRC | 17:21 | |
*** stevemar has quit IRC | 17:21 | |
*** swamireddy_ has quit IRC | 17:21 | |
*** delattec has quit IRC | 17:21 | |
*** stevemar has joined #openstack-nova | 17:21 | |
*** cfriesen has quit IRC | 17:21 | |
*** leifz- has joined #openstack-nova | 17:21 | |
*** rodrigod` has joined #openstack-nova | 17:21 | |
*** rbradfor has quit IRC | 17:21 | |
*** ayoung_ has quit IRC | 17:21 | |
*** mtanino__ has quit IRC | 17:21 | |
*** artom_ has quit IRC | 17:21 | |
*** belliott_ has quit IRC | 17:21 | |
*** sileht has quit IRC | 17:21 | |
*** diegows has quit IRC | 17:21 | |
*** yhvh has joined #openstack-nova | 17:22 | |
*** harlowja_ has joined #openstack-nova | 17:22 | |
*** beekneemech has joined #openstack-nova | 17:22 | |
*** sneti_ has joined #openstack-nova | 17:22 | |
*** Guest66676 has joined #openstack-nova | 17:22 | |
*** leifz has quit IRC | 17:22 | |
*** alex_xu_ has quit IRC | 17:22 | |
*** BlackDex_ has quit IRC | 17:22 | |
*** leifz- is now known as leifz | 17:22 | |
*** FL1SK has quit IRC | 17:22 | |
*** zzzeek has quit IRC | 17:22 | |
*** krtaylor has quit IRC | 17:22 | |
*** harlowja has quit IRC | 17:22 | |
*** logan- has quit IRC | 17:22 | |
*** jheroux has quit IRC | 17:22 | |
*** raunak has quit IRC | 17:22 | |
*** raunak_ is now known as raunak | 17:22 | |
*** devananda has joined #openstack-nova | 17:22 | |
*** apuimedo has quit IRC | 17:22 | |
*** tanee has quit IRC | 17:22 | |
*** jklare has quit IRC | 17:22 | |
*** apuimedo_ is now known as apuimedo | 17:22 | |
*** clarkb has quit IRC | 17:22 | |
*** tblakes has quit IRC | 17:22 | |
*** mikal has quit IRC | 17:22 | |
*** cfriesen_ has joined #openstack-nova | 17:22 | |
*** bnemec has quit IRC | 17:22 | |
*** Guest66666 has quit IRC | 17:22 | |
*** bkopilov_ has quit IRC | 17:22 | |
*** paul-carlton has quit IRC | 17:22 | |
*** gouthamr has quit IRC | 17:22 | |
*** jianghuaw has quit IRC | 17:22 | |
*** yamahata has quit IRC | 17:22 | |
*** salv-orl_ has joined #openstack-nova | 17:22 | |
*** belliott has joined #openstack-nova | 17:22 | |
*** krtaylor has joined #openstack-nova | 17:22 | |
*** jklare has joined #openstack-nova | 17:22 | |
*** mlavalle1 has joined #openstack-nova | 17:22 | |
*** jjheroux has joined #openstack-nova | 17:23 | |
*** haplo37_ has joined #openstack-nova | 17:23 | |
*** serverascode has joined #openstack-nova | 17:23 | |
*** bkopilov_ has joined #openstack-nova | 17:23 | |
*** rbradfor has joined #openstack-nova | 17:23 | |
*** clarkb has joined #openstack-nova | 17:23 | |
*** jianghuaw has joined #openstack-nova | 17:23 | |
*** Yingxin_ has joined #openstack-nova | 17:23 | |
*** zzzeek has joined #openstack-nova | 17:24 | |
*** migi_ has joined #openstack-nova | 17:24 | |
mriedem | looks like it didn't call the hook, maybe not defined? | 17:24 |
mriedem | so call_hook_if_defined didn't find it? | 17:24 |
*** sileht has joined #openstack-nova | 17:24 | |
*** david-lyle_ is now known as david-lyle | 17:24 | |
*** FL1SK has joined #openstack-nova | 17:24 | |
*** diablo_rojo has quit IRC | 17:25 | |
*** migi_ has quit IRC | 17:25 | |
*** alineb has joined #openstack-nova | 17:25 | |
*** ayoung_ has joined #openstack-nova | 17:25 | |
*** migi_ has joined #openstack-nova | 17:25 | |
*** efried has joined #openstack-nova | 17:25 | |
*** fyxim has joined #openstack-nova | 17:25 | |
*** salv-orlando has quit IRC | 17:25 | |
*** haplo37| has joined #openstack-nova | 17:25 | |
stewie925 | mriedem: hi there | 17:26 |
*** swamireddy has joined #openstack-nova | 17:26 | |
*** avolkov`` has joined #openstack-nova | 17:26 | |
mriedem | o/ | 17:26 |
*** migi has quit IRC | 17:26 | |
*** rmk` has joined #openstack-nova | 17:27 | |
*** migi_ is now known as migi | 17:27 | |
*** GB21 has quit IRC | 17:27 | |
stewie925 | mriedem: I'm requesting some clarification from the add-fixed-ip discussion we had yesterday - where networkId is int for nova-net and string for neutron | 17:27 |
*** unicell has joined #openstack-nova | 17:27 | |
mriedem | ok | 17:27 |
*** tblakes has joined #openstack-nova | 17:27 | |
*** brad[] has quit IRC | 17:28 | |
*** Madasi has quit IRC | 17:28 | |
*** haplo37 has quit IRC | 17:28 | |
*** mlavalle has quit IRC | 17:28 | |
*** rodrigods has quit IRC | 17:28 | |
*** Yingxin has quit IRC | 17:28 | |
*** haplo37- is now known as haplo37 | 17:28 | |
*** Yingxin_ is now known as Yingxin | 17:28 | |
*** Shalmazar is now known as Madasi | 17:28 | |
stewie925 | normally when running the nova CLI for add fixed ip , the command is 'nova add-fixed-ip <server> <networkId>' | 17:28 |
*** logan- has joined #openstack-nova | 17:28 | |
stewie925 | I realized that the <networkId> parameter would be the network uuid, is that right? | 17:28 |
openstackgerrit | Dan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted https://review.openstack.org/377933 | 17:28 |
stewie925 | I have my stak up and running right now with nova-network (n-net) | 17:29 |
mriedem | stewie925: if you're using neutron yes | 17:29 |
mriedem | for nova-network it would be the network id | 17:29 |
mriedem | the int | 17:29 |
stewie925 | hmm that is strange .... when I ran the 'nova network-list' it gives me the network ID in string format , not an integer | 17:30 |
stewie925 | and I am using n-net at the moment... I know I am missing something in between | 17:30 |
*** John341 has joined #openstack-nova | 17:30 | |
mriedem | are you sure you'r running nova-net | 17:30 |
stewie925 | but couldnt figure which... (sorry) | 17:30 |
mriedem | default devstack is neutron now | 17:31 |
stewie925 | yes Matt, I ran the devstack screen and I see n-net | 17:31 |
*** salv-orlando has joined #openstack-nova | 17:31 | |
mriedem | ok | 17:31 |
mriedem | what does nova network-list show? | 17:31 |
alaski | mriedem: it found the hook afaict, but nova-manage must not be in the path so it couldn't run the hook | 17:31 |
mriedem | alaski: yeah i don't think that gate hook job runs devstack | 17:32 |
mriedem | there is no devstack log | 17:32 |
mriedem | but not sure how it cloned nova then | 17:32 |
*** mnaser has joined #openstack-nova | 17:32 | |
stewie925 | "nova network-list" results show ID= 5b538d1d-e0d3-4baa-aec5-10eb8219fa71 | 17:32 |
*** aunnam has quit IRC | 17:32 | |
*** lennyb has quit IRC | 17:32 | |
*** rmk has quit IRC | 17:32 | |
*** avolkov` has quit IRC | 17:32 | |
*** rmk` is now known as rmk | 17:32 | |
*** rmk has quit IRC | 17:32 | |
*** rmk has joined #openstack-nova | 17:32 | |
mriedem | alaski: the job runs in 3 minutes so it can't be running devstack | 17:32 |
*** prateek_ has quit IRC | 17:32 | |
*** stevemar has quit IRC | 17:32 | |
*** unicell1 has joined #openstack-nova | 17:32 | |
*** leifz has quit IRC | 17:32 | |
*** hemanthm_ has quit IRC | 17:32 | |
*** mtreinish has quit IRC | 17:33 | |
*** SamYaple has quit IRC | 17:33 | |
*** parora has joined #openstack-nova | 17:33 | |
*** logan- has quit IRC | 17:33 | |
*** efried has quit IRC | 17:33 | |
*** harlowja_ has quit IRC | 17:33 | |
*** sdague has quit IRC | 17:33 | |
*** leifz has joined #openstack-nova | 17:33 | |
mriedem | stewie925: hmm, the nova-network network object has an id and uuid | 17:33 |
*** dillaman has joined #openstack-nova | 17:33 | |
*** hoangcx has quit IRC | 17:33 | |
*** unicell has quit IRC | 17:33 | |
*** alineb has quit IRC | 17:33 | |
*** jklare_ has joined #openstack-nova | 17:33 | |
*** cfriesen has joined #openstack-nova | 17:33 | |
*** jklare has quit IRC | 17:34 | |
*** salv-orl_ has quit IRC | 17:34 | |
*** rcarrillocruz has quit IRC | 17:34 | |
*** haplo37 has quit IRC | 17:34 | |
*** priya_ has quit IRC | 17:34 | |
*** cfriesen_ has quit IRC | 17:34 | |
*** haplo37 has joined #openstack-nova | 17:34 | |
*** priya_ has joined #openstack-nova | 17:34 | |
*** sileht has quit IRC | 17:34 | |
*** devananda has quit IRC | 17:34 | |
*** jdillaman has quit IRC | 17:34 | |
*** hemanthm has joined #openstack-nova | 17:34 | |
*** stevemar has joined #openstack-nova | 17:34 | |
mriedem | stewie925: and when listing/showing networks the id in the response is the uuid https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/networks.py#L74 | 17:34 |
*** harlowja has joined #openstack-nova | 17:34 | |
*** sileht has joined #openstack-nova | 17:34 | |
*** rmcall has joined #openstack-nova | 17:35 | |
*** sdague has joined #openstack-nova | 17:35 | |
*** devananda has joined #openstack-nova | 17:35 | |
*** rcarrillocruz has joined #openstack-nova | 17:35 | |
*** BlackDex has joined #openstack-nova | 17:36 | |
*** efried has joined #openstack-nova | 17:36 | |
stewie925 | mriedem: http://paste.openstack.org/show/583131/ - the top shows the result of my 'nova network-list' and the bottom shows my devstack screen components - #8 shows n-net | 17:36 |
*** baoli has joined #openstack-nova | 17:36 | |
alaski | mriedem: I don't know how the logs map to the devstack-gate process yet so it's not clear to me what's going on. But yeah, must be pretty minimal based on the timing | 17:36 |
*** diegows has joined #openstack-nova | 17:37 | |
mriedem | stewie925: so the truth is the network id passed into the addFixedIP action can be either an int or a uuid for nova-network | 17:38 |
mriedem | https://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/network/manager.py#L715 | 17:38 |
mriedem | it handles both ^ | 17:38 |
*** SamYaple has joined #openstack-nova | 17:38 | |
*** logan- has joined #openstack-nova | 17:38 | |
*** vladikr has joined #openstack-nova | 17:39 | |
mriedem | and the api schema allows both https://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/api/openstack/compute/schemas/multinic.py#L25 | 17:39 |
*** aswadr_ has joined #openstack-nova | 17:39 | |
stewie925 | mriedem: thank you for pointing out the code - I see that the code accepts the id (int) or the uuid | 17:40 |
*** mtreinish has joined #openstack-nova | 17:40 | |
*** lennyb has joined #openstack-nova | 17:40 | |
*** rmcall has quit IRC | 17:41 | |
dansmith | alaski: I don't think that's the right thing to do | 17:41 |
dansmith | alaski: devstack installs the cmd/* binaries in /usr/local/bin, which are just python module wrappers | 17:41 |
*** Apoorva_ has quit IRC | 17:41 | |
stewie925 | however, let me find out how to get the network id (int) instead of the uuid | 17:41 |
dansmith | alaski: calling into the git dir and trying to execute the cmd/ thing is not the right move I think | 17:41 |
*** harlowja has quit IRC | 17:42 | |
*** sudipto_ has quit IRC | 17:42 | |
*** sudswas__ has quit IRC | 17:42 | |
*** Apoorva has joined #openstack-nova | 17:42 | |
*** rodrigod` is now known as rodrigods | 17:42 | |
*** rodrigods has quit IRC | 17:42 | |
*** rodrigods has joined #openstack-nova | 17:42 | |
*** tomhambleton has joined #openstack-nova | 17:43 | |
dansmith | alaski: http://logs.openstack.org/13/377113/4/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/335a8c8/logs/devstacklog.txt.gz#_2016-09-27_15_25_10_376 | 17:44 |
mriedem | stewie925: i think the point of the network show in the API is to only show the uuid | 17:44 |
mriedem | the uuid is stored as the 'id' field in a neutron network object, | 17:44 |
*** alineb has joined #openstack-nova | 17:44 | |
*** med_ has joined #openstack-nova | 17:44 | |
mriedem | but the uuid is stored as the 'uuid' field in the nova network object | 17:44 |
mriedem | either way, you get the uuid back from the api | 17:44 |
alaski | dansmith: okay. I've been poking in the dark to figure out what the env there looks like because I haven't looked at devstack-gate enough to understand what it does. it seems like it needs a full path, even if I specified the wrong one :) | 17:45 |
*** andrewbogott has joined #openstack-nova | 17:45 | |
*** med_ is now known as Guest79278 | 17:45 | |
mriedem | i'm sure there is a nova-manage network list/show command at some point that would show the network.id field for nova-network from the nova db | 17:45 |
dansmith | alaski: yeah, could be, fixing to /usr/local now | 17:45 |
mriedem | stewie925: honestly it's probably not a bad idea to disable being able to pass the network id as an int into addFixedIP | 17:45 |
dansmith | alaski: it should also be -x so we can see it, which I'm also doing | 17:45 |
mriedem | sdague: thoughts on that ^? | 17:45 |
mriedem | sdague: re: https://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/api/openstack/compute/schemas/multinic.py#L25 | 17:45 |
openstackgerrit | Dan Smith proposed openstack/nova: Add a post-test-hook to run the archive command https://review.openstack.org/376567 | 17:45 |
stewie925 | mriedem: i'd like to share that I tried to do "nova network <server name> <networkid = 1>" and it doesnt recognize the "1" | 17:46 |
*** sneti has quit IRC | 17:47 | |
stewie925 | I checked the nova table "networks" and it shows the id=1 | 17:47 |
mriedem | stewie925: try microversion 2.35 | 17:47 |
*** harlowja has joined #openstack-nova | 17:47 | |
*** DuncanT has joined #openstack-nova | 17:47 | |
openstackgerrit | Paul Carlton proposed openstack/nova: Clean up instance on target node if evacuate fails https://review.openstack.org/375623 | 17:47 |
*** hoangcx has joined #openstack-nova | 17:48 | |
*** parora has quit IRC | 17:49 | |
stewie925 | mriedem: ohhh... how do I specify the microversion | 17:50 |
*** mvk has joined #openstack-nova | 17:51 | |
mriedem | --x-openstack-api-version 2.35 | 17:52 |
mriedem | something like that | 17:52 |
*** parora has joined #openstack-nova | 17:52 | |
*** Swami has joined #openstack-nova | 17:52 | |
stewie925 | mriedem: thanks! let me try that | 17:52 |
*** tonytan4ever has joined #openstack-nova | 17:53 | |
*** woodster_ has joined #openstack-nova | 17:53 | |
danpb | sdague: do you have any idea if there's a time frame for getting CI off Trusty and onto Xenial vms entirely ? | 17:53 |
mriedem | clarkb: ^ | 17:53 |
clarkb | as quickly as people do it? | 17:54 |
cfriesen | danpb: is it expected that the "qemu64" cpu model can't be used on an intel host with accel=kvm ? It's complaining about "svm" not being available on the host | 17:54 |
danpb | (context: possible increase in min required libvirt in Pike cycle that would drop Trusty support) | 17:54 |
clarkb | there is no timeframe because I try switching eg neutron and it turns out their functional testing is completely hsoed on it due to compiling their own kernel modules and other things | 17:54 |
clarkb | and they haven't really been actively trying to fix it | 17:54 |
*** jraju has quit IRC | 17:54 | |
danpb | cfriesen: guess that's just a stupid definition of qemu64 | 17:55 |
danpb | probably a historical mistake that can't be fixed now | 17:55 |
danpb | clarkb: wow, neutron ci has custom kmods/!?!? that's nuts | 17:56 |
clarkb | ovs too I think | 17:56 |
*** claudiub has joined #openstack-nova | 17:57 | |
clarkb | so anyways. Most of the "core" projects are now running the majority of their jobs on xenial | 17:57 |
clarkb | and the remainder of the big tent are slowly converting | 17:57 |
* dansmith gossips that clarkb said "core projects" | 17:57 | |
melwitt | stewie925: this is the doc for the novaclient cli http://docs.openstack.org/developer/python-novaclient/shell.html OS_COMPUTE_API_VERSION or --os-compute-api-version are how you specify microversion | 17:57 |
mriedem | core projects == integrated gate | 17:57 |
mriedem | also, == super special treatment projects | 17:57 |
stewie925 | melwitt: oh thank you | 17:58 |
dansmith | mriedem: I believe the PC term is "the more equal projects" and "the more equal gate" | 17:58 |
*** aswadr_ has quit IRC | 17:58 | |
sdague | danpb: like clarkb said, most stuff is over. I think it's fine to have pike have a minimum that trusty can't handle | 17:58 |
danpb | ok, that's good to hear | 17:59 |
*** thorst_ has quit IRC | 17:59 | |
stewie925 | setting the OS_COMPUTE_API_VERSION=2.35 | 18:00 |
sdague | danpb: you have a proposed patch up for the min libvirt next? | 18:00 |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Remove scheduled_at attribute from instances table https://review.openstack.org/377950 | 18:00 |
sdague | danpb: what were you thinking of as the bump point? | 18:00 |
*** briancurtin has joined #openstack-nova | 18:00 | |
claudiub | mriedem: hello. so, in newton we've had this blueprint partially completed: https://blueprints.launchpad.net/nova/+spec/hyper-v-block-device-mapping-support . The remaining 2 patches from that blueprint didn't merge, so I've proposed another one for ocata: https://blueprints.launchpad.net/nova/+spec/hyper-v-block-device-mapping-support-ocata Can you take a look pls? :D | 18:01 |
*** rlrossit has joined #openstack-nova | 18:01 | |
*** code-R has quit IRC | 18:02 | |
*** prateek_ has joined #openstack-nova | 18:02 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Remove context object in oslo.log method https://review.openstack.org/317109 | 18:02 |
claudiub | danpb: hello. Can you take another look at the hyper-v ovs vif driver patch pls? https://review.openstack.org/#/c/140045/46 | 18:03 |
*** thorst_ has joined #openstack-nova | 18:03 | |
*** rlrossit has quit IRC | 18:03 | |
danpb | claudiub: not today - its evening time here now | 18:05 |
*** yamahata has joined #openstack-nova | 18:05 | |
*** karlamrhein has joined #openstack-nova | 18:05 | |
claudiub | danpb: i see. :) | 18:05 |
*** parora has quit IRC | 18:06 | |
danpb | sdague: just posted one a short while ago, picking 1.2.9 and qemu 2.1.0 https://review.openstack.org/#/c/377923/ | 18:06 |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 18 https://review.openstack.org/375899 | 18:06 |
*** tonytan_brb has joined #openstack-nova | 18:08 | |
*** lyarwood has quit IRC | 18:09 | |
*** snikitin has quit IRC | 18:10 | |
*** grumpycatt has quit IRC | 18:10 | |
*** grumpycatt has joined #openstack-nova | 18:10 | |
*** harlowja has quit IRC | 18:10 | |
*** jklare_ has quit IRC | 18:10 | |
*** crinkle has quit IRC | 18:10 | |
*** avolkov`` has quit IRC | 18:10 | |
*** lyarwood_ has joined #openstack-nova | 18:10 | |
*** andrewbogott has quit IRC | 18:10 | |
*** unicell1 has quit IRC | 18:10 | |
*** haplo37| has quit IRC | 18:10 | |
*** fyxim has quit IRC | 18:10 | |
*** serverascode has quit IRC | 18:10 | |
*** mtreinish_ has joined #openstack-nova | 18:10 | |
*** patrickeast_ has joined #openstack-nova | 18:10 | |
*** haplo37- has joined #openstack-nova | 18:10 | |
*** unicell has joined #openstack-nova | 18:10 | |
*** patrickeast_ has quit IRC | 18:10 | |
*** patrickeast_ has joined #openstack-nova | 18:10 | |
*** tonytan4ever has quit IRC | 18:10 | |
*** mvk has quit IRC | 18:10 | |
*** Guest79278 has quit IRC | 18:10 | |
*** lennyb has quit IRC | 18:10 | |
*** hieulq has quit IRC | 18:10 | |
*** vladikr has quit IRC | 18:10 | |
*** BlackDex has quit IRC | 18:10 | |
*** rcarrillocruz has quit IRC | 18:10 | |
*** ayoung_ has quit IRC | 18:10 | |
*** lxsli0 has quit IRC | 18:10 | |
*** sahid has quit IRC | 18:10 | |
*** sahid has joined #openstack-nova | 18:10 | |
*** BlackDex has joined #openstack-nova | 18:10 | |
*** mvk has joined #openstack-nova | 18:11 | |
openstackgerrit | Dan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted https://review.openstack.org/377933 | 18:11 |
*** sdague has quit IRC | 18:11 | |
*** alee_ has quit IRC | 18:11 | |
*** thorst_ has quit IRC | 18:11 | |
*** mtreinish has quit IRC | 18:11 | |
*** haplo37 has quit IRC | 18:11 | |
*** mtreinish_ is now known as mtreinish | 18:11 | |
*** karlamrhein has quit IRC | 18:11 | |
*** hemanthm has quit IRC | 18:11 | |
*** diegows has quit IRC | 18:11 | |
*** sileht has quit IRC | 18:11 | |
*** vladikr_ has joined #openstack-nova | 18:11 | |
*** diegows has joined #openstack-nova | 18:11 | |
*** jklare has joined #openstack-nova | 18:11 | |
*** alee_ has joined #openstack-nova | 18:11 | |
*** haplo37 has joined #openstack-nova | 18:11 | |
*** crinkle_ has joined #openstack-nova | 18:11 | |
*** lxsli0 has joined #openstack-nova | 18:12 | |
*** crinkle_ is now known as crinkle | 18:12 | |
*** serverascode has joined #openstack-nova | 18:12 | |
*** snikitin has joined #openstack-nova | 18:12 | |
*** stevemar_ has joined #openstack-nova | 18:12 | |
*** sdague has joined #openstack-nova | 18:13 | |
*** rcarrillocruz has joined #openstack-nova | 18:13 | |
*** danpb has quit IRC | 18:13 | |
*** sileht has joined #openstack-nova | 18:13 | |
*** lennyb has joined #openstack-nova | 18:13 | |
*** ayoung_ has joined #openstack-nova | 18:15 | |
*** coreywright has joined #openstack-nova | 18:16 | |
*** hemanthm has joined #openstack-nova | 18:16 | |
stewie925 | mriedem: thank you - I was able to test successfully with the ID integer | 18:16 |
stewie925 | melwitt: thanks for the micro-versioning setting tip :) | 18:17 |
*** stevemar_ is now known as stevemar__ | 18:17 | |
*** stevemar__ has quit IRC | 18:18 | |
*** andrewbogott has joined #openstack-nova | 18:20 | |
*** stevemar____ has joined #openstack-nova | 18:20 | |
*** hoangcx2 has joined #openstack-nova | 18:20 | |
*** patrickeast_ has quit IRC | 18:20 | |
*** hoangcx has quit IRC | 18:21 | |
*** diegows has quit IRC | 18:21 | |
*** diegows has joined #openstack-nova | 18:21 | |
*** sileht has quit IRC | 18:21 | |
*** karlamrhein has joined #openstack-nova | 18:24 | |
*** harlowja has joined #openstack-nova | 18:24 | |
*** sileht has joined #openstack-nova | 18:24 | |
*** thorst_ has joined #openstack-nova | 18:25 | |
*** fyxim has joined #openstack-nova | 18:26 | |
mriedem | dansmith: comments in ps1 here https://review.openstack.org/#/c/377933/1 | 18:27 |
mriedem | was reviewing when you pushed ps2 | 18:27 |
*** code-R has joined #openstack-nova | 18:28 | |
*** patrickeast_ has joined #openstack-nova | 18:28 | |
*** ihrachys has quit IRC | 18:28 | |
dansmith | mriedem: thanks | 18:29 |
dansmith | was just a pep8 fix | 18:29 |
*** pilgrimstack has joined #openstack-nova | 18:30 | |
*** dillaman has quit IRC | 18:30 | |
*** vladikr_ has quit IRC | 18:30 | |
*** vladikr_ has joined #openstack-nova | 18:30 | |
*** diegows has quit IRC | 18:30 | |
*** Vijayendra__ has quit IRC | 18:30 | |
dansmith | mriedem: derekh's database is 1.5GB uncompressed and has a lot of history in it, FYI | 18:30 |
*** dillaman has joined #openstack-nova | 18:30 | |
mriedem | baggage | 18:31 |
mriedem | things it doesn't want to talk about | 18:31 |
dansmith | heh | 18:31 |
dansmith | well, like any good therapist, I thrive on finding and exposing those things | 18:31 |
dansmith | er, I mean, fixing those bugs | 18:31 |
*** nic has joined #openstack-nova | 18:32 | |
*** Vijayendra has joined #openstack-nova | 18:32 | |
*** brad[] has joined #openstack-nova | 18:33 | |
*** Vek has joined #openstack-nova | 18:33 | |
*** yamahata has quit IRC | 18:34 | |
*** salv-orlando has quit IRC | 18:35 | |
sdague | dansmith: that late import is to work around cross importing modules? | 18:35 |
*** thorst_ has quit IRC | 18:35 | |
mriedem | it's a copy of what's in the existing archive code | 18:35 |
dansmith | sdague: yes, present in the code already | 18:35 |
*** parora has joined #openstack-nova | 18:35 | |
*** sdake has quit IRC | 18:35 | |
*** thorst_ has joined #openstack-nova | 18:36 | |
*** thorst_ has quit IRC | 18:36 | |
*** thorst_ has joined #openstack-nova | 18:36 | |
*** prateek_ has quit IRC | 18:37 | |
dansmith | it takes me like 45 minutes on my 32G machine to import this database and burn it down | 18:37 |
*** logan- has quit IRC | 18:39 | |
*** jjheroux has quit IRC | 18:40 | |
*** prateek has joined #openstack-nova | 18:40 | |
*** jjheroux has joined #openstack-nova | 18:41 | |
*** parora has quit IRC | 18:41 | |
*** diegows has joined #openstack-nova | 18:42 | |
*** logan- has joined #openstack-nova | 18:42 | |
*** med_ has joined #openstack-nova | 18:43 | |
*** sneti has joined #openstack-nova | 18:44 | |
*** med_ is now known as Guest40876 | 18:44 | |
*** prateek has quit IRC | 18:46 | |
*** artom__ is now known as artom | 18:46 | |
sdague | dansmith: +2 | 18:46 |
artom | Can cloud admins specify which tenants have access to which flavors? | 18:46 |
*** prateek has joined #openstack-nova | 18:46 | |
dansmith | sdague: it's failing the live db test because I didn't update a unit test or something | 18:46 |
dansmith | sdague: but yeah, thanks :) | 18:46 |
dansmith | just to be clear, I mean the py34-db test :D | 18:47 |
alaski | artom: http://developer.openstack.org/api-ref-compute-v2.1.html#os-flavor-access-v2.1 | 18:47 |
artom | alaski, thank you :) I got there myself through Google https://blogs.rdoproject.org/5670/how-to-create-specific-nova-flavors-for-tenants | 18:47 |
*** haplo37 has quit IRC | 18:48 | |
artom | Apologies for the noise | 18:48 |
alaski | no worries | 18:48 |
artom | I thought 'no way I can just search for nova flavor tenant and get it' | 18:48 |
artom | Wrong | 18:48 |
openstackgerrit | Chris Dent proposed openstack/nova: Optional separate database for placement API https://review.openstack.org/362766 | 18:48 |
*** sdake has joined #openstack-nova | 18:49 | |
*** slaweq_ has quit IRC | 18:50 | |
*** mtanino_ has joined #openstack-nova | 18:50 | |
*** thorst_ has quit IRC | 18:50 | |
*** irenab_ has joined #openstack-nova | 18:51 | |
*** Apoorva has quit IRC | 18:52 | |
*** mtani____ has joined #openstack-nova | 18:52 | |
*** mtanino has quit IRC | 18:52 | |
sdague | dansmith: :) | 18:52 |
*** TravT_ has quit IRC | 18:52 | |
*** Apoorva has joined #openstack-nova | 18:52 | |
*** irenab has quit IRC | 18:52 | |
*** irenab_ is now known as irenab | 18:52 | |
dansmith | sdague: those py34-db tests are running against mysql instead of sqlite, right? | 18:52 |
sdague | dansmith: mostly not | 18:52 |
sdague | db just means db servers exist there, iirc | 18:52 |
*** lpetrut has joined #openstack-nova | 18:53 | |
sdague | so the oportunistic tests run | 18:53 |
dansmith | well, right | 18:53 |
dansmith | s'what I mean | 18:53 |
sdague | sure, but those are a pretty small subset | 18:53 |
dansmith | but includes these I think | 18:53 |
sdague | nothing in your code should have touched that | 18:53 |
*** ljxiash_ has quit IRC | 18:53 | |
sdague | hmmm... really? | 18:54 |
*** raunak has quit IRC | 18:54 | |
dansmith | the archive ones, right? they check a bunch of versions | 18:54 |
*** Cibo has joined #openstack-nova | 18:54 | |
*** annegentle has joined #openstack-nova | 18:54 | |
*** anush has joined #openstack-nova | 18:54 | |
sdague | I don't think so | 18:54 |
sdague | this error was definitely sqlite | 18:54 |
sdague | http://logs.openstack.org/33/377933/2/check/gate-nova-python34-db/47f463b/console.html#_2016-09-27_18_30_57_658748 | 18:55 |
dansmith | yeah, was just about to say | 18:55 |
*** raunak has joined #openstack-nova | 18:55 | |
melwitt | looks like max_rows is None somehow | 18:55 |
dansmith | well, I dunno why I didn't hit that on py27 | 18:55 |
*** mtanino_ has quit IRC | 18:55 | |
dansmith | melwitt: yeah, I know the issue | 18:55 |
dansmith | just not sure why it would be non-deterministic | 18:55 |
*** raunak has quit IRC | 18:55 | |
sdague | max_rows type issue? | 18:55 |
dansmith | no | 18:55 |
melwitt | I thought max_rows is just a thing passed in from the command | 18:56 |
dansmith | it's because I can return None from that extra handler | 18:56 |
*** raunak has joined #openstack-nova | 18:56 | |
*** thorst_ has joined #openstack-nova | 18:56 | |
dansmith | for the same reason as in the parent, I just didn't return 0 there | 18:56 |
*** haplo37 has joined #openstack-nova | 18:57 | |
openstackgerrit | Dan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted https://review.openstack.org/377933 | 18:57 |
*** brad[] has quit IRC | 18:57 | |
*** DuncanT has quit IRC | 18:58 | |
*** Vek has quit IRC | 18:59 | |
*** cdent has quit IRC | 19:00 | |
*** Vek has joined #openstack-nova | 19:00 | |
*** DuncanT has joined #openstack-nova | 19:00 | |
*** belliott_ has joined #openstack-nova | 19:00 | |
*** annegentle has quit IRC | 19:00 | |
*** belliott has quit IRC | 19:00 | |
*** prateek_ has joined #openstack-nova | 19:00 | |
*** whenry has quit IRC | 19:01 | |
*** stevemar____ has quit IRC | 19:02 | |
openstackgerrit | Dan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted https://review.openstack.org/377933 | 19:03 |
*** prateek has quit IRC | 19:03 | |
dansmith | melwitt: I added a few more words and did away with 'double fault', so see if that makes it better for you | 19:04 |
dansmith | mriedem: that code you thought was remove-able is still doing something for instance_actions that I'm not | 19:04 |
*** TravT has joined #openstack-nova | 19:05 | |
dansmith | mriedem: I'll follow up to this and excise it piece by piece, at least the migration part | 19:05 |
openstackgerrit | Sean Dague proposed openstack/nova: Unwind circular import issue with api / utils https://review.openstack.org/377989 | 19:06 |
sdague | dansmith: that just cleans up the import thing on top of your patch | 19:06 |
dansmith | sdague: okay | 19:06 |
openstackgerrit | Sarafraj Singh proposed openstack/nova: Do not merge: Added nova patch to test LM https://review.openstack.org/377990 | 19:07 |
*** TravT_ has joined #openstack-nova | 19:09 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Fix database poison warnings, part 22 https://review.openstack.org/377991 | 19:09 |
*** sdake has quit IRC | 19:10 | |
*** niedbalski_ has joined #openstack-nova | 19:10 | |
*** Vek has quit IRC | 19:11 | |
*** lpetrut has quit IRC | 19:11 | |
*** haplo37- has quit IRC | 19:11 | |
*** niedbalski has quit IRC | 19:11 | |
*** belliott_ has quit IRC | 19:12 | |
*** belliott has joined #openstack-nova | 19:12 | |
*** snikitin_ has joined #openstack-nova | 19:12 | |
*** haplo37- has joined #openstack-nova | 19:12 | |
*** lpetrut1 has joined #openstack-nova | 19:12 | |
*** zzzeek has quit IRC | 19:12 | |
*** cfriesen_ has joined #openstack-nova | 19:12 | |
*** cfriesen has quit IRC | 19:12 | |
*** TravT has quit IRC | 19:12 | |
*** snikitin has quit IRC | 19:12 | |
*** zzzeek has joined #openstack-nova | 19:12 | |
*** lpetrut1 is now known as lpetrut | 19:12 | |
*** salv-orlando has joined #openstack-nova | 19:13 | |
*** rlrossit has joined #openstack-nova | 19:13 | |
*** whenry has joined #openstack-nova | 19:14 | |
*** patrickeast has quit IRC | 19:14 | |
*** patrickeast_ is now known as patrickeast | 19:14 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova-specs: Virt driver private storage https://review.openstack.org/377806 | 19:16 |
*** annegentle has joined #openstack-nova | 19:17 | |
*** salv-orlando has quit IRC | 19:18 | |
*** xyang1 has joined #openstack-nova | 19:18 | |
*** burgerk__ has joined #openstack-nova | 19:23 | |
*** ihrachys has joined #openstack-nova | 19:24 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova-specs: Virt driver private storage https://review.openstack.org/377806 | 19:24 |
*** Cristina__ has joined #openstack-nova | 19:25 | |
*** hoangcx2 has quit IRC | 19:26 | |
*** burgerk_ has quit IRC | 19:26 | |
*** cnf has quit IRC | 19:26 | |
*** belliott has quit IRC | 19:26 | |
*** logan- has quit IRC | 19:26 | |
*** tomhambleton has quit IRC | 19:26 | |
*** serverascode has quit IRC | 19:27 | |
*** briancurtin has quit IRC | 19:27 | |
*** stevemar has quit IRC | 19:27 | |
*** sileht has quit IRC | 19:27 | |
*** leifz has quit IRC | 19:27 | |
*** clarkb has quit IRC | 19:27 | |
*** mlavalle1 has quit IRC | 19:27 | |
*** jaypipes has quit IRC | 19:27 | |
*** yohoffman has quit IRC | 19:27 | |
*** belliott has joined #openstack-nova | 19:27 | |
*** jlvillal has quit IRC | 19:27 | |
*** Cristina_ has quit IRC | 19:27 | |
*** cnfer has joined #openstack-nova | 19:27 | |
*** mlavalle1 has joined #openstack-nova | 19:27 | |
*** crinkle_ has joined #openstack-nova | 19:27 | |
*** Guest40876 has quit IRC | 19:27 | |
*** dillaman has quit IRC | 19:27 | |
*** rlrossit has quit IRC | 19:27 | |
*** ayoung_ has quit IRC | 19:27 | |
*** prateek_ has quit IRC | 19:27 | |
*** BlackDex has quit IRC | 19:27 | |
*** lyarwood_ has quit IRC | 19:27 | |
*** SamYaple has quit IRC | 19:27 | |
*** mtani____ has quit IRC | 19:27 | |
*** sneti has quit IRC | 19:27 | |
*** keekz_ has quit IRC | 19:27 | |
*** mrhillsman has quit IRC | 19:27 | |
*** vladikr__ has joined #openstack-nova | 19:27 | |
*** leifz has joined #openstack-nova | 19:27 | |
*** lyarwood has joined #openstack-nova | 19:27 | |
*** SamYaple has joined #openstack-nova | 19:27 | |
*** FL1SK has quit IRC | 19:27 | |
*** slaweq_ has joined #openstack-nova | 19:27 | |
*** xyang1 has quit IRC | 19:27 | |
*** lpetrut has quit IRC | 19:27 | |
*** cnfer is now known as cnf | 19:27 | |
*** serverascode has joined #openstack-nova | 19:27 | |
*** lpetrut has joined #openstack-nova | 19:27 | |
*** cfriesen_ has quit IRC | 19:27 | |
*** vladikr_ has quit IRC | 19:28 | |
*** cfriesen_ has joined #openstack-nova | 19:28 | |
*** crinkle has quit IRC | 19:28 | |
*** lucasagomes is now known as lucas-afk | 19:28 | |
*** yohoffman has joined #openstack-nova | 19:28 | |
*** dillaman has joined #openstack-nova | 19:28 | |
*** clarkb has joined #openstack-nova | 19:28 | |
*** bvanhav_ has quit IRC | 19:29 | |
*** mrhillsman has joined #openstack-nova | 19:29 | |
*** patrickeast_ has joined #openstack-nova | 19:30 | |
*** keekz has joined #openstack-nova | 19:30 | |
*** stevemar has joined #openstack-nova | 19:30 | |
*** Cristina__ has quit IRC | 19:31 | |
*** alee_ is now known as alee_afk | 19:31 | |
*** jroll has quit IRC | 19:31 | |
*** jlvillal has joined #openstack-nova | 19:32 | |
*** patrickeast__ has joined #openstack-nova | 19:32 | |
*** eliqiao has quit IRC | 19:33 | |
*** lpetrut1 has joined #openstack-nova | 19:34 | |
*** sgordon has quit IRC | 19:34 | |
*** ajo has quit IRC | 19:34 | |
*** DinaBelova has quit IRC | 19:34 | |
*** logan- has joined #openstack-nova | 19:34 | |
*** markmc has quit IRC | 19:34 | |
*** aignatov has quit IRC | 19:34 | |
*** eantyshev has quit IRC | 19:34 | |
*** htruta has quit IRC | 19:34 | |
*** Qu4tre has quit IRC | 19:34 | |
*** mdbooth has quit IRC | 19:34 | |
*** ejat has quit IRC | 19:34 | |
*** lbeliveau has quit IRC | 19:35 | |
*** ianw has quit IRC | 19:35 | |
*** zeroDivisible has quit IRC | 19:35 | |
*** mkoderer__ has quit IRC | 19:35 | |
*** Lehtu has quit IRC | 19:35 | |
*** tonyb has quit IRC | 19:35 | |
*** jamespd_ has quit IRC | 19:35 | |
*** adreznec has quit IRC | 19:35 | |
*** cfriesen__ has joined #openstack-nova | 19:35 | |
*** jcook has quit IRC | 19:35 | |
*** rdo_ has quit IRC | 19:35 | |
*** _gryf_ has quit IRC | 19:35 | |
*** patrickeast has quit IRC | 19:35 | |
*** leifz has quit IRC | 19:35 | |
*** leifz has joined #openstack-nova | 19:35 | |
*** patrickeast__ is now known as patrickeast | 19:35 | |
*** mrhillsman has quit IRC | 19:35 | |
*** serverascode has quit IRC | 19:35 | |
*** lyarwood has quit IRC | 19:35 | |
*** DuncanT has quit IRC | 19:35 | |
*** sahid has quit IRC | 19:35 | |
*** swamireddy has quit IRC | 19:35 | |
*** rha has quit IRC | 19:35 | |
*** zul has quit IRC | 19:35 | |
*** cnf has quit IRC | 19:35 | |
*** Qu4tre_ has joined #openstack-nova | 19:35 | |
*** READ10 has quit IRC | 19:35 | |
*** mdbooth_ has joined #openstack-nova | 19:36 | |
*** jamespd has joined #openstack-nova | 19:36 | |
*** keekz has quit IRC | 19:36 | |
*** vladikr__ has quit IRC | 19:36 | |
*** fyxim has quit IRC | 19:36 | |
*** coreywright has quit IRC | 19:36 | |
*** alee_afk has quit IRC | 19:36 | |
*** mtreinish has quit IRC | 19:36 | |
*** krtaylor has quit IRC | 19:36 | |
*** yhvh has quit IRC | 19:36 | |
*** Qu4tre_ is now known as Qu4tre | 19:36 | |
*** gopenshaw_ has quit IRC | 19:36 | |
*** ejat has joined #openstack-nova | 19:36 | |
*** lpetrut has quit IRC | 19:36 | |
*** ejat has quit IRC | 19:36 | |
*** ejat has joined #openstack-nova | 19:36 | |
*** stevemar has quit IRC | 19:36 | |
*** patrickeast_ has quit IRC | 19:36 | |
*** cfriesen_ has quit IRC | 19:36 | |
*** zzzeek has quit IRC | 19:36 | |
*** priya_ has quit IRC | 19:36 | |
*** bhagyashri has quit IRC | 19:36 | |
*** tonyb_ has joined #openstack-nova | 19:36 | |
*** markmc` has joined #openstack-nova | 19:36 | |
*** gopenshaw has joined #openstack-nova | 19:36 | |
*** markmc` has quit IRC | 19:36 | |
*** markmc` has joined #openstack-nova | 19:36 | |
*** alee_afk has joined #openstack-nova | 19:36 | |
*** eliqiao has joined #openstack-nova | 19:36 | |
*** priya__ has joined #openstack-nova | 19:36 | |
*** mtreinish has joined #openstack-nova | 19:36 | |
*** lpetrut1 is now known as lpetrut | 19:36 | |
*** adreznec has joined #openstack-nova | 19:36 | |
*** stevemar has joined #openstack-nova | 19:36 | |
*** jcook- has joined #openstack-nova | 19:36 | |
*** ajo has joined #openstack-nova | 19:36 | |
*** ianw has joined #openstack-nova | 19:36 | |
*** sileht has joined #openstack-nova | 19:37 | |
*** cnf has joined #openstack-nova | 19:37 | |
*** jcook- is now known as jcook | 19:37 | |
*** keekz has joined #openstack-nova | 19:37 | |
*** coreywright has joined #openstack-nova | 19:37 | |
*** sgordon has joined #openstack-nova | 19:37 | |
*** krtaylor has joined #openstack-nova | 19:37 | |
*** jroll has joined #openstack-nova | 19:37 | |
*** jroll has quit IRC | 19:37 | |
*** jroll has joined #openstack-nova | 19:37 | |
*** rlrossit has joined #openstack-nova | 19:37 | |
*** zeroDivisible has joined #openstack-nova | 19:38 | |
*** yhvh has joined #openstack-nova | 19:38 | |
*** bhagyashri has joined #openstack-nova | 19:38 | |
*** aignatov has joined #openstack-nova | 19:38 | |
*** htruta has joined #openstack-nova | 19:38 | |
*** DinaBelova has joined #openstack-nova | 19:39 | |
*** mkoderer__ has joined #openstack-nova | 19:39 | |
*** vladikr has joined #openstack-nova | 19:39 | |
*** rha has joined #openstack-nova | 19:39 | |
*** rha has quit IRC | 19:39 | |
*** rha has joined #openstack-nova | 19:39 | |
*** swamireddy has joined #openstack-nova | 19:40 | |
*** lbeliveau has joined #openstack-nova | 19:40 | |
*** Lehtu has joined #openstack-nova | 19:40 | |
*** sahid has joined #openstack-nova | 19:40 | |
*** rlrossit_ has joined #openstack-nova | 19:41 | |
*** mrhillsman has joined #openstack-nova | 19:42 | |
*** med_ has joined #openstack-nova | 19:43 | |
*** med_ is now known as Guest45789 | 19:43 | |
*** kfox1111 has quit IRC | 19:44 | |
*** Zara has quit IRC | 19:44 | |
*** edleafe has quit IRC | 19:44 | |
*** _gryf_ has joined #openstack-nova | 19:44 | |
*** leifz has quit IRC | 19:44 | |
*** nic has quit IRC | 19:44 | |
*** krtaylor has quit IRC | 19:44 | |
*** jroll has quit IRC | 19:44 | |
*** stevemar has quit IRC | 19:44 | |
*** adreznec has quit IRC | 19:44 | |
*** karlamrhein has quit IRC | 19:44 | |
*** leifz has joined #openstack-nova | 19:44 | |
*** DinaBelova has quit IRC | 19:44 | |
*** krtaylor has joined #openstack-nova | 19:44 | |
*** rha has quit IRC | 19:44 | |
*** haplo37- has quit IRC | 19:44 | |
*** swamireddy has quit IRC | 19:45 | |
*** ajo has quit IRC | 19:45 | |
*** alee_afk has quit IRC | 19:45 | |
*** jamespd has quit IRC | 19:45 | |
*** mdavidson has quit IRC | 19:45 | |
*** cnf has quit IRC | 19:45 | |
*** DinaBelova has joined #openstack-nova | 19:45 | |
*** mdbooth has joined #openstack-nova | 19:45 | |
*** mdbooth_ has quit IRC | 19:45 | |
*** salv-orlando has joined #openstack-nova | 19:45 | |
*** eantyshev has joined #openstack-nova | 19:45 | |
*** tonytan_brb has quit IRC | 19:45 | |
*** hoangcx has joined #openstack-nova | 19:45 | |
*** bhagyashri has quit IRC | 19:45 | |
*** Qu4tre has quit IRC | 19:45 | |
*** jheroux has joined #openstack-nova | 19:45 | |
*** gopenshaw has quit IRC | 19:45 | |
*** rlrossit has quit IRC | 19:45 | |
*** markmc` has quit IRC | 19:45 | |
*** jaypipes has joined #openstack-nova | 19:45 | |
*** gopenshaw has joined #openstack-nova | 19:45 | |
*** markmc has joined #openstack-nova | 19:45 | |
*** Zara has joined #openstack-nova | 19:45 | |
*** mkoderer__ has quit IRC | 19:45 | |
*** dillaman has quit IRC | 19:45 | |
*** jjheroux has quit IRC | 19:45 | |
*** yassine__ has quit IRC | 19:45 | |
*** jamespd_ has joined #openstack-nova | 19:45 | |
*** dillaman has joined #openstack-nova | 19:45 | |
*** adreznec_ has joined #openstack-nova | 19:46 | |
*** mkoderer__ has joined #openstack-nova | 19:46 | |
*** markmc has quit IRC | 19:46 | |
*** markmc has joined #openstack-nova | 19:46 | |
jaypipes | guh this resource classes patch has grown too big... need to figure out a way to cut it up... | 19:46 |
*** sahid has quit IRC | 19:46 | |
*** adreznec_ is now known as adreznec | 19:46 | |
*** rha has joined #openstack-nova | 19:46 | |
*** rha has quit IRC | 19:46 | |
*** rha has joined #openstack-nova | 19:46 | |
*** alee_afk has joined #openstack-nova | 19:46 | |
*** efried has quit IRC | 19:46 | |
*** jroll has joined #openstack-nova | 19:46 | |
*** jroll has quit IRC | 19:46 | |
*** jroll has joined #openstack-nova | 19:46 | |
*** prateek has joined #openstack-nova | 19:46 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Transform instance.shutdown notifications https://review.openstack.org/329214 | 19:47 |
*** yassine__ has joined #openstack-nova | 19:47 | |
*** ajo has joined #openstack-nova | 19:47 | |
*** edleafe has joined #openstack-nova | 19:47 | |
*** rdo has joined #openstack-nova | 19:47 | |
*** haplo37- has joined #openstack-nova | 19:47 | |
*** Qu4tre has joined #openstack-nova | 19:47 | |
*** patrickeast has quit IRC | 19:48 | |
*** diga has quit IRC | 19:48 | |
*** jdurgin has quit IRC | 19:48 | |
*** swamireddy has joined #openstack-nova | 19:49 | |
*** kfox1111 has joined #openstack-nova | 19:49 | |
*** zul has joined #openstack-nova | 19:49 | |
*** patrickeast has joined #openstack-nova | 19:49 | |
*** BlackDex has joined #openstack-nova | 19:49 | |
*** cnf has joined #openstack-nova | 19:50 | |
slaweq_ | eantyshev: hello, I have question about https://review.openstack.org/#/c/365756 to You | 19:50 |
slaweq_ | I'm just changing it to properly handle values returned from python-libvirt library | 19:50 |
slaweq_ | but can You tell me maybe what tests You expect for that? because in fact I don't know what else, except unit tests could I write there :/ | 19:51 |
*** rlrossit_ has quit IRC | 19:52 | |
*** rlrossit has joined #openstack-nova | 19:52 | |
*** lyarwood has joined #openstack-nova | 19:52 | |
*** zzzeek has joined #openstack-nova | 19:52 | |
*** stevemar has joined #openstack-nova | 19:52 | |
mriedem | sdague: have you ever noticed that the coverage job doesn't run the functional tests? | 19:53 |
*** DuncanT has joined #openstack-nova | 19:54 | |
*** Apoorva has quit IRC | 19:54 | |
sdague | mriedem: I didn't, but honestly I can't tell you the last time I looked at the coverage data | 19:54 |
mriedem | i do it everyone once in awhile on large refactors | 19:54 |
mriedem | *every once | 19:54 |
*** ljxiash has joined #openstack-nova | 19:54 | |
mriedem | functional tests are also the only tests we have for the placement api... | 19:55 |
*** diga has joined #openstack-nova | 19:55 | |
*** tomhambleton has joined #openstack-nova | 19:56 | |
*** siva_krish has joined #openstack-nova | 19:57 | |
*** briancurtin has joined #openstack-nova | 19:57 | |
*** jdurgin has joined #openstack-nova | 19:59 | |
*** ljxiash has quit IRC | 19:59 | |
*** fyxim has joined #openstack-nova | 19:59 | |
*** Oku_OS has quit IRC | 20:01 | |
*** TravT_ has quit IRC | 20:01 | |
*** diablo_rojo has joined #openstack-nova | 20:02 | |
*** browne has quit IRC | 20:02 | |
*** pilgrimstack has quit IRC | 20:02 | |
pumaranikar | dansmith, added a change to remove scheduled_at column from schema. Please review when you get time. https://review.openstack.org/#/c/377950/ | 20:02 |
*** cdent has joined #openstack-nova | 20:02 | |
*** serverascode has joined #openstack-nova | 20:03 | |
*** karlamrhein has joined #openstack-nova | 20:05 | |
*** Oku_OS has joined #openstack-nova | 20:06 | |
openstackgerrit | Shoham Peller proposed openstack/nova: Handle spawning error on unshelving https://review.openstack.org/378009 | 20:06 |
*** kaisers1 has quit IRC | 20:08 | |
*** kaisers has joined #openstack-nova | 20:09 | |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Remove scheduled_at attribute from instances table https://review.openstack.org/377950 | 20:11 |
*** dave-mccowan has quit IRC | 20:13 | |
*** patrickeast_ has joined #openstack-nova | 20:13 | |
*** sdake has joined #openstack-nova | 20:13 | |
*** claudiub has quit IRC | 20:14 | |
*** claudiub has joined #openstack-nova | 20:14 | |
*** mat128 is now known as mat128|mtg | 20:17 | |
*** whenry has quit IRC | 20:17 | |
dansmith | mriedem: alaski: I still don't see the hook running.. it would be in console.log right? | 20:20 |
*** rlrossit_ has joined #openstack-nova | 20:20 | |
*** patrickeast__ has joined #openstack-nova | 20:21 | |
*** rlrossit_ has quit IRC | 20:21 | |
*** tomhambleton has quit IRC | 20:21 | |
*** tonytan4ever has joined #openstack-nova | 20:21 | |
*** logan- has quit IRC | 20:21 | |
mriedem | http://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/f82eeb3/logs/devstack-gate-post_test_hook.txt.gz | 20:21 |
*** pkoniszewski has quit IRC | 20:21 | |
*** code-R has quit IRC | 20:21 | |
*** mrsoul has quit IRC | 20:21 | |
*** code-R has joined #openstack-nova | 20:21 | |
*** mkoderer___ has joined #openstack-nova | 20:22 | |
*** ujjain- has quit IRC | 20:22 | |
*** j_king has quit IRC | 20:22 | |
mriedem | yeah i don't see it run here http://logs.openstack.org/13/377113/4/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/9ca40c5/console.html#_2016-09-27_18_56_19_389582 | 20:22 |
mriedem | but that could just be something busted in my hack patch to test it | 20:22 |
*** frickler has quit IRC | 20:22 | |
*** sai has quit IRC | 20:22 | |
*** cfriesen__ has quit IRC | 20:22 | |
dansmith | yeah | 20:22 |
mriedem | there is a lot of bash in call_hook_if_defined that i'm not familiar with | 20:22 |
*** DuncanT has quit IRC | 20:22 | |
*** fyxim has quit IRC | 20:23 | |
*** swamireddy has quit IRC | 20:23 | |
*** diga has quit IRC | 20:23 | |
*** ajo has quit IRC | 20:23 | |
*** yassine__ has quit IRC | 20:23 | |
*** alee_afk has quit IRC | 20:23 | |
*** DinaBelova has quit IRC | 20:23 | |
*** leifz has quit IRC | 20:23 | |
mriedem | we'd need sdague | 20:23 |
*** lamt has quit IRC | 20:23 | |
*** sdake_ has joined #openstack-nova | 20:23 | |
mriedem | when you're alone and scared and got some nasty bash in the basement, who ya gonna call? sdague. | 20:23 |
*** mrsoul has joined #openstack-nova | 20:23 | |
dansmith | or clarkb? | 20:23 |
*** zzzeek has quit IRC | 20:23 | |
*** jroll has quit IRC | 20:23 | |
*** mdbooth has quit IRC | 20:23 | |
*** _gryf_ has quit IRC | 20:23 | |
*** markmc` has joined #openstack-nova | 20:23 | |
*** j_king has joined #openstack-nova | 20:23 | |
*** ajo has joined #openstack-nova | 20:23 | |
*** jroll has joined #openstack-nova | 20:23 | |
*** jroll has quit IRC | 20:23 | |
*** jroll has joined #openstack-nova | 20:23 | |
*** prateek has quit IRC | 20:23 | |
*** patrickeast has quit IRC | 20:23 | |
*** adreznec has quit IRC | 20:24 | |
*** mkoderer__ has quit IRC | 20:24 | |
*** markmc has quit IRC | 20:24 | |
*** rdo has quit IRC | 20:24 | |
*** gopenshaw has quit IRC | 20:24 | |
*** leifz has joined #openstack-nova | 20:24 | |
*** cfriesen has joined #openstack-nova | 20:24 | |
*** sdake has quit IRC | 20:24 | |
*** rlrossit has quit IRC | 20:24 | |
*** zul has quit IRC | 20:24 | |
*** jaypipes has quit IRC | 20:24 | |
*** rdo has joined #openstack-nova | 20:24 | |
*** patrickeast__ is now known as patrickeast | 20:24 | |
*** alee_afk has joined #openstack-nova | 20:24 | |
*** smatzek__ has quit IRC | 20:24 | |
*** gouthamr_ has quit IRC | 20:24 | |
*** pkoniszewski has joined #openstack-nova | 20:24 | |
*** tbachman has quit IRC | 20:24 | |
*** gyee has joined #openstack-nova | 20:24 | |
*** sai has joined #openstack-nova | 20:24 | |
*** adreznec has joined #openstack-nova | 20:24 | |
*** gouthamr has joined #openstack-nova | 20:25 | |
*** Apoorva has joined #openstack-nova | 20:25 | |
*** DinaBelova has joined #openstack-nova | 20:25 | |
*** swamireddy has joined #openstack-nova | 20:25 | |
openstackgerrit | Slawek Kaplonski proposed openstack/nova: Clean up libvirt guest code https://review.openstack.org/365756 | 20:25 |
*** yassine has joined #openstack-nova | 20:25 | |
*** _gryf_ has joined #openstack-nova | 20:26 | |
*** irenab has quit IRC | 20:26 | |
*** yassine is now known as Guest73098 | 20:26 | |
*** gopenshaw has joined #openstack-nova | 20:26 | |
*** logan- has joined #openstack-nova | 20:26 | |
*** jaypipes has joined #openstack-nova | 20:26 | |
*** ujjain has joined #openstack-nova | 20:27 | |
jaypipes | a fun day of netshits. | 20:27 |
*** ujjain has quit IRC | 20:27 | |
*** ujjain has joined #openstack-nova | 20:27 | |
*** ansiwen_ has quit IRC | 20:27 | |
*** zzzeek has joined #openstack-nova | 20:27 | |
dansmith | jaypipes: please | 20:28 |
*** burgerk_ has joined #openstack-nova | 20:28 | |
dansmith | jaypipes: proper PC term is "net bowel movements" | 20:28 |
*** ansiwen has joined #openstack-nova | 20:29 | |
*** mdbooth has joined #openstack-nova | 20:29 | |
*** hemanthm is now known as hemanthm|afk | 20:30 | |
mriedem | dansmith: i think i might know what's wrong | 20:30 |
*** Apoorva_ has joined #openstack-nova | 20:30 | |
mriedem | post_test_hook | 20:30 |
mriedem | export -f post_test_hook | 20:30 |
wznoinsk | mriedem: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104654.html , let me know if you need a bit more details on the issue here | 20:31 |
mriedem | i think that's needed to export it and make it available to the functions.sh script | 20:31 |
*** burgerk has joined #openstack-nova | 20:31 | |
*** burgerk__ has quit IRC | 20:31 | |
*** tjones has joined #openstack-nova | 20:31 | |
*** cfriesen_ has joined #openstack-nova | 20:32 | |
mriedem | wznoinsk: should we make the intel nfv ci jobs non-voting then until it's fixed? | 20:32 |
mriedem | because they are -1ing everything | 20:32 |
*** gopenshaw has quit IRC | 20:32 | |
*** leifz has quit IRC | 20:32 | |
*** ajo has quit IRC | 20:32 | |
*** serverascode has quit IRC | 20:32 | |
*** adreznec has quit IRC | 20:32 | |
*** sai has quit IRC | 20:32 | |
*** briancurtin has quit IRC | 20:32 | |
*** DinaBelova has quit IRC | 20:32 | |
*** jamespd_ has quit IRC | 20:33 | |
*** cfriesen has quit IRC | 20:33 | |
*** jamespd has joined #openstack-nova | 20:33 | |
*** DinaBelova2 has joined #openstack-nova | 20:33 | |
*** burgerk_ has quit IRC | 20:33 | |
*** Apoorva has quit IRC | 20:33 | |
*** alee_afk has quit IRC | 20:33 | |
*** rdo has quit IRC | 20:33 | |
*** jroll has quit IRC | 20:33 | |
*** Qu4tre has quit IRC | 20:33 | |
wznoinsk | mriedem: we've turn off commenting back to gerrit completely today http://ci-watch.tintri.com/project?project=nova , I guess nv would be as good | 20:33 |
*** rdo has joined #openstack-nova | 20:33 | |
wznoinsk | s/turn/turned | 20:33 |
*** ajo has joined #openstack-nova | 20:33 | |
*** DinaBelova2 is now known as DinaBelova | 20:33 | |
*** adreznec has joined #openstack-nova | 20:33 | |
*** sai has joined #openstack-nova | 20:33 | |
mriedem | non-voting would also work | 20:34 |
*** leifz has joined #openstack-nova | 20:34 | |
*** gopenshaw has joined #openstack-nova | 20:34 | |
*** jroll has joined #openstack-nova | 20:34 | |
*** alee_afk has joined #openstack-nova | 20:34 | |
*** jroll has quit IRC | 20:34 | |
*** jroll has joined #openstack-nova | 20:34 | |
*** Qu4tre has joined #openstack-nova | 20:34 | |
*** dave-mccowan has joined #openstack-nova | 20:35 | |
wznoinsk | will do it then going forward | 20:35 |
*** sc68cal_ is now known as sc68cal | 20:35 | |
*** zul has joined #openstack-nova | 20:36 | |
*** burgerk has quit IRC | 20:37 | |
*** frickler has joined #openstack-nova | 20:37 | |
*** rhagarty_ has joined #openstack-nova | 20:38 | |
*** jklare has quit IRC | 20:38 | |
*** browne has joined #openstack-nova | 20:38 | |
*** fyxim has joined #openstack-nova | 20:39 | |
*** DuncanT has joined #openstack-nova | 20:39 | |
*** dave-mcc_ has joined #openstack-nova | 20:41 | |
*** shihanzhang has quit IRC | 20:42 | |
*** code-R has quit IRC | 20:42 | |
*** jklare has joined #openstack-nova | 20:42 | |
*** shihanzhang has joined #openstack-nova | 20:42 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Add image_meta when unshelving volume backend vm https://review.openstack.org/347063 | 20:43 |
*** eharney has quit IRC | 20:43 | |
*** kashyap has quit IRC | 20:43 | |
*** serverascode has joined #openstack-nova | 20:43 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Check for volume size https://review.openstack.org/348317 | 20:43 |
*** diga has joined #openstack-nova | 20:43 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Using get() method to prevent KeyError https://review.openstack.org/359424 | 20:44 |
*** adreznec_ has joined #openstack-nova | 20:44 | |
*** patrickeast_ has quit IRC | 20:44 | |
*** Anticimex has quit IRC | 20:44 | |
*** ajo_ has joined #openstack-nova | 20:44 | |
*** jamespd_ has joined #openstack-nova | 20:44 | |
*** rhagarty__ has joined #openstack-nova | 20:44 | |
*** jdillaman1 has joined #openstack-nova | 20:44 | |
*** ajo has quit IRC | 20:45 | |
*** jamespd has quit IRC | 20:45 | |
*** dillaman has quit IRC | 20:45 | |
*** jcook has quit IRC | 20:45 | |
*** DinaBelova has quit IRC | 20:45 | |
*** diablo_rojo has quit IRC | 20:45 | |
*** vladikr has quit IRC | 20:45 | |
*** coreywright has quit IRC | 20:45 | |
*** keekz has quit IRC | 20:45 | |
*** Qu4tre_ has joined #openstack-nova | 20:45 | |
*** DinaBelova2 has joined #openstack-nova | 20:45 | |
*** coreywright has joined #openstack-nova | 20:45 | |
*** gopenshaw_ has joined #openstack-nova | 20:45 | |
*** diablo_rojo has joined #openstack-nova | 20:45 | |
*** DinaBelova2 is now known as DinaBelova | 20:46 | |
*** dave-mccowan has quit IRC | 20:46 | |
*** fyxim has quit IRC | 20:46 | |
*** DuncanT has quit IRC | 20:46 | |
*** gopenshaw has quit IRC | 20:46 | |
*** adreznec has quit IRC | 20:46 | |
*** leifz has quit IRC | 20:46 | |
*** Qu4tre has quit IRC | 20:46 | |
*** swamireddy has quit IRC | 20:46 | |
*** sdake_ has quit IRC | 20:46 | |
*** yhvh has quit IRC | 20:46 | |
*** jamielennox has quit IRC | 20:46 | |
*** rhagarty_ has quit IRC | 20:46 | |
*** jroll has quit IRC | 20:46 | |
*** rha has quit IRC | 20:46 | |
*** krtaylor has quit IRC | 20:46 | |
*** Anticime1 has joined #openstack-nova | 20:46 | |
*** leifz has joined #openstack-nova | 20:46 | |
*** alee_afk has quit IRC | 20:46 | |
*** jroll has joined #openstack-nova | 20:46 | |
*** keekz_ has joined #openstack-nova | 20:46 | |
*** Qu4tre_ is now known as Qu4tre | 20:46 | |
*** yhvh- has joined #openstack-nova | 20:46 | |
*** adreznec_ is now known as adreznec | 20:46 | |
*** alee_afk has joined #openstack-nova | 20:46 | |
*** krtaylor has joined #openstack-nova | 20:46 | |
*** jcook has joined #openstack-nova | 20:46 | |
*** jroll is now known as Guest49945 | 20:46 | |
mriedem | anyone else want to get this in https://review.openstack.org/#/c/209581/ ? | 20:47 |
*** briancurtin has joined #openstack-nova | 20:47 | |
*** sdake has joined #openstack-nova | 20:47 | |
*** Guest49945 is now known as jroll|dupe | 20:47 | |
*** jroll|dupe has quit IRC | 20:47 | |
*** jroll|dupe has joined #openstack-nova | 20:47 | |
*** rha has joined #openstack-nova | 20:48 | |
*** swamireddy has joined #openstack-nova | 20:48 | |
*** lamt has joined #openstack-nova | 20:49 | |
*** brad[] has joined #openstack-nova | 20:50 | |
*** jamielennox has joined #openstack-nova | 20:51 | |
*** beekneemech is now known as bnemec | 20:51 | |
mriedem | rosmaita: does glance enforce quota on image metadata/properties? | 20:52 |
mriedem | does glance have quota at all? i thought that's why that new library was being created | 20:53 |
rosmaita | mriedem: it has hard limits on properties | 20:53 |
*** TravT has joined #openstack-nova | 20:53 | |
rosmaita | same for all users, so not really quotas | 20:53 |
rosmaita | no quota on number of images, just hard limit on total bytes allowed per tenant | 20:54 |
mriedem | yeah so image size quota | 20:54 |
*** jroll|dupe is now known as jroll | 20:54 | |
mriedem | i see the StorageQuotaFull exception | 20:54 |
*** TravT has quit IRC | 20:54 | |
mriedem | but nothing like quota_metadata_items in nova.conf? | 20:55 |
rosmaita | pretty sure we have that, give me a sec | 20:55 |
*** TravT has joined #openstack-nova | 20:55 | |
*** TravT has quit IRC | 20:55 | |
*** TravT has joined #openstack-nova | 20:56 | |
*** DuncanT has joined #openstack-nova | 20:57 | |
rosmaita | mriedem: image_property_quota, default is 128 | 20:58 |
*** fyxim has joined #openstack-nova | 20:59 | |
*** patrickeast_ has joined #openstack-nova | 20:59 | |
mriedem | ah ok great | 20:59 |
mriedem | was just reviewing https://review.openstack.org/#/c/377528/1/deprecate-image-meta-proxy-api.rst | 21:00 |
*** slaweq_ has quit IRC | 21:01 | |
*** tomhambleton has joined #openstack-nova | 21:01 | |
*** cdent has quit IRC | 21:02 | |
*** Apoorva has joined #openstack-nova | 21:02 | |
*** eharney has joined #openstack-nova | 21:04 | |
*** code-R has joined #openstack-nova | 21:04 | |
*** ijw has joined #openstack-nova | 21:04 | |
*** lpetrut has quit IRC | 21:05 | |
*** Apoorva_ has quit IRC | 21:05 | |
*** anush has quit IRC | 21:06 | |
*** Vek has joined #openstack-nova | 21:07 | |
*** haplo37 has quit IRC | 21:07 | |
*** dave-mcc_ has quit IRC | 21:11 | |
*** patrickeast has quit IRC | 21:15 | |
*** haplo37 has joined #openstack-nova | 21:16 | |
*** patrickeast_ is now known as patrickeast | 21:16 | |
*** code-R has quit IRC | 21:17 | |
*** mat128|mtg is now known as mat128 | 21:18 | |
*** burt has joined #openstack-nova | 21:20 | |
*** sdake has quit IRC | 21:22 | |
*** kmartin has joined #openstack-nova | 21:22 | |
*** thorst_ has quit IRC | 21:23 | |
*** thorst_ has joined #openstack-nova | 21:24 | |
mriedem | sdague: L42 in https://etherpad.openstack.org/p/NYC-ops-Nova - so multiattach was actually a big ask at the ops thing? | 21:27 |
sdague | mriedem: it was an ask by at least 2 groups iirc | 21:27 |
sdague | the charter (nee: time warner) folks were the folks that first brought it up | 21:28 |
sdague | ildikov was in the room as well, so was able to answer some of the status | 21:28 |
mriedem | charter?! my very own cable provider. | 21:28 |
*** thorst_ has quit IRC | 21:29 | |
*** mikal_ is now known as mikal | 21:29 | |
mikal | Morning | 21:30 |
mriedem | o/ | 21:30 |
*** dave-mccowan has joined #openstack-nova | 21:31 | |
mriedem | i guess we still need to do this for newton "Action: make sure there's a good release note for: in Newton, no longer need a policy.json file. policy.json is only for overrides" | 21:31 |
melwitt | mikal: I've been meaning to ask you if you could have a look at this patch that's trying to handle config changes of force_config_drive=False to force_config_drive=True later in an instance's lifetime https://review.openstack.org/#/c/376452/ | 21:33 |
mikal | melwitt: I shall take a look in about an hour? | 21:33 |
melwitt | from reading the bug and previous patch attempts, I'm not sure if it's really a bug, or if there is more to it than simply "create the config drive if it doesn't exist" | 21:33 |
*** gouthamr has quit IRC | 21:33 | |
melwitt | mikal: sure, at your convenience | 21:34 |
mriedem | dansmith: wasn't there something you said last week we should have a newton release note for? | 21:34 |
mriedem | something with maybe db migrations? | 21:34 |
dansmith | something | 21:35 |
*** jheroux has quit IRC | 21:36 | |
openstackgerrit | Sivasathurappan Radhakrishnan proposed openstack/nova: Update rolling upgrade steps from upgrades documentation https://review.openstack.org/373549 | 21:36 |
*** kylek3h_ has quit IRC | 21:36 | |
*** rtheis has quit IRC | 21:36 | |
mriedem | dansmith: http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2016-09-23.log.html#t2016-09-23T21:20:48 | 21:37 |
mriedem | dansmith: re: L138 https://etherpad.openstack.org/p/NYC-ops-Nova | 21:37 |
dansmith | yep | 21:38 |
mriedem | dansmith: want to push a release note to stable/newton for that, and i'll do one for the empty policy.json file? | 21:38 |
dansmith | mriedem: I soooo want to yes | 21:38 |
dansmith | mriedem: is this an upgrade: or preamble: thing you think? | 21:38 |
*** FL1SK has joined #openstack-nova | 21:39 | |
mriedem | make that dream a reality | 21:39 |
mriedem | hmm, i don't use preface much | 21:39 |
mriedem | i'd think upgrade | 21:39 |
*** annegentle has quit IRC | 21:39 | |
* dansmith salutes | 21:40 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Let schema validate image metadata type and key lengths https://review.openstack.org/378048 | 21:41 |
mriedem | sdague: ^ you may enjoy that | 21:41 |
sdague | mriedem: nice | 21:42 |
*** FL1SK has quit IRC | 21:43 | |
dansmith | mriedem: https://review.openstack.org/378049 | 21:44 |
*** Apoorva has quit IRC | 21:44 | |
*** Apoorva has joined #openstack-nova | 21:45 | |
*** Guest73098 has quit IRC | 21:45 | |
mriedem | alaski: with this reno: https://github.com/openstack/nova/blob/master/releasenotes/notes/policy-sample-defaults-changed-b5eea1daeb305251.yaml | 21:45 |
*** maticue has joined #openstack-nova | 21:45 | |
mriedem | alaski: we no longer have a sample policy.json | 21:45 |
mriedem | so the reno is kind of weird now | 21:45 |
*** tbachman has joined #openstack-nova | 21:46 | |
mriedem | alaski: i'm wondering if we should remove that, or re-word it to point out that with the policy defaults being in code, the shipped policy.json sample is now empty and is not necessary unless you want to override it | 21:46 |
alaski | yeah, that's a shortcoming to how we do reno | 21:46 |
mriedem | well, we can go back and fix the reno now before the newton release if we want | 21:46 |
mriedem | i'm just not sure about wording | 21:47 |
alaski | I think just remove the parts about it being in the shipped policy file | 21:47 |
alaski | maybe change it to be about the default policies in Nova | 21:48 |
*** tblakes has quit IRC | 21:49 | |
alaski | I dunno, I'll make an attempt and post it | 21:50 |
*** ijw has quit IRC | 21:50 | |
mriedem | i've got something | 21:50 |
alaski | just as soon as I unsubscribe from the ML before my blood pressure gets too high | 21:50 |
mriedem | orly | 21:50 |
mriedem | oh i see | 21:51 |
alaski | blood pressure yes, unsubscribe no | 21:51 |
mriedem | always picking fights in the ML | 21:51 |
melwitt | :) | 21:51 |
*** maticue has quit IRC | 21:52 | |
alaski | and I'm generally so peaceful outside of it, I don't know what it is | 21:53 |
* dansmith hooks up alaski to a beer IV | 21:53 | |
*** ihrachys has quit IRC | 21:54 | |
melwitt | fwiw, I did not expect it to be a thing. I thought it was a couple of small changes for something really cool that I've wanted to exist for awhile, to be able to see a snapshot of log stats easily | 21:54 |
alaski | yeah, I was just hoping to do a small cool thing for now and worry about getting fancy later | 21:55 |
melwitt | yeah. I honestly thought we were just gonna merge it and experiment with it | 21:55 |
*** ljxiash has joined #openstack-nova | 21:56 | |
*** tonyb_ is now known as tonyb | 21:56 | |
dansmith | melwitt: no, we can't do that | 21:57 |
dansmith | melwitt: everything has to be multi-project else it's not fair | 21:58 |
dansmith | or something | 21:58 |
*** jamesdenton has quit IRC | 21:58 | |
*** nherciu_ has quit IRC | 21:58 | |
melwitt | :) | 21:59 |
*** kaisers2 has quit IRC | 21:59 | |
*** kaisers1 has joined #openstack-nova | 21:59 | |
*** annegentle has joined #openstack-nova | 22:00 | |
clarkb | have you spoken to SpamapS at all about it? I think he was working on similar stats collection for trend analysis in the past | 22:00 |
clarkb | I want to say dstat was one of the initial versions used | 22:00 |
alaski | I have not. It was just an idea that turned into a small script. | 22:01 |
*** ljxiash has quit IRC | 22:01 | |
melwitt | I don't know that this is about trend analysis. at least for me, I wanted to be able to have a quick snapshot delta that tells me "did this patch break something" comparing pre-patch to post-patch | 22:01 |
dansmith | clarkb: I think alaski was more interested in a few numbers from a small script and less interested in making this an international incident | 22:02 |
*** sdague has quit IRC | 22:02 | |
alaski | exactly | 22:02 |
alaski | I figured something small now was better than nothing until we get everyone on the same page with a generic framework | 22:03 |
dansmith | alaski: little did you know, that was a very very wrong thing to do | 22:03 |
mriedem | alaski: dansmith: fight over this https://review.openstack.org/#/c/378057/ | 22:04 |
alaski | after all this time you'd think I know how things work | 22:04 |
ildikov | mriedem: sdague: TWC guys were in Austin as well IIRC along with a few other folks with interest in multi attach | 22:04 |
dansmith | alaski: yeah, frankly I'm disappointed in you | 22:04 |
*** burt has quit IRC | 22:04 | |
mriedem | dansmith: we aren't trying to get https://review.openstack.org/#/c/378055/ into newton rc2 are we? | 22:06 |
mriedem | since it's latent | 22:06 |
clarkb | heh | 22:06 |
* clarkb has no opinions on where it should live | 22:06 | |
clarkb | just mentioning spamaps might have similar useful things | 22:06 |
alaski | dansmith: you and me both | 22:07 |
alaski | mriedem: lgtm. also, we can remove the empty policy file now I think | 22:07 |
SpamapS | Can somebody point me to the tl;dr? | 22:07 |
alaski | mriedem: I need to check on the version of oslo.policy we require now, but the latest version should allow the file to be missing | 22:07 |
mriedem | SpamapS: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104611.html | 22:07 |
dansmith | mriedem: no, I just want it in newton eventually | 22:10 |
mriedem | dansmith: yeah me too, ok cool | 22:10 |
mriedem | i'll bug john and sylvain about the newton renos in the morning | 22:10 |
mriedem | and probably put up rc2 tomorrow | 22:10 |
*** ijw has joined #openstack-nova | 22:10 | |
*** mriedem has quit IRC | 22:12 | |
openstackgerrit | Sujitha proposed openstack/nova: Improve help text for libvirt options https://review.openstack.org/372722 | 22:12 |
*** haplo37- has quit IRC | 22:12 | |
*** delattec has joined #openstack-nova | 22:13 | |
*** haplo37- has joined #openstack-nova | 22:14 | |
*** salv-orlando has quit IRC | 22:15 | |
*** cdelatte has quit IRC | 22:16 | |
*** ijw has quit IRC | 22:16 | |
*** ijw has joined #openstack-nova | 22:21 | |
*** Guest45789 is now known as med_ | 22:22 | |
*** med_ has quit IRC | 22:23 | |
*** med_ has joined #openstack-nova | 22:23 | |
*** salv-orlando has joined #openstack-nova | 22:23 | |
openstackgerrit | John Griffith proposed openstack/nova: Implement new attach/detach Cinder flow https://review.openstack.org/330285 | 22:23 |
*** annegentle has quit IRC | 22:23 | |
clarkb | SpamapS: was basically thinking creating statistics around number and type of log message was similar to what you were trying to do with dstat for other things | 22:24 |
*** whenry has joined #openstack-nova | 22:24 | |
*** ijw has quit IRC | 22:27 | |
*** jaypipes has quit IRC | 22:27 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Hyper-V: Adds vNUMA implementation https://review.openstack.org/282407 | 22:27 |
*** mtanino has joined #openstack-nova | 22:29 | |
*** baoli has quit IRC | 22:31 | |
*** diablo_rojo has quit IRC | 22:32 | |
*** siva_krish has quit IRC | 22:34 | |
*** vishwanathj has quit IRC | 22:36 | |
*** ijw has joined #openstack-nova | 22:36 | |
*** amotoki has quit IRC | 22:43 | |
*** salv-orlando has quit IRC | 22:46 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/378070 | 22:48 |
*** alex_xu has quit IRC | 22:50 | |
stewie925 | hi , I have a question about 'tox -e api-samples' | 22:51 |
*** mrodden has quit IRC | 22:51 | |
stewie925 | how do I specify which api-samples that I want to generate? | 22:51 |
*** alex_xu has joined #openstack-nova | 22:52 | |
*** jamesdenton has joined #openstack-nova | 22:53 | |
*** jamesden_ has joined #openstack-nova | 22:53 | |
*** mrodden has joined #openstack-nova | 22:54 | |
*** siva_krishnan has joined #openstack-nova | 22:54 | |
*** sdake has joined #openstack-nova | 22:56 | |
*** jamesdenton has quit IRC | 22:57 | |
*** ijw has quit IRC | 22:57 | |
*** sdake_ has joined #openstack-nova | 22:58 | |
*** claudiub|2 has joined #openstack-nova | 23:00 | |
*** sdake has quit IRC | 23:01 | |
*** claudiub has quit IRC | 23:03 | |
SpamapS | clarkb: yeah that's very similar to the thing I was doing with counting sql queries and rabbitmq messages | 23:10 |
SpamapS | clarkb: I gave up on dstat, because it is a bonghits program | 23:10 |
SpamapS | nice and pretty for screen, but the way plugins are written and the whole thing is just weird | 23:10 |
SpamapS | The author actually gave me control of the repo, but I was already turned off to it. | 23:10 |
*** lamt has quit IRC | 23:10 | |
*** kylek3h has joined #openstack-nova | 23:11 | |
*** kylek3h has quit IRC | 23:11 | |
SpamapS | melwitt: the spec I did for QA was for the same reason. I wanted to make sure we didn't introduce something that produced a spike in DB activity. | 23:11 |
SpamapS | alaski: ^ | 23:11 |
*** kylek3h has joined #openstack-nova | 23:11 | |
SpamapS | I would love to finish it. The collection is already setup to dump into subunit as an attachment, and then I have a patch up that puts that into statsd/graphite so we get a graph | 23:12 |
SpamapS | so you can look at the trend for how many queries devstack-gate-x produces | 23:12 |
SpamapS | but... I digress.. EOD'ing... will respond to thread tomorrow | 23:12 |
*** ijw has joined #openstack-nova | 23:18 | |
*** ijw has quit IRC | 23:19 | |
stewie925 | wondering how do I run 'tox -e api-samples' to specify that I want to generate all api-samples under ./nova/doc/api_samples/os-multinic | 23:19 |
*** ijw has joined #openstack-nova | 23:19 | |
*** markvoelker has quit IRC | 23:19 | |
stewie925 | if I just run 'tox -e api-samples' by itself, it goes through everything | 23:20 |
*** ijw has quit IRC | 23:31 | |
*** rcarrillocruz has quit IRC | 23:33 | |
*** ijw has joined #openstack-nova | 23:33 | |
*** ijw has quit IRC | 23:34 | |
*** ijw has joined #openstack-nova | 23:34 | |
*** rcarrillocruz has joined #openstack-nova | 23:35 | |
*** ijw has quit IRC | 23:36 | |
*** baoli has joined #openstack-nova | 23:37 | |
*** edleafe has quit IRC | 23:39 | |
*** ducttape_ has joined #openstack-nova | 23:41 | |
*** tjones has left #openstack-nova | 23:42 | |
*** ijw has joined #openstack-nova | 23:42 | |
*** edleafe has joined #openstack-nova | 23:43 | |
*** ducttape_ has quit IRC | 23:44 | |
*** Swami has quit IRC | 23:46 | |
*** EinstCrazy has joined #openstack-nova | 23:47 | |
*** TravT_ has joined #openstack-nova | 23:48 | |
*** cdelatte has joined #openstack-nova | 23:48 | |
*** EinstCrazy has quit IRC | 23:48 | |
*** mtanino has quit IRC | 23:49 | |
*** abalutoiu has quit IRC | 23:49 | |
*** TravT has quit IRC | 23:50 | |
*** delattec has quit IRC | 23:50 | |
*** FL1SK has joined #openstack-nova | 23:51 | |
*** TravT_ has quit IRC | 23:52 | |
*** hoangcx has quit IRC | 23:53 | |
*** salv-orlando has joined #openstack-nova | 23:53 | |
*** tonytan4ever has quit IRC | 23:55 | |
*** keekz_ is now known as keekz | 23:55 | |
*** ducttape_ has joined #openstack-nova | 23:57 | |
*** salv-orlando has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!