Tuesday, 2016-09-27

*** salv-orlando has joined #openstack-nova00:01
*** ijw has quit IRC00:04
*** 7IZAAPZ3F has quit IRC00:04
*** ducttape_ has joined #openstack-nova00:05
*** salv-orlando has quit IRC00:05
*** TravT has quit IRC00:06
*** Sukhdev_ has joined #openstack-nova00:06
*** ducttape_ has quit IRC00:06
*** Sukhdev has quit IRC00:07
*** rfolco has quit IRC00:09
*** zz_dimtruck is now known as dimtruck00:09
mriedemtjones: ok thanks00:09
mriedemstewie925: tox -r -e api-ref generates the api-ref docs00:10
*** ducttape_ has joined #openstack-nova00:10
mriedemtox -e api-sample generates the api-samples used in the functional api samples tests00:10
*** smatzek has joined #openstack-nova00:10
mriedemi believe anyway00:10
stewie925mriedem: 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
mriedemstewie925: yeah OS_TEST_PATH=./nova/tests/functional/api_sample_tests00:11
mriedemit runs that with GENERATE_SAMPLES=True00:11
mriedemso see what GENERATE_SAMPLES does in the functional tests00:11
mriedemi thought it created an api sample doc for the test to use if one wasn't in the repo00:11
mriedemyeah doc/api_samples/os-multinic/multinic-add-fixed-ip-req.json is an api sampel00:12
mriedem*sample00:12
mriedembut i thought GENERATE_SAMPLES would only create one if it didn't exist00:12
mriedemyou'd have to look00:12
stewie925oh I see00:12
stewie925mriedem: so the api-sample already exists, and I made a change to the networkid value to a string instead of an integer00:13
mriedemfwiw the functional api samples run with a fake network API backend i believe, which is stubbed to be a nova-network fake backend00:15
mriedemso that's probably why john was asking about the int vs uuid00:15
*** kaisers has joined #openstack-nova00:16
mriedemthat'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-netwokr00:16
mriedem*network00:16
*** kaisers2 has joined #openstack-nova00:17
*** kaisers4 has quit IRC00:17
*** kaisers1 has quit IRC00:17
*** gongysh has joined #openstack-nova00:18
*** ijw has joined #openstack-nova00:18
*** dimtruck is now known as zz_dimtruck00:19
*** Swami has quit IRC00:20
stewie925mriedem: yes you're right00:20
stewie925I just need to back out the change to that json file00:20
*** trisq has joined #openstack-nova00:21
mriedemstewie925: i just added a comment in there00:22
mriedembut that api is also implemented for neutron00:22
mriedemhttps://github.com/openstack/nova/blob/ebb51d50dcbc0052dc95a2595cd904c59df8b0d2/nova/network/neutronv2/api.py#L133800:22
mriedemso the warning about it being nova-network only is wrong00:22
mriedemand we actually only test that api with neutron jobs00:22
stewie925mriedem: oh, thank you00:23
*** ducttape_ has quit IRC00:23
stewie925that was fast00:24
mriedembtw, we could have 2 samples for that one, one for nova-network and one for neutron00:24
mriedemin case it's confusing00:24
stewie925so I have to update the warning text and indicate it is both for neutron and nova-network00:25
*** trisq has quit IRC00:25
*** smatzek has quit IRC00:25
*** ijw has quit IRC00:25
stewie925mriedem: so right now, we only have the nova-network version (which is already deprecated)00:26
mriedemwell, i'm not sure we need a warning, except to say it's deprecated for nova-network in 2.3600:26
*** tuanla has joined #openstack-nova00:26
mriedemwhat do you mean we only have the nova-network version?00:26
mriedemthe sample you mean?00:27
stewie925yes that is right00:27
stewie925I meant the sample json00:27
*** browne has quit IRC00:28
mriedemyeah but we can have more than one sample00:28
mriedeme.g. the title on the existing one is "Example Add (Associate) Fixed Ip (Addfixedip Action): JSON request"00:28
mriedemyou could work (nova-network) and (neutron) into different samples00:28
mriedemfor example00:28
mriedembut yeah we probably would need a warning or at least a note that the api is deprecated for nova-network after 2.3500:28
mriedemactually, that's not correct i don't think00:29
mriedemsince it's a server action00:29
stewie925yeah I understand its confusing hehe00:29
mriedemwould probably need to see what we did for associating a floating IP with a server00:30
mriedemor security group00:30
*** markvoelker has quit IRC00:30
openstackgerritMatt Riedemann proposed openstack/nova: Hyper-V: Adds Hyper-V UEFI Secure Boot  https://review.openstack.org/20958100:31
melwittmriedem: 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 chance00:31
mriedemyeah addFloatingIp isn't deprecated with 2.3600:31
mriedemso no warning00:31
mriedemmelwitt: ah probably expired00:31
mriedemnice catch00:31
mriedemseems like someone should own that functional id and get emails if it expires00:32
*** Apoorva has quit IRC00:34
*** zz_dimtruck is now known as dimtruck00:36
melwittmriedem: looks like mikal is the only admin of the nova bug team. we need to get you admin on there00:37
*** david-lyle_ has joined #openstack-nova00:38
stewie925mriedem: thank you for the clarifying comments in my commit00:38
stewie925so I need to add the json for the neutron add-fixed-ip00:38
melwittmriedem: 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 that00:38
*** ducttape_ has joined #openstack-nova00:39
*** gongysh has quit IRC00:41
*** david-lyle has quit IRC00:41
*** hoangcx has joined #openstack-nova00:42
*** thorst has joined #openstack-nova00:42
jeblairmriedem, mikal, melwitt: i made mriedem an admin of nova-bugs00:43
melwittjeblair: \o/00:44
jeblairmriedem, melwitt: i set hudson-openstack's membership in nova-bugs to never expire00:44
mriedemsweet00:45
*** rrecio_ has quit IRC00:45
melwittjeblair: 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 why00:46
*** dimtruck is now known as zz_dimtruck00:46
jeblairmelwitt: thanks for figuring it out :)00:46
melwittheh00:46
stewie925mriedem: regarding the add-fixed-ip for neutron00:47
stewie925could need some guidance as to the correct format for it00:48
*** sneti has joined #openstack-nova00:49
*** ducttape_ has quit IRC00:49
stewie925i 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-ports00:51
mriedemstewie925: 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#L26100:52
mriedemwhich in the case of neutron is going to be a uuid00:52
*** GB21 has joined #openstack-nova00:52
mriedemstewie925: 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_90900:52
mriedemBody: {"addFixedIp": {"networkId": "8ef04095-a87f-45d3-920e-d2f7a022f32f"}}00:52
mriedemok, with that, i need to get my ass onto a couch and watch this trainwreck that is going to be the presidential debate00:53
*** mdrabe has quit IRC00:53
*** mriedem is now known as mriedem_debate00:54
stewie925mriedem_debate: thank you and good night!00:56
stewie925I'll continue work on it tmrw am00:56
*** sneti has quit IRC00:58
*** salv-orlando has joined #openstack-nova01:02
*** zz_dimtruck is now known as dimtruck01:03
openstackgerritSTEW TY proposed openstack/nova: Transform instance.resume notifications  https://review.openstack.org/37578401:04
*** phuongnh has joined #openstack-nova01:05
*** Apoorva has joined #openstack-nova01:05
*** stewie925 has quit IRC01:05
*** salv-orlando has quit IRC01:06
*** gongysh has joined #openstack-nova01:07
openstackgerritJay Pipes proposed openstack/nova: placement - add nested resource providers  https://review.openstack.org/37713801:08
*** rama_y has joined #openstack-nova01:11
*** dimtruck is now known as zz_dimtruck01:13
*** kaisers_ has quit IRC01:14
*** EinstCrazy has joined #openstack-nova01:15
*** nic has quit IRC01:17
*** hieulq has joined #openstack-nova01:18
*** thorst has quit IRC01:21
*** thorst has joined #openstack-nova01:22
*** mtanin___ has joined #openstack-nova01:23
*** yuntongjin has joined #openstack-nova01:24
*** mtanino has quit IRC01:24
*** diablo_rojo has joined #openstack-nova01:24
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 16  https://review.openstack.org/37589401:26
*** ijw has joined #openstack-nova01:26
*** alex_xu has quit IRC01:27
*** sdake has quit IRC01:28
*** zz_dimtruck is now known as dimtruck01:30
*** alex_xu has joined #openstack-nova01:31
*** thorst has quit IRC01:31
*** markvoelker has joined #openstack-nova01:31
*** ijw has quit IRC01:34
*** baoli has joined #openstack-nova01:34
*** diablo_rojo has quit IRC01:34
*** ijw has joined #openstack-nova01:34
*** harlowja has quit IRC01:35
*** huanxie has joined #openstack-nova01:35
*** markvoelker has quit IRC01:36
*** thorst has joined #openstack-nova01:36
*** thorst has quit IRC01:37
*** ijw has quit IRC01:39
*** dimtruck is now known as zz_dimtruck01:40
*** bdeschenes has quit IRC01:46
*** tiendc has joined #openstack-nova01:47
*** ducttape_ has joined #openstack-nova01:50
*** amotoki has joined #openstack-nova01:51
*** ducttape_ has quit IRC01:54
*** bkopilov has quit IRC01:55
*** zz_dimtruck is now known as dimtruck01:57
*** trisq has joined #openstack-nova01:59
*** rfolco has joined #openstack-nova01:59
*** raunak has quit IRC01:59
*** haplo37_ has quit IRC02:00
*** Cristina_ has joined #openstack-nova02:01
*** haplo37_ has joined #openstack-nova02:02
*** salv-orlando has joined #openstack-nova02:03
*** unicell has quit IRC02:03
*** CristinaPauna has quit IRC02:04
*** coreywright has quit IRC02:06
*** dimtruck is now known as zz_dimtruck02:07
*** salv-orlando has quit IRC02:07
*** thorst has joined #openstack-nova02:07
*** ljxiash has joined #openstack-nova02:14
*** thorst has quit IRC02:16
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 17  https://review.openstack.org/37589502:17
*** coreywright has joined #openstack-nova02:19
*** zz_dimtruck is now known as dimtruck02:24
*** jianghuaw has quit IRC02:29
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Log warning when user set improper config option value  https://review.openstack.org/35453202:30
*** sfinucan has quit IRC02:31
*** sfinucan has joined #openstack-nova02:31
*** jianghuaw has joined #openstack-nova02:32
openstackgerritJay Pipes proposed openstack/nova: placement - add nested resource providers  https://review.openstack.org/37713802:34
*** dimtruck is now known as zz_dimtruck02:34
*** GB21 has quit IRC02:37
*** Qiming has quit IRC02:37
*** chenfei has quit IRC02:37
openstackgerritYang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver  https://review.openstack.org/32570802:41
*** david-lyle_ has quit IRC02:48
*** mtanin___ has quit IRC02:49
*** david-lyle has joined #openstack-nova02:49
*** ducttape_ has joined #openstack-nova02:51
*** zz_dimtruck is now known as dimtruck02:51
*** sgordon` is now known as sgordon02:52
*** baoli has quit IRC02:53
*** GB21 has joined #openstack-nova02:54
*** sdake has joined #openstack-nova02:55
*** ducttape_ has quit IRC02:56
*** mriedem_debate has quit IRC02:59
*** adisky has joined #openstack-nova03:00
*** dimtruck is now known as zz_dimtruck03:01
*** sudipto has joined #openstack-nova03:03
*** sudipto_ has joined #openstack-nova03:04
*** david-lyle has quit IRC03:04
*** ljxiash has quit IRC03:05
*** ljxiash has joined #openstack-nova03:06
*** Apoorva has quit IRC03:06
*** rfolco has quit IRC03:09
*** bkopilov has joined #openstack-nova03:09
*** ljxiash has quit IRC03:10
*** ljxiash has joined #openstack-nova03:14
*** thorst has joined #openstack-nova03:14
*** haplo37 has quit IRC03:14
*** sdake has quit IRC03:15
*** ljxiash has quit IRC03:17
*** ljxiash has joined #openstack-nova03:17
*** zz_dimtruck is now known as dimtruck03:18
*** armax has quit IRC03:19
*** thorst has quit IRC03:21
*** haplo37 has joined #openstack-nova03:22
*** sdake has joined #openstack-nova03:23
*** huanxie has quit IRC03:25
*** yuntongjin has quit IRC03:26
*** amotoki has quit IRC03:26
*** vishwanathj has quit IRC03:28
*** dimtruck is now known as zz_dimtruck03:28
*** wanghao_ has joined #openstack-nova03:32
*** markvoelker has joined #openstack-nova03:32
*** unicell has joined #openstack-nova03:34
*** raunak has joined #openstack-nova03:36
*** amotoki has joined #openstack-nova03:37
*** markvoelker has quit IRC03:38
*** yarkot has quit IRC03:39
*** sdake has quit IRC03:40
*** sdake has joined #openstack-nova03:41
*** yarkot has joined #openstack-nova03:45
*** aswadr_ has joined #openstack-nova03:46
*** zz_dimtruck is now known as dimtruck03:46
*** sdake has quit IRC03:47
*** amotoki has quit IRC03:49
*** Sukhdev_ has quit IRC03:51
*** Sukhdev has joined #openstack-nova03:51
*** dave-mccowan has quit IRC03:53
*** GB21 has quit IRC03:53
*** gongysh has quit IRC03:54
*** amotoki has joined #openstack-nova03:55
*** dimtruck is now known as zz_dimtruck03:55
*** ljxiash has quit IRC03:56
*** ljxiash has joined #openstack-nova03:56
*** hemna_ has joined #openstack-nova03:59
*** hemna_ has quit IRC04:00
*** ljxiash has quit IRC04:01
*** dikonoor has joined #openstack-nova04:08
*** ljxiash has joined #openstack-nova04:10
*** zz_dimtruck is now known as dimtruck04:13
*** rmcall_ has joined #openstack-nova04:13
*** rmcall has quit IRC04:14
*** rmcall_ is now known as rmcall04:14
*** ljxiash has quit IRC04:14
*** sdake has joined #openstack-nova04:15
*** amotoki has quit IRC04:18
*** links has joined #openstack-nova04:19
*** thorst has joined #openstack-nova04:21
*** sdake_ has joined #openstack-nova04:22
*** dimtruck is now known as zz_dimtruck04:22
*** sdake has quit IRC04:24
*** vishwanathj has joined #openstack-nova04:24
openstackgerritJay Pipes proposed openstack/nova: placement: add get_all_by_root_provider_uuid()  https://review.openstack.org/37721504:25
*** thorst has quit IRC04:26
*** amotoki has joined #openstack-nova04:28
*** hemanthm|bbl is now known as hemanthm04:29
*** coolsvap has quit IRC04:32
*** unicell1 has joined #openstack-nova04:33
*** unicell has quit IRC04:35
*** GB21 has joined #openstack-nova04:36
*** pumaranikar has quit IRC04:38
*** sudipto_ has quit IRC04:39
*** sudipto has quit IRC04:39
*** amotoki_ has joined #openstack-nova04:39
*** ljxiash has joined #openstack-nova04:39
*** sdake_ has quit IRC04:40
*** zz_dimtruck is now known as dimtruck04:40
*** bhagyashri has quit IRC04:40
*** pumaranikar has joined #openstack-nova04:40
*** ratailor has joined #openstack-nova04:40
openstackgerritYang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver  https://review.openstack.org/32570804:41
*** amotoki has quit IRC04:42
*** sdake has joined #openstack-nova04:43
*** gouthamr has quit IRC04:44
*** ljxiash has quit IRC04:45
*** gouthamr has joined #openstack-nova04:45
*** gouthamr has quit IRC04:45
*** psachin has joined #openstack-nova04:45
*** dikonoor has quit IRC04:46
*** sdake_ has joined #openstack-nova04:46
*** sdake has quit IRC04:48
*** claudiub has joined #openstack-nova04:48
*** haplo37 has quit IRC04:49
*** dimtruck is now known as zz_dimtruck04:50
*** bks has joined #openstack-nova04:52
*** ducttape_ has joined #openstack-nova04:53
openstackgerritYang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver  https://review.openstack.org/32570804:54
*** salv-orlando has joined #openstack-nova04:54
*** haplo37 has joined #openstack-nova04:55
*** ducttape_ has quit IRC04:57
*** lpetrut has joined #openstack-nova04:58
*** sdake_ has quit IRC04:58
*** prateek_ has joined #openstack-nova05:02
*** kaisers_ has joined #openstack-nova05:03
*** baoli has joined #openstack-nova05:06
*** zz_dimtruck is now known as dimtruck05:07
*** jaosorior has joined #openstack-nova05:07
*** diga has joined #openstack-nova05:08
*** gongysh has joined #openstack-nova05:08
*** baoli has quit IRC05:10
*** dikonoor has joined #openstack-nova05:11
*** Sukhdev has quit IRC05:12
*** pbandark has joined #openstack-nova05:16
*** dimtruck is now known as zz_dimtruck05:17
*** jaosorior has quit IRC05:19
openstackgerritBéla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications  https://review.openstack.org/37723905:19
*** jaosorior has joined #openstack-nova05:20
*** tonytan4ever has quit IRC05:20
*** sudipto has joined #openstack-nova05:20
*** sudipto_ has joined #openstack-nova05:20
*** lamt has quit IRC05:21
openstackgerritClaudiu Belu proposed openstack/nova: Hyper-V: Adds vNUMA implementation  https://review.openstack.org/28240705:21
*** thorst has joined #openstack-nova05:23
*** ihrachys has joined #openstack-nova05:25
*** ducttape_ has joined #openstack-nova05:25
*** ducttape_ has quit IRC05:27
*** ducttape_ has joined #openstack-nova05:27
*** ducttape_ has quit IRC05:27
*** lpetrut has quit IRC05:29
*** thorst has quit IRC05:32
*** ekuris has joined #openstack-nova05:34
*** zz_dimtruck is now known as dimtruck05:34
*** mamandle has joined #openstack-nova05:37
*** bhagyashri has joined #openstack-nova05:38
*** yuntongjin has joined #openstack-nova05:39
*** dikonoor has quit IRC05:40
*** ljxiash has joined #openstack-nova05:43
*** yuntongjin has quit IRC05:43
*** dimtruck is now known as zz_dimtruck05:44
*** code-R has joined #openstack-nova05:45
*** code-R_ has joined #openstack-nova05:47
*** claudiub has quit IRC05:49
*** priya_ has joined #openstack-nova05:49
*** code-R has quit IRC05:50
openstackgerritRajesh Tailor proposed openstack/nova: Fix instance delete stuck in deleting task_state  https://review.openstack.org/29449105:53
*** moshele has joined #openstack-nova05:58
*** dikonoor has joined #openstack-nova05:59
*** ljxiash_ has joined #openstack-nova05:59
openstackgerritYang Shengming proposed openstack/nova: [WIP]prevent resize down with ceph backend in libvirt driver  https://review.openstack.org/32570805:59
*** zz_dimtruck is now known as dimtruck06:01
*** ljxiash has quit IRC06:02
*** mjura has joined #openstack-nova06:04
*** nherciu has joined #openstack-nova06:05
*** irenab has quit IRC06:07
*** rama_y has quit IRC06:07
openstackgerritBéla Vancsics proposed openstack/nova: Reduce code duplication  https://review.openstack.org/27091106:08
*** f10d4 has quit IRC06:08
*** woodster_ has quit IRC06:10
*** dimtruck is now known as zz_dimtruck06:11
*** mjura has quit IRC06:11
*** mjura has joined #openstack-nova06:12
*** liverpooler has joined #openstack-nova06:14
*** liverpooler has quit IRC06:14
*** liverpooler has joined #openstack-nova06:14
openstackgerritBéla Vancsics proposed openstack/nova: Reduce code duplication  https://review.openstack.org/34423406:17
*** paul-carlton2 has joined #openstack-nova06:17
*** zz_dimtruck is now known as dimtruck06:28
*** thorst has joined #openstack-nova06:30
*** raunak has quit IRC06:36
*** thorst has quit IRC06:37
*** dimtruck is now known as zz_dimtruck06:38
*** pcaruana has joined #openstack-nova06:45
*** GB21 has quit IRC06:47
*** andreas_s has joined #openstack-nova06:50
*** haplo37 has quit IRC06:50
*** siva_krish has joined #openstack-nova06:52
*** zz_dimtruck is now known as dimtruck06:55
*** haplo37 has joined #openstack-nova06:58
*** rcernin has joined #openstack-nova06:59
*** marst has quit IRC07:00
*** salv-orl_ has joined #openstack-nova07:01
*** ihrachys has quit IRC07:02
*** ihrachys has joined #openstack-nova07:03
*** salv-orlando has quit IRC07:04
*** dimtruck is now known as zz_dimtruck07:05
*** salv-orl_ has quit IRC07:05
*** yuntongjin has joined #openstack-nova07:07
*** GB21 has joined #openstack-nova07:09
*** ducttape_ has joined #openstack-nova07:10
openstackgerritNguyen Phuong An proposed openstack/nova: Prevent use filter(lambda ...) to meet python2,3  https://review.openstack.org/36986207:13
*** GB21 has quit IRC07:13
*** GB21 has joined #openstack-nova07:13
*** ducttape_ has quit IRC07:15
*** GB21 has quit IRC07:15
*** GB21 has joined #openstack-nova07:15
*** nkrinner_afk is now known as nkrinner07:20
*** paul-carlton2 has quit IRC07:20
*** tonytan4ever has joined #openstack-nova07:21
*** paul-carlton2 has joined #openstack-nova07:21
*** zz_dimtruck is now known as dimtruck07:22
*** yo has joined #openstack-nova07:22
*** xek has joined #openstack-nova07:25
*** yamahata has joined #openstack-nova07:25
*** tonytan4ever has quit IRC07:26
*** claudiub has joined #openstack-nova07:28
*** alexchadin has joined #openstack-nova07:28
*** marst has joined #openstack-nova07:28
*** yamahata has quit IRC07:32
*** rmart04 has joined #openstack-nova07:34
*** mjura has quit IRC07:34
*** dimtruck is now known as zz_dimtruck07:35
*** mjura has joined #openstack-nova07:35
*** thorst has joined #openstack-nova07:35
*** artom has quit IRC07:35
*** siva_krish has quit IRC07:37
*** jlanoux has joined #openstack-nova07:38
openstackgerritBéla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications  https://review.openstack.org/37723907:41
*** siva_krish has joined #openstack-nova07:41
*** artom has joined #openstack-nova07:41
*** thorst has quit IRC07:41
*** irenab has joined #openstack-nova07:42
*** hoonetorg has quit IRC07:42
*** code-R_ has quit IRC07:43
*** siva_krish has quit IRC07:43
*** karthiks has quit IRC07:45
*** anteaya has quit IRC07:48
*** anteaya has joined #openstack-nova07:49
*** pilgrimstack has joined #openstack-nova07:50
*** PaulMurray has joined #openstack-nova07:50
PaulMurraytdurakov, pkoniszewski are either of you around ?07:51
tdurakovPaulMurray: yes, whatsup?07:51
tdurakovmorning nova~07:52
PaulMurrayHi tdurakov - I have a conflict with the live migration meeting today - would you be able to chair it for me07:52
tdurakovPaulMurray: ok07:53
PaulMurraythanks, I might be there for some of the meeting, but I can't be sure07:53
PaulMurraytdurakov, I thought it might be good to get a list of LM specs together so we can see who is doing what07:54
tdurakovPaulMurray: no worries07:54
*** yassine has joined #openstack-nova07:55
tdurakovPaulMurray: ok, will try to prepare list before the meeting07:55
*** yassine is now known as Guest4501407:55
PaulMurraydoesn't have to be complete - its up to everyone to add what they are doing07:55
PaulMurraybut making sure we know about the expected work would be good07:56
PaulMurraythanks again07:56
*** ljxiash_ has quit IRC07:56
*** ljxiash has joined #openstack-nova07:57
*** mamandle has quit IRC07:58
*** hoonetorg has joined #openstack-nova07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-nova08:00
*** ihrachys has quit IRC08:00
*** claudiub has quit IRC08:01
*** ljxiash has quit IRC08:02
*** paul-carlton2 has quit IRC08:02
openstackgerritYang Shengming proposed openstack/nova: Fix libvirt resize down prevention for shared storage  https://review.openstack.org/32570808:04
tdurakovwznoinsk: hey, are you around?08:04
*** ljxiash has joined #openstack-nova08:07
*** mamandle has joined #openstack-nova08:07
*** danpb has joined #openstack-nova08:09
*** PaulMurray has quit IRC08:11
*** ducttape_ has joined #openstack-nova08:12
*** s1061123_ has quit IRC08:16
*** ljxiash has quit IRC08:16
*** ducttape_ has quit IRC08:17
*** irenab has quit IRC08:18
*** irenab has joined #openstack-nova08:19
*** s1061123 has joined #openstack-nova08:19
*** tonytan4ever has joined #openstack-nova08:22
*** trisq has quit IRC08:23
*** trisq has joined #openstack-nova08:23
*** ljxiash has joined #openstack-nova08:26
*** tonytan4ever has quit IRC08:27
*** roeyc has joined #openstack-nova08:27
bhagyashriHi 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 IRC08:29
*** paul-carlton2 has joined #openstack-nova08:30
*** ihrachys has joined #openstack-nova08:32
*** derekh has joined #openstack-nova08:36
*** irenab has quit IRC08:39
*** ljxiash has joined #openstack-nova08:42
bhagyashrione 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-nova08:46
*** mjura has quit IRC08:49
sfinucanartom: 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 IRC08:51
*** GB21 has quit IRC08:57
*** john51 has quit IRC09:00
*** haplo37 has quit IRC09:02
*** code-R has joined #openstack-nova09:02
prateek_bhagyashri, u might need to try virsh list --all09:02
*** hoonetorg has joined #openstack-nova09:02
*** code-R_ has joined #openstack-nova09:09
*** GB21 has joined #openstack-nova09:10
*** cdent has joined #openstack-nova09:11
*** namnh has joined #openstack-nova09:11
*** haplo37 has joined #openstack-nova09:11
*** lxsli1 is now known as lxsli09:11
*** code-R has quit IRC09:11
*** ducttape_ has joined #openstack-nova09:12
*** jaosorior is now known as jaosorior_lunch09:18
*** ducttape_ has quit IRC09:18
*** matrohon has joined #openstack-nova09:19
*** artom has quit IRC09:22
bhagyashriptateek_: ok. thank you.09:23
*** artom has joined #openstack-nova09:24
*** artom has quit IRC09:24
*** artom has joined #openstack-nova09:24
*** zz_dimtruck is now known as dimtruck09:26
*** jlanoux_ has joined #openstack-nova09:27
*** mvk has quit IRC09:27
*** GB21 has quit IRC09:28
*** namnh has quit IRC09:28
*** jlanoux has quit IRC09:30
*** gongysh has quit IRC09:35
*** dimtruck is now known as zz_dimtruck09:35
*** gszasz has joined #openstack-nova09:37
*** roeyc has quit IRC09:39
*** GB21 has joined #openstack-nova09:41
*** thorst has joined #openstack-nova09:44
*** thorst has quit IRC09:51
*** zz_dimtruck is now known as dimtruck09:53
*** irenab has joined #openstack-nova09:53
openstackgerritBéla Vancsics proposed openstack/nova: Transform instance.shelve_offload notifications  https://review.openstack.org/37723909:54
*** yuntongjin has quit IRC09:54
*** alexchadin has quit IRC09:56
*** jlvillal has quit IRC09:56
*** haplo37_ has quit IRC09:56
*** alexchadin has joined #openstack-nova09:56
*** Dinesh_Bhor has quit IRC09:57
*** alexchadin has quit IRC09:57
*** diga has quit IRC09:57
*** alexchadin has joined #openstack-nova09:57
*** alexchadin has quit IRC09:57
*** alexchadin has joined #openstack-nova09:58
*** alexchadin has quit IRC09:58
*** mvk has joined #openstack-nova09:58
*** haplo37_ has joined #openstack-nova09:59
*** niedbalski_ has quit IRC09:59
*** jlvillal has joined #openstack-nova09:59
*** niedbalski has joined #openstack-nova10:01
*** melwitt has quit IRC10:01
*** melwitt has joined #openstack-nova10:01
*** melwitt is now known as Guest320310:02
*** EinstCrazy has quit IRC10:03
*** EinstCrazy has joined #openstack-nova10:04
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/37612510:04
*** dimtruck is now known as zz_dimtruck10:05
openstackgerritOpenStack Proposal Bot proposed openstack/os-vif: Updated from global requirements  https://review.openstack.org/37752710:06
openstackgerritAlex Xu proposed openstack/nova-specs: Deprecate image-metadata proxy API  https://review.openstack.org/37752810:06
*** irenab has quit IRC10:07
openstackgerritOpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements  https://review.openstack.org/37755810:07
*** irenab has joined #openstack-nova10:07
*** sdague has joined #openstack-nova10:08
*** EinstCrazy has quit IRC10:08
*** gongysh has joined #openstack-nova10:10
*** ducttape_ has joined #openstack-nova10:15
openstackgerritJohn Garbutt proposed openstack/nova-specs: WIP: Add spec to use Cinder's new attachment APIs  https://review.openstack.org/37320310:16
tdurakovfolks, who could help me with intel nfv ci job?10:16
*** liuyulong is now known as yulong|away10:17
wznoinskhi tdurakov, there are issues with it, we're on it10:17
*** irenab has quit IRC10:17
tdurakovwznoinsk: I have proposal for you10:17
wznoinsktdurakov: shoot10:18
tdurakovwznoinsk: 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 ci10:19
tdurakovwznoinsk: what do you think?10:19
*** ducttape_ has quit IRC10:19
openstackgerritChris Dent proposed openstack/nova: [placement] ensure that allow headers are native strings  https://review.openstack.org/37480010:19
tdurakovwznoinsk: 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-L209610:21
wznoinskexclusions of unit tests, docs, releasenotes, api-guide/ref, plugins/doc are on todo list10:22
tdurakovwznoinsk: cool, glad to hear that:)10:22
wznoinskthanks for bringing that up10:22
*** tonytan4ever has joined #openstack-nova10:23
*** yo has quit IRC10:23
*** diga has joined #openstack-nova10:24
*** sdake has joined #openstack-nova10:27
*** tonytan4ever has quit IRC10:28
*** roeyc has joined #openstack-nova10:28
*** jaosorior_lunch is now known as jaosorior10:34
*** keekz has quit IRC10:34
*** gongysh has quit IRC10:34
*** tojuvone_ is now known as tojuvone10:35
*** smatzek has joined #openstack-nova10:35
*** hoangcx has quit IRC10:36
*** keekz has joined #openstack-nova10:39
*** salv-orlando has joined #openstack-nova10:39
*** scottda has quit IRC10:40
*** alexchadin has joined #openstack-nova10:42
*** bdeschenes has joined #openstack-nova10:43
*** alexchadin has quit IRC10:43
openstackgerritStephen Finucane proposed openstack/nova: doc: Integrate oslo_policy.sphinxpolicygen  https://review.openstack.org/37654710:44
*** masayukig has quit IRC10:45
*** masayukig has joined #openstack-nova10:45
*** jlanoux has joined #openstack-nova10:46
*** gcb has joined #openstack-nova10:46
*** tbachman has quit IRC10:48
johnthetubaguysfinucan: ah, that one looks exciting10:49
*** jlanoux_ has quit IRC10:49
*** thorst has joined #openstack-nova10:49
sfinucanCould I get some eyes on this series of patches? https://review.openstack.org/#/q/topic:feat/resolve-fields-todos10:49
sfinucanBelongs to that family of "causes lots of merge conflicts, but are ultimately trivial" patches10:50
sfinucanjohnthetubaguy: 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 IRC10:54
*** snikitin1 has joined #openstack-nova10:56
*** thorst has quit IRC10:56
*** vladikr has quit IRC10:56
*** rtheis has joined #openstack-nova10:57
tdurakovsfinucan: heh, big one^10:58
* tdurakov starred10:58
*** dikonoor has quit IRC10:59
openstackgerritJohn Garbutt proposed openstack/nova-specs: WIP: Add spec to use Cinder's new attachment APIs  https://review.openstack.org/37320311:00
*** phuongnh has quit IRC11:03
*** dikonoor has joined #openstack-nova11:06
*** sudipto has quit IRC11:06
*** sudipto_ has quit IRC11:06
*** ekuris has quit IRC11:06
*** nkrinner has joined #openstack-nova11:07
*** hoangcx has joined #openstack-nova11:07
*** sdake has quit IRC11:12
*** belliott_ has quit IRC11:13
*** dikonoor has quit IRC11:15
*** ducttape_ has joined #openstack-nova11:15
*** ljxiash has quit IRC11:16
artomsfinucan, 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-nova11:17
*** nherciu has quit IRC11:19
*** ducttape_ has quit IRC11:20
*** hoangcx has quit IRC11:20
openstackgerritJohn Garbutt proposed openstack/nova-specs: Add spec to use Cinder's new attachment APIs  https://review.openstack.org/37320311:20
*** hoangcx has joined #openstack-nova11:21
johnthetubaguymdbooth: raj_singh: thanks for looking at that cinder spec before, there is loads more context adde now, after talking with the cinder folks yesterday11:21
mdboothjohnthetubaguy: Will re-read, thanks.11:21
*** bvanhav has joined #openstack-nova11:24
openstackgerritMaciej Szankin proposed openstack/nova: WIP config options: improve libvirt  https://review.openstack.org/37084311:26
*** belliott has joined #openstack-nova11:27
*** Hazelesque_ is now known as Hazelesque11:27
*** salv-orlando has quit IRC11:27
mdboothjohnthetubaguy: In an earlier patch I asked whether volumes should be attached to compute hosts or nodes?11:29
mdboothIs that still a relevant question?11:29
*** dikonoor has joined #openstack-nova11:29
mdboothe.g. Does Ironic still use lots of nodes?11:29
johnthetubaguymdbooth: I missed that, I am largely ignoring that, and just doing host for now11:30
johnthetubaguymdbooth: I think in ironic, when they support volumes, is likely to leave host as None all the time, in reality11:30
*** moshele has quit IRC11:30
johnthetubaguymdbooth: as with baremetal its not really attached to any hypervisor host11:31
*** moshele has joined #openstack-nova11:31
mdboothThis is a confusion in that data model, imho. Node == hypervisor host; host == where nova compute is running.11:31
mdboothIt just so happens we conflated those 2 things.11:31
mdboothBut the thing you'd want to connect a volume to is the node, surely?11:32
*** moshele has quit IRC11:32
*** dikonoo has joined #openstack-nova11:36
*** sudipto has joined #openstack-nova11:38
*** sudipto_ has joined #openstack-nova11:39
*** dikonoor has quit IRC11:39
*** salv-orlando has joined #openstack-nova11:40
*** shz has quit IRC11:41
*** shihanzhang has joined #openstack-nova11:43
*** alexchadin has joined #openstack-nova11:48
*** jaypipes has joined #openstack-nova11:49
*** dikonoo has quit IRC11:49
* jaypipes *yawns*11:49
jaypipesmorning folks11:49
*** bkopilov has quit IRC11:50
*** wanghao_ has quit IRC11:50
*** thorst has joined #openstack-nova11:53
mdboothjaypipes: Random association: https://youtu.be/dpwhohWhrEE?t=12611:54
mdbooth"When bapuss wakes up, all his friends wake up, too"11:54
mdboothbagpuss11:54
tdurakovjaypipes: hi11:54
tdurakovsfinucan: ping11:55
*** zz_dimtruck is now known as dimtruck11:56
*** dikonoo has joined #openstack-nova11:59
*** ratailor has quit IRC12:02
*** sandanar has joined #openstack-nova12:03
*** ArxCruz has joined #openstack-nova12:03
*** ArxCruz has quit IRC12:04
*** sandanar_ has joined #openstack-nova12:04
*** rmart04_ has joined #openstack-nova12:04
*** sandanar has quit IRC12:05
*** moshele has joined #openstack-nova12:05
*** ekuris has joined #openstack-nova12:06
*** kumarb has joined #openstack-nova12:06
*** dimtruck is now known as zz_dimtruck12:06
*** jaosorior has quit IRC12:06
*** rcarrillocruz has quit IRC12:06
sfinucantdurakov: what's up?12:06
*** jaosorior has joined #openstack-nova12:06
*** bks has quit IRC12:06
*** liusheng has quit IRC12:06
*** tiendc has quit IRC12:06
*** liusheng has joined #openstack-nova12:07
*** rcarrillocruz has joined #openstack-nova12:07
johnthetubaguymdbooth: 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 guess12:07
*** snikitin1 has quit IRC12:07
*** rmart04 has quit IRC12:07
*** rmart04_ is now known as rmart0412:07
tdurakovsfinucan: 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-nova12:07
artomtdurakov, well, you guy are apparently working on the same thing, but sfinucan's approach is different from yours.12:08
sfinucantdurakov: Possibly. I'd need to know the difference with this one, though https://review.openstack.org/#/c/36481412:08
artomAnyways, just thought you should be aware of each other :)12:08
sfinucanartom: It's actually mikal's - I've just been keeping it up-to-date :)12:08
*** mamandle has quit IRC12:08
artomsfinucan, it's yours now ;)12:08
mdboothjohnthetubaguy: 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
tdurakovsfinucan, so you approach claims to retain config_drive option that is used on the instance very first boot, right?12:10
sfinucantdurakov: Yeah, exactly12:10
tdurakovsfinucan: tbh I think we need both then12:10
sfinucanIt doesn't seem like something that should ever be recalculated once configured12:10
tdurakovsfinucan: here is a thing - my patch is bug fix(could be backported), not sure we could backport yours12:11
tdurakovif we can, I'd happy to go with it12:12
*** rfolco has joined #openstack-nova12:12
tdurakovthis issue is valid for previous releases either12:12
sfinucantdurakov: Let me check out both and see12:12
*** rodrigods has quit IRC12:12
*** rodrigods has joined #openstack-nova12:12
tdurakovsfinucan: yes please12:13
*** gouthamr has joined #openstack-nova12:16
*** ducttape_ has joined #openstack-nova12:16
*** sudipto_ has quit IRC12:16
*** sudipto has quit IRC12:16
*** artom has quit IRC12:17
*** sudipto has joined #openstack-nova12:17
*** artom has joined #openstack-nova12:18
*** ducttape_ has quit IRC12:20
openstackgerritAlexey Yelistratov proposed openstack/nova: Integrate OSprofiler and Nova  https://review.openstack.org/25470312:23
openstackgerritMaciej Szankin proposed openstack/nova: config options: improve libvirt remotefs  https://review.openstack.org/37084312:23
*** zz_dimtruck is now known as dimtruck12:23
*** woodster_ has joined #openstack-nova12: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-nova12:28
mdboothI 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-nova12:29
*** matrohon has quit IRC12:30
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766012:30
*** edmondsw has joined #openstack-nova12:30
*** ljxiash has joined #openstack-nova12:32
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766112:32
*** burgerk has joined #openstack-nova12:33
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766312:33
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766712:36
*** dimtruck is now known as zz_dimtruck12:36
*** baoli has joined #openstack-nova12:36
*** tuanla has quit IRC12:42
*** annegentle has joined #openstack-nova12:44
*** salv-orlando has quit IRC12:45
*** dave-mccowan has joined #openstack-nova12:46
*** matrohon has joined #openstack-nova12:49
*** kumarb has quit IRC12:50
openstackgerritMaciej Szankin proposed openstack/nova: Improving help text for xenapi_vmops_opts  https://review.openstack.org/34708512:50
*** tblakes has joined #openstack-nova12:51
*** roeyc has quit IRC12:53
*** claudiub has joined #openstack-nova12:53
*** tonytan4ever has joined #openstack-nova12:54
*** hemanthm is now known as hemanthm|trainin12:55
*** david-lyle has joined #openstack-nova12:56
*** moshele has quit IRC12:56
*** GB21 has quit IRC12:57
danpbjohnthetubaguy: would love some review of this spec https://review.openstack.org/#/c/346821/12:57
*** tonytan4ever has quit IRC12:57
*** baoli_ has joined #openstack-nova12:58
* danpb wants to actually get it done this cycle after missing juno, kilo, liberty, mitaka & newton12:58
*** ducttape_ has joined #openstack-nova12:58
*** tonytan4ever has joined #openstack-nova13:00
johnthetubaguydanpb: ah, that one. I should take a look at that in a bit13:00
danpbl.13:01
*** baoli has quit IRC13:01
*** mamandle has joined #openstack-nova13:01
*** rlrossit has joined #openstack-nova13:03
*** tbachman has joined #openstack-nova13:04
*** roeyc has joined #openstack-nova13:06
*** roeyc has quit IRC13:07
*** vnogin has joined #openstack-nova13:07
johnthetubaguymdbooth: 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 IRC13:08
*** mdrabe has joined #openstack-nova13:10
*** rmcall has quit IRC13:10
*** salv-orlando has joined #openstack-nova13:12
*** roeyc has joined #openstack-nova13:12
mdboothjohnthetubaguy: 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_brno13:16
johnthetubaguymdbooth: generally the ones with nodes all have either a cluster thing or something else to record it anyways, but yeah, they would need that13:16
mdbooth...so that the host can differentiate.13:16
*** trisq has quit IRC13:16
*** jaosorior has quit IRC13:19
*** mriedem has joined #openstack-nova13:19
*** jaosorior has joined #openstack-nova13:20
openstackgerritPrateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted  https://review.openstack.org/29451313:20
*** jheroux has joined #openstack-nova13:21
openstackgerritYingxin Cheng proposed openstack/nova: [POC][placement] Amend traits modification api to support os-traits  https://review.openstack.org/37769013:21
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 18  https://review.openstack.org/37589913:21
*** READ10 has joined #openstack-nova13:22
mriedemwznoinsk: 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.gz13:23
mriedemCould 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-nova13:23
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766013:23
*** mamandle has quit IRC13:24
*** irenab has joined #openstack-nova13:26
*** mlavalle has joined #openstack-nova13:28
openstackgerritSergey Nikitin proposed openstack/nova-specs: Enable to share PCI devices between numa nodes  https://review.openstack.org/36114013:29
*** efried has joined #openstack-nova13:31
*** prateek_ has quit IRC13:32
openstackgerritTakashi NATSUME proposed openstack/nova: Add a hacking rule for string interpolation at logging  https://review.openstack.org/33484413:33
*** smatzek has quit IRC13:34
*** tblakes has quit IRC13:34
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 21  https://review.openstack.org/37705113:35
openstackgerritHussain Chachuliya proposed openstack/nova: Replace uuid4() with uuidsentinel  https://review.openstack.org/37766113:38
*** scottda has joined #openstack-nova13:40
*** annegentle has quit IRC13:42
*** salv-orl_ has joined #openstack-nova13:42
*** bkopilov has joined #openstack-nova13:43
*** _oanson has joined #openstack-nova13:44
*** rlrossit has quit IRC13:45
*** mugsie__ is now known as mugsie13:45
*** jamesdenton has joined #openstack-nova13:45
*** salv-orlando has quit IRC13:46
*** oanson has quit IRC13:46
*** eharney has joined #openstack-nova13:48
*** hoangcx has quit IRC13:49
*** brian_price has left #openstack-nova13:49
*** rlrossit_ has joined #openstack-nova13:51
*** kur1j has joined #openstack-nova13:51
*** cdent has quit IRC13:55
*** kur1j has left #openstack-nova13:55
tdurakovPaulMurray 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 minutes13:57
*** smatzek has joined #openstack-nova13:57
*** efried has quit IRC13:57
*** yamahata has joined #openstack-nova13:57
*** yamahata has quit IRC13:57
*** yamahata has joined #openstack-nova13:58
*** hoangcx has joined #openstack-nova13:58
*** tblakes has joined #openstack-nova13:58
*** trisq has joined #openstack-nova13:59
*** eharney has quit IRC14:00
*** anush_ has joined #openstack-nova14:00
*** mtanino has joined #openstack-nova14:02
mriedemdiana_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-nova14:04
diana_clarkemriedem: sure, will do. thanks!14:07
mriedemdanpb: 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 IRC14:09
*** TravT has joined #openstack-nova14:11
danpbmriedem: well yeah, it missed the Liberty cycle entirely14:12
mriedemand solly dropped it in kilo14:12
mriedemanyway, it's not fair to say 'no one has cared about this for 2.5 years'14:13
*** rrecio has joined #openstack-nova14:13
mriedemor at least to blame that on the review team14:13
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 17  https://review.openstack.org/37589514:14
openstackgerritMaciej Szankin proposed openstack/nova: config options: improve libvirt smbfs  https://review.openstack.org/37772914:15
*** rrecio_ has joined #openstack-nova14:16
mriedemdansmith: alaski: hmm http://logs.openstack.org/13/377113/2/check/gate-dg-hooks-dsvm/60f86f7/logs/devstack-gate-post_test_hook.txt.gz14:16
mriedemi got my d-g change to call the post_test_hook, but it's not pulling in that nova change14:16
mriedemnova/nova is probably the issue14:17
mriedemwell maybe not14:17
mriedemthat's how the live-migration job works14:17
dansmithmriedem: well, sounds like I have to talk to tdurakov anyway14:17
*** eharney has joined #openstack-nova14:18
*** liverpooler has quit IRC14:18
*** rrecio has quit IRC14:18
alaskimriedem: it is the nova/nova, I copied the live migration hook pattern and that is wrong here14:18
alaskibecause tools is not under nova/14:19
mriedemah crap14:19
mriedemok updated14:19
*** cdent has joined #openstack-nova14:22
*** ekuris has quit IRC14:22
*** burgerk has quit IRC14:23
*** sahid has joined #openstack-nova14:24
dansmithmriedem: alaski: what are your thoughts on the pathing?14:24
dansmithI just want to run the damn thing, Idon't care where it is14:24
*** sdake has quit IRC14:24
mriedemnova/tests/hooks?14:24
*** sudipto_ has joined #openstack-nova14:24
mriedemi don't want nova/hooks as that could be confused with stevedore hooks14:24
mriedemwhich we don't want14:25
alaskiI disliked putting it under tests/ because I wanted to run non test things from it14:25
alaskibut I ultimately don't care14:25
dansmithpersonally I think it doesn't make sense to have it in the python module14:25
mdboothdanpb: Could you have a quick look at this: https://review.openstack.org/#/c/375644/14:25
dansmithso ./hooks or ./tools as we have it now, or ./tools/hooks or whatever14:25
mdboothdanpb: Proposal is that cpus should be assumed compatible during live migration if there's no specific model given.14:25
mriedemtools/hooks is ok, but throw a readme in there about that they are14:25
mdboothdanpb: Sounds wrong to me.14:26
*** GB21 has joined #openstack-nova14:26
alaskidansmith: mriedem are we expecting multiple hooks such that we need a directory? or is the current post_test_hook.sh fine14:26
alaskijust in tools/14:26
danpbmdbooth: yeah, that looks well dubious14:26
dansmithalaski: tdurakov asserts we do, as I understand it14:26
*** zz_dimtruck is now known as dimtruck14:27
dansmithI think we'll probably want this running on all jobs eventually,14:27
dansmithso I think he probably was thinking in a more narrow live-migrate sort of mindset14:27
dansmiththis, and the log analysis thing, if we were able to land such a thing14:27
alaskiyeah, I think we want this on all jobs eventually as well14:28
*** kylek3h has joined #openstack-nova14:29
mdboothdanpb: Thanks.14:29
*** tbachman has quit IRC14:30
alaskidansmith: 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 code14:31
*** prateek has joined #openstack-nova14:31
dansmithalaski: yep14:31
cdentjaypipes, mriedem: would "use policies in placement api" be spec, specless blueprint, bug or something else?14:32
*** diablo_rojo has joined #openstack-nova14:32
openstackgerritPushkar Umaranikar proposed openstack/nova: Removing duplicates from columns_to_join list  https://review.openstack.org/34229914:32
*** unicell has joined #openstack-nova14:32
mriedemcdent: it's an api change so probably a spec14:32
*** amotoki_ has quit IRC14:33
cdentmriedem: the external api won't change? you'll still be required to be a service/admin/superpowered user14:33
alaskidansmith: do you want to create a hooks dir in https://review.openstack.org/#/c/376567/314:33
cdentit's just the mode and granularity of the checking will change14:33
openstackgerritMaciej Szankin proposed openstack/nova: Move notification_format and delete rpc.py  https://review.openstack.org/34960014:33
dansmithalaski: if that's the plan then yeah14:34
openstackgerritMaciej Szankin proposed openstack/nova: config options: Improve help for SPICE  https://review.openstack.org/31704614:34
*** sneti has joined #openstack-nova14:34
alaskiI just saw tdurakov's comment14:34
mriedemcdent: i guess i don't know how much of an impact it is14:34
alaskidansmith: I'm good with it if others are14:34
alaskimriedem: tools/hooks/ work for you?14:34
mriedemcdent: 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 spec14:34
*** _d34dh0r53_ is now known as d34dh0r5314:34
*** unicell1 has quit IRC14:34
openstackgerritMaciej Szankin proposed openstack/nova: Improve consistency in libvirt  https://review.openstack.org/35367914:34
cdentmriedem: ✔14:35
mriedemalaski: tools/hooks works for me if there is a readme in there about those hooks are14:35
cdentthanks14:35
openstackgerritMaciej Szankin proposed openstack/nova: conf: Improve consistency in scheduler opts  https://review.openstack.org/34966614:35
openstackgerritMaciej Szankin proposed openstack/nova: Improve consistency in serial_console  https://review.openstack.org/34890214:35
alaskitdurakov: are you okay with moving test hooks to a new tools/hooks/ dir?14:36
tdurakovalaski: on meeting14:36
tdurakovyes14:36
*** sdake has joined #openstack-nova14:37
alaskitdurakov: okay. you can comment on the patch later as well14:37
*** dimtruck is now known as zz_dimtruck14:37
mriedemdansmith: sdague: johnthetubaguy: bauzas: we need this for rc2 https://review.openstack.org/#/c/376999/14:37
alaskidansmith: I think we have consensus for now14:37
bauzasmriedem: ack, looking14:37
pumaranikaralex_xu, resolved nit change. can you please re-approve https://review.openstack.org/#/c/342299/. removing duplicates from expected_attr14:37
openstackgerritDan Smith proposed openstack/nova: Add a post-test-hook to run the archive command  https://review.openstack.org/37656714:38
openstackgerritPrateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted  https://review.openstack.org/29451314:38
*** marst has quit IRC14:38
dansmithmriedem: will you update your test? ^14:39
bauzasmriedem: was that a regression ?14:39
bauzasmriedem: the commit msg is unclear about that14:40
mriedembauzas: yes14:40
mriedemglance v2 was in newton14:40
mriedemdansmith: yeah14:40
*** ducttape_ has quit IRC14:40
bauzasoh right14:40
*** dikonoo has quit IRC14:45
*** rama_y has joined #openstack-nova14:46
*** GB21 has quit IRC14:47
*** artom has quit IRC14:47
openstackgerritSean Dague proposed openstack/nova-specs: Initial draft of API capabilities interface  https://review.openstack.org/37775614:48
*** artom has joined #openstack-nova14:48
*** burgerk has joined #openstack-nova14:48
*** marst has joined #openstack-nova14:53
bauzasalaski: thanks for your comment on https://review.openstack.org/#/c/376382/1, responded14:53
bauzasalaski: tl;dr: if people want to destroy some object that was not persisted first, then it will just already return an exception14:53
bauzasalaski: I don't really think we need to check whether self.id is there14:53
alaskibauzas: 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
alaskibut I'm +2 once Jenkins passes14:53
*** adisky has quit IRC14:53
bauzasalaski: sure, I understood your point14:53
*** alexchadin has quit IRC14:53
dansmithalaski: you pushed the config thing too? what'd I mess up?14:53
bauzasalaski: 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_uuid14:53
alaskidansmith: nothing, I just didn't realize you were pushing. though I did update the commit to not reference the log parsing thing14:53
bauzasalaski: so, in case the guy wrote the above, then it will return correctly an exception14:53
dansmithalaski: ah, okay14:53
bauzasalaski: 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 exc14:53
bauzasalaski: that just prevents a DB call14:54
bauzasso, I dunno14:54
bauzasalaski: if you think that's really important (because of the performance), then okay, I can respin it14:54
alaskiit's not a big deal which I why I'm +2 without it14:54
bauzasokay14:55
alaskiwell, will be when it passes14:55
bauzaseither way, I'm thinking now on where to call it14:55
bauzasgiven we have delayed instance deletions :p14:55
*** armax has joined #openstack-nova14:56
bauzasalaski: would you be okay if I would call ReqSpec.destroy() within the Instance.destroy() method ?14:56
bauzasor I could just add the call like you did for BuildReqs14:57
*** yulong|away has quit IRC14:58
alaskibauzas: my preference is to not couple objects like that, and have the caller be explicit14:58
bauzasokay14:58
bauzasfine by me14:59
tdurakovdansmith: hi, do you have questions on post_test_hook?15:00
dansmithtdurakov: sounds like mriedem alaski and I reached consensus that we think you'll be okay with15:00
dansmithtdurakov: so you need to move your hook into tools/hooks15:00
dansmithtdurakov: this hook I'm adding should eventually be run on every job for the most part15:00
dansmithevery dsvm job that is15:01
tdurakovdansmith: yeah, already +1 that15:01
tdurakovwill move l-m hooks there too15:01
dansmithtdurakov: okay15:03
mriedemgah http://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/1250c5b/logs/devstack-gate-post_test_hook.txt.gz15:03
tdurakovmriedem: I think you need +x15:04
mriedemtdurakov: feel free to update that change, i have to run to meetings15:05
*** mriedem is now known as mriedem_meeting15:05
*** pcaruana has quit IRC15:06
*** annegentle has joined #openstack-nova15:06
alaskidansmith: you need to update the file permissions on post_test_hook.sh15:07
*** rcernin has quit IRC15:07
dansmithdid git change them?15:07
tdurakovalaski: in progress15:07
alaskilooks like others are 77515:07
tdurakovdansmith: yes15:07
alaskidansmith: it's showing 64415:07
dansmithgdi15:07
dansmithpushed15:07
*** pilgrimstack has quit IRC15:10
*** vladikr has joined #openstack-nova15:11
stevemarmriedem_meeting: gahhh meeting15:11
*** tbachman has joined #openstack-nova15:11
*** pilgrimstack has joined #openstack-nova15:12
dansmithalaski: heh, I rechecked the project config one but meant to recheck mriedem_meeting's15:13
dansmiththanks15:13
alaskiheh, np15:13
*** mdrabe has quit IRC15:14
*** whenry has joined #openstack-nova15:15
*** amotoki has joined #openstack-nova15:15
*** lucasagomes is now known as lucas-hungry15:16
*** snikitin1 has quit IRC15:16
*** haplo37__ has joined #openstack-nova15:17
openstackgerritsahid proposed openstack/nova-specs: Libvirt driver emulator threads placement policy  https://review.openstack.org/28409415:18
*** openstackgerrit has quit IRC15:18
*** openstackgerrit has joined #openstack-nova15:19
*** mdrabe has joined #openstack-nova15:20
*** zz_dimtruck is now known as dimtruck15:21
*** prateek_ has joined #openstack-nova15:23
*** rlrossit_ has quit IRC15:26
*** hoangcx has quit IRC15:26
*** yamahata has quit IRC15:26
*** anush_ has quit IRC15:26
*** hoangcx has joined #openstack-nova15:26
*** prateek has quit IRC15:27
*** andreas_s has quit IRC15:27
danpbwhat doc / project contains documentation about nova deployment processes ?15:27
*** rmart04 has quit IRC15:28
*** anush_ has joined #openstack-nova15:28
clarkbdanpb: openstack/openstack-manuals iirc15:28
danpbclarkb: thanks15:28
*** amotoki has quit IRC15:29
*** dimtruck is now known as zz_dimtruck15:31
*** diablo_rojo has quit IRC15:33
*** tbachman has quit IRC15:33
openstackgerritDaniel Berrange proposed openstack/nova-specs: Websockify security proxy framework  https://review.openstack.org/34682115:34
*** sneti has quit IRC15:34
*** rama_y has quit IRC15:36
*** abalutoiu has joined #openstack-nova15:37
*** hemna_ has joined #openstack-nova15:38
*** hemna_ has quit IRC15:39
*** psachin has quit IRC15:39
danpbyou 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-nova15:40
openstackgerritArtom Lifshitz proposed openstack/nova-specs: Virt driver private storage  https://review.openstack.org/37780615:41
artomdanpb, continuing from our conversation downstream, I maeded a thing ^^15:41
artomBobBall_, claudiub, as custodians of XenAPI and HyperV respectively, would there be any interest from your drivers for something like ^^^ ?15:42
claudiubhello. :) reading15:42
artomclaudiub, woot, thanks :)15:42
*** paul-carlton2 has quit IRC15:43
claudiubyou have some trailing whitespace in the spec, btw. :)15:43
openstackgerritLucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations  https://review.openstack.org/27350415:44
*** trisq has quit IRC15:44
artomclaudiub, hah, thanks :) I'll be sure to fix that15:44
*** trisq has joined #openstack-nova15:44
*** stewie925 has joined #openstack-nova15:45
*** roeyc has quit IRC15:45
*** amotoki has joined #openstack-nova15:45
*** ducttape_ has quit IRC15:46
*** sandanar_ has quit IRC15:46
*** zz_dimtruck is now known as dimtruck15:48
dansmithderekh: so with your dump, I was able to archive a bunch of instance_action records,15:48
dansmithderekh: but then I hit this:15:48
dansmithdan@guaranine:~$ nova-manage db archive_deleted_rows --verbose --max_rows 10015:48
dansmitherror: 'tag'15:48
dansmithderekh: which I've expanded to a nasty trace in sqla15:49
dansmithderekh: that looks different from what you were seeing though15:49
*** diablo_rojo has joined #openstack-nova15:49
derekhdansmith: I've never seen that error15:49
claudiubartom: ehm, can you expand the usecase section a bit more?15:50
derekhdansmith: We've always been able to archive instance_actions and other row types15:50
dansmithhmm15:50
*** hieulq_ has joined #openstack-nova15:50
*** mdrabe has quit IRC15:50
*** mdrabe has joined #openstack-nova15:50
derekhdansmith:  it appears to be just instances that arn't archiving (or at least most of them)15:51
dansmithderekh: this failure is with the insert-to-shadow statement failing15:51
claudiubartom: 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-nova15:52
dansmithderekh: ah, this is because I'm running new code from before virtual_interfaces.tag was run15:52
dansmith*added15:52
dansmithderekh: I see you're on mitaka, which would explain it15:52
artomclaudiub, re: use case, well, the one that *I* have in mind is already in there: saving instance XML across evacuations, etc15:53
claudiubartom: 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 IRC15:53
derekhdansmith: yup, mitaka/rdo15:53
artomclaudiub, was that made clear in the spec, or did I botch up the explanation?15:53
artomclaudiub, I was hoping other drivers would have use for driver private storage for their own needs, since it's a pretty generic mechanism by itself15:54
artomclaudiub, re: import/export - you mean you'd export stuff *into* driver private storage?15:54
dansmithderekh: 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 stuff15:55
claudiubartom: export yields the given VM's configuration file, which can be later imported on another node, keeping any and all configurations.15:55
dansmithderekh: and that warning you show is just a really poor warning15:55
*** pbandark has quit IRC15: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 interfaces15:56
artomclaudiub, where do you store that exported VM config file?15:56
openstackgerritPrateek Arora proposed openstack/nova: Delete traces of in-progress snapshot on VM being deleted  https://review.openstack.org/29451315:56
*** tbachman has joined #openstack-nova15:56
cdentedleafe: can I assume you've not started on adjustments here: https://review.openstack.org/#/c/355263/ ?15:57
artomBobBall_, it definitely is, and if other virt driver have no interest in this spec, I'll definitely re-think my plan :)15:57
dansmithderekh: max_rows is a total of the records, not the total number of instances15:58
derekhdansmith: 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 table15:58
artomI 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 needs15:58
*** GB21 has joined #openstack-nova15:58
dansmithderekh: so each instance has a bunch of other rows in other tables15:58
dansmithderekh: okay15:58
claudiubartom: 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
dansmithderekh: well, let me run some large batches here and see if I can get to that point15:58
derekhdansmith: ok15: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 m15:58
BobBall_etadata exists is potentially quite error prone too15:59
artomclaudiub, 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_dimtruck16:01
*** tbachman_ has joined #openstack-nova16:01
claudiubartom: 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 IRC16:02
*** tbachman_ is now known as tbachman16:02
artomBobBall_, 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-nova16:02
openstackgerritLucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations  https://review.openstack.org/27350416:02
artomclaudiub, true, we can just do direct copy16:03
BobBall_artom: Yes - which is the truer source of truth?16:03
artomBobBall_, me. Always me.16:03
artom:D16: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 :D16:03
claudiubartom: 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. :D16:04
artomBobBall_, 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 IRC16:05
claudiubbut 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 IRC16:06
artomclaudiub, I think we proposed that a while ago, before we did the tagging work, and as an alternative to the tagging work.16:06
artomAs you can see, it went nowhere :)16:06
claudiubi see16:07
*** haplo37_ has joined #openstack-nova16:07
edleafecdent: OTP now16:07
*** jlanoux has quit IRC16:08
cdentedleafe: 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
dansmithderekh: this db has been around since before mitaka right?16:08
*** paul-carlton2 has joined #openstack-nova16:08
claudiubartom: also, question: do you propose we store the vm config data for each and every vm?16:09
*** diablo_rojo has joined #openstack-nova16:09
*** code-R_ has quit IRC16:10
claudiubor only selectively, somehow?16:10
artomclaudiub, entirely up to the virt driver16:10
derekhdansmith: nope, it was a fresh mitaka install16:10
dansmithderekh: orly, hmm16:10
artomBut yeah, in the libvirt case we'd dump the XML in there for every instance16:10
artom(Assuming this actually goes forward in its current state)16:11
claudiubartom: hm, I would argue that it should be consistent across all drivers16:11
*** tjones has left #openstack-nova16:11
artomclaudiub, should it? What would go wrong if hyper-v for example doesn't?16:11
*** salv-orl_ has quit IRC16:11
*** anush_ has quit IRC16:12
claudiubartom: 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-nova16:12
*** matrohon has quit IRC16:12
claudiubartom: and if you only have cattle vms, having all that data is not useful.16:12
artomclaudiub, aha, so your argument is that it should be on a per-VM basis, not per driver?16:13
artomIdeally admin-controlled, since we're opening up the possibility of loading up the DB pretty hard...16:14
*** raunak has joined #openstack-nova16:14
edleafecdent: ok. Today is my meeting hell day, so I haven't looked at that since yesterday16:14
*** diga has joined #openstack-nova16:14
claudiubartom: yep, exactly16:14
danpbi just don't see any compelling reason to use the DB at all16:14
cdentedleafe: roger16:14
artomclaudiub, I can get behind that :)16:14
danpbits just one more thing to get out of sync with the stuff we're already storing with libvirt16:15
artomdanpb, makes it driver-agnostic, ie we're not adding RPC method parameters for essentially a single driver's need16:15
artomdanpb, true, true...16:15
danpbno you're really not16:15
danpbyou're adding a blob to the DB containing totally driver-specific data which some drivers may leave empty16:15
*** lucas-hungry is now known as lucasagomes16:16
danpbthis is no different to adding a RPC parameter containing drier-specific data which some drivers may leave empty16:16
*** code-R has joined #openstack-nova16:16
*** jaosorior has quit IRC16:16
*** mvk has quit IRC16:17
artomdanpb, 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
openstackgerritChris Dent proposed openstack/nova: Add {get_,set_}aggregates to objects.ResourceProvider  https://review.openstack.org/35526316:17
danpbartom: as mentioned in the spec, i think you need to more clearly define the problem16:18
mdboothdanpb: We were discussing this the other week: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104617.html16:18
*** anush_ has joined #openstack-nova16:18
danpbartom: as i don't think the real problem implies need for the DB16:18
artomAnd 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-nova16:18
danpbmdbooth: yes, exactly16:19
mdboothdanpb: Oh, is that what you were talking to artom about?16:19
*** thomasem has left #openstack-nova16:19
danpbmdbooth: this is the same thing, but dealing with one further edge case, which is evacuate/resize16:19
mdboothIf so, that's a complete coincidence16:19
danpbmdbooth: where the new VM is on a different host, and so we don't immediately have the persistent XML availavble16:19
* mdbooth scrolls back16:19
*** sudipto_ has quit IRC16:19
danpbmdbooth: IMHO, we merely need to have a way to copy across the libvirt persistent XML to deal with that16:19
*** sudipto has quit IRC16:19
mdboothdanpb: I think that's the only situation where we're screwed, right?16:20
mdboothOh, or that16:20
artommdbooth, we're talking about https://review.openstack.org/#/c/377806/1/specs/ocata/approved/virt-driver-private-storage.rst16:20
mdboothJust persist the whole domain xml in nova?16:20
artomAnd I completely missed your message list post.16:20
mdboothartom: I posted it about 2 mins ago :)16:20
*** sudipto has joined #openstack-nova16:20
mdboothartom: I forgive you16:20
artommdbooth, and there you went making me feel all guilty16:20
*** sudipto_ has joined #openstack-nova16:20
danpbmdbooth: persisting it in nova just creates extra pain for you16:20
danpbif libvirt contains the persistent xml, then when hotplugging you can tell libvirt to update the live + persistent xml16:21
openstackgerritChris Dent proposed openstack/nova: Implement get and set aggregates in the placement API  https://review.openstack.org/35799316:21
*** nkrinner is now known as nkrinner_afk16:21
edleafecdent: saw your comment. That makes sense, but geez the naming is confusing.16:21
danpbif persistent xml is in nova, then you have to deal with xml munging yourself which is extra error prone work you've just created16:21
mdboothdanpb: I think evacuate is the only edge case here, right?16:21
mdboothIf you're evacuating, I don't think starting again fresh is unreasonable16:22
cdentedleafe: 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
mdboothdanpb: I specifically call out evacuate in that mail as the only situation we expect to lose context.16:22
edleafecdent: will do, but I doubt I'll have any time today to work on it.16:23
danpbmdbooth: iirc, resize restarts on separate host16:23
mdboothdanpb: It does, but it still has context16:23
danpbbut that's essentially same problemspace as evacuate, so same solution would apply16:23
cdentedleafe: no worries, i'm about ready to expire for today and will probably be on other stuff tomorrow16:23
mdboothNo, it's different, because the source is still available16:23
mdboothWe can get the existing domain xml from the source and copy it to the target.16:24
mdboothThen mess with it.16:24
*** trisq has quit IRC16:24
artommdbooth, 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
mdboothartom: It's the edge case. I think you can either concede that you lost your host and you're rebuilding.16:25
mdboothUnless you have remote storage this is absolutely true, btw, because you also lost your storage.16:25
mdboothI 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 IRC16:26
mdboothdanpb artom: I was wondering if there was interest in a separate libvirt sub-team.16:26
artommdbooth, yeah, sync is definitely an issue - the question becomes 'is it worth it for the evacuate edge case?'16:26
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Improve help text for network  options.  https://review.openstack.org/34120316:26
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Improve help text for ldap_dns_opts  https://review.openstack.org/34198416:26
mdboothThe 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
artomNow, our super-secret downstream partner would obviously say 'yes it is', but we're here thinking with our upstream hats :D16:27
*** rlrossit has joined #openstack-nova16:27
artommdbooth, 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
mdboothartom: Yeah, I'd prefer to argue in terms of project direction.16:28
mdboothartom: Yes, upstream sub-team.16:28
*** code-R has quit IRC16:29
*** igordcar1 has quit IRC16:29
mdboothNobody knows enough about anything :) Lets not let that stop us.16:29
artomI'll try to process all the feedback and come up with a new version of the spec...16:29
*** igordcard has joined #openstack-nova16:29
artommdbooth, sweet, I nominate myself for World President.16:29
mdboothartom: So my proposal in that ML post would obsolete 3 specs that I currently know of, including one of mine.16:30
artomPlanned obsolescence is the way to mucho $$, so congrats :d16:30
mdboothartom: If you or danpb have any feedback on that on the ML I'd be grateful to hear it.16:31
*** ekarlso_ has quit IRC16:31
artommdbooth, sure, I'll re-read more slowly and see if I have anything constructive to add16:32
*** annegentle has quit IRC16:32
mdboothartom: I suspect, though, that it's very similar to your spec16:32
*** rlrossit has quit IRC16:32
*** vladikr has quit IRC16:32
mdboothWhich I will also read :)16:32
*** zz_dimtruck is now known as dimtruck16:33
openstackgerritJohn Garbutt proposed openstack/nova-specs: Add spec to use Cinder's new attachment APIs  https://review.openstack.org/37320316:33
danpbmdbooth: i'd suggest you just create a spec for fixing the libvirt driver to honour persistent XML16:33
*** kylek3h_ has joined #openstack-nova16:34
*** tonytan_brb has joined #openstack-nova16:34
*** burgerk_ has joined #openstack-nova16:34
mdboothdanpb: 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
mdboothknow16:34
*** kaisers__ has joined #openstack-nova16:35
*** david-lyle_ has joined #openstack-nova16:35
mdboothdanpb: But yes, of course.16:35
*** tongli_ has joined #openstack-nova16:35
*** rfolco_ has joined #openstack-nova16:35
*** abalutoiu_ has joined #openstack-nova16:35
*** liangy_ has joined #openstack-nova16:35
*** ababich1 has joined #openstack-nova16:36
*** zhenguo_ has joined #openstack-nova16:36
*** xek_ has joined #openstack-nova16:36
*** zhenguo has quit IRC16:36
*** ildikov has quit IRC16:36
*** diga has quit IRC16:36
*** haplo37__ has quit IRC16:36
*** leifz has quit IRC16:36
*** Cassowary has quit IRC16:36
*** patrickeast has quit IRC16:36
*** diga_ has joined #openstack-nova16:36
*** hieulq__ has joined #openstack-nova16:36
*** tanee has quit IRC16:36
*** alaski has quit IRC16:36
*** fmccrthy has quit IRC16:36
*** diga_ is now known as diga16:36
*** mtanin___ has joined #openstack-nova16:36
*** shz has joined #openstack-nova16:36
*** tblakes_ has joined #openstack-nova16:36
*** egarbade- has quit IRC16:36
*** tblakes has quit IRC16:36
*** brad[] has quit IRC16:36
*** armax has quit IRC16:36
*** rtheis has quit IRC16:36
*** ltomasbo has quit IRC16:36
*** dansmith has quit IRC16:36
*** thorst has quit IRC16:37
*** haplo37 has quit IRC16:37
*** toure_brno has quit IRC16:37
*** marst has quit IRC16:37
*** kylek3h has quit IRC16:37
*** jaypipes has quit IRC16:37
*** aswadr_ has quit IRC16:37
*** anush_ has quit IRC16:37
*** hieulq_ has quit IRC16:37
*** artom has quit IRC16:37
*** jlvillal has quit IRC16:37
*** derekh has quit IRC16:37
*** kevinz has quit IRC16:37
*** lxsli has quit IRC16:37
*** Kimmo__ has joined #openstack-nova16:37
*** hoangcx has quit IRC16:37
*** pilgrimstack1 has joined #openstack-nova16:37
*** doffm has joined #openstack-nova16:37
*** salv-orlando has quit IRC16:37
*** Kimmo_ has quit IRC16:37
*** John341 has quit IRC16:37
*** ababich has quit IRC16:37
*** lpetrut has quit IRC16:37
*** John341_ has joined #openstack-nova16:37
*** abalutoiu has quit IRC16:37
*** david-lyle has quit IRC16:37
*** kragniz has quit IRC16:37
*** jlk` has joined #openstack-nova16:37
*** mriedem_meeting has quit IRC16:37
*** serverascode has quit IRC16:37
*** pkoniszewski has quit IRC16:37
*** stevemar has quit IRC16:37
*** andrewbogott has quit IRC16:37
*** anush has quit IRC16:37
*** jlk has quit IRC16:37
*** hoangcx2 has joined #openstack-nova16:37
*** nkrinner_afk has quit IRC16:37
*** mrhillsman has quit IRC16:37
*** mfisch has quit IRC16:37
*** Vek has quit IRC16:37
*** clarkb has quit IRC16:37
*** alineb has quit IRC16:37
*** vipul has quit IRC16:37
*** cfriesen_ has joined #openstack-nova16:37
*** stevemar has joined #openstack-nova16:37
*** rtheis_ has joined #openstack-nova16:37
*** keekz has quit IRC16:37
*** niedbalski has quit IRC16:37
*** Jeffrey4l has quit IRC16:37
*** acabot has quit IRC16:37
*** cybojanek has quit IRC16:37
*** tojuvone has quit IRC16:37
*** med_ has quit IRC16:37
*** whenry has quit IRC16:37
*** rrecio_ has quit IRC16:37
*** bkopilov has quit IRC16:37
*** claudiub has quit IRC16:37
*** gcb has quit IRC16:37
*** Guest45014 has quit IRC16:37
*** coreywright has quit IRC16:37
*** jdillaman has quit IRC16:37
*** migi has quit IRC16:37
*** snikitin has quit IRC16:37
*** raj_singh has quit IRC16:37
*** hemanthm|trainin has quit IRC16:37
*** liangy has quit IRC16:37
*** alaski_ has joined #openstack-nova16:37
*** nic has quit IRC16:37
*** rfolco has quit IRC16:37
*** kaisers_ has quit IRC16:37
*** krtaylor has quit IRC16:37
*** umbSublime_ has quit IRC16:37
*** code-R has joined #openstack-nova16:37
*** sahid has quit IRC16:37
*** rcarrillocruz has quit IRC16:37
*** alee_ has quit IRC16:37
*** dosaboy has quit IRC16:37
*** mikal has quit IRC16:37
*** jgriffith has quit IRC16:37
*** lennyb has quit IRC16:37
*** tblakes_ is now known as tblakes16:37
*** hoonetorg has quit IRC16:37
*** mnaser has quit IRC16:37
*** paul-carlton2 has quit IRC16:37
*** devananda has quit IRC16:37
*** BobBall_ has quit IRC16:37
*** Cassowary has joined #openstack-nova16:37
*** mnaser has joined #openstack-nova16:37
*** pilgrimstack2 has joined #openstack-nova16:37
*** mnaser has quit IRC16:37
*** mnaser has joined #openstack-nova16:37
*** alee_ has joined #openstack-nova16:37
*** dmellado has quit IRC16:37
*** TravT has quit IRC16:37
*** nkrinner_afk has joined #openstack-nova16:37
*** umbSublime_ has joined #openstack-nova16:37
*** cfriesen has quit IRC16:37
*** raunak has quit IRC16:38
*** burgerk has quit IRC16:38
*** mtanino has quit IRC16:38
*** tongli has quit IRC16:38
*** anteaya has quit IRC16:38
*** avolkov has quit IRC16:38
*** sahid_ has joined #openstack-nova16:38
*** smatzek_ has joined #openstack-nova16:38
*** GB21 has quit IRC16:38
*** smatzek_ has quit IRC16:38
*** smatzek_ has joined #openstack-nova16:38
*** alaski_ is now known as alaski16:38
*** smatzek has quit IRC16:38
*** liusheng has quit IRC16:38
*** sileht has quit IRC16:38
*** aunnam has quit IRC16:38
*** clayton has quit IRC16:38
*** Madasi has quit IRC16:38
*** krtaylor has joined #openstack-nova16:38
*** migi has joined #openstack-nova16:38
*** eharney has quit IRC16:38
*** gouthamr has quit IRC16:38
*** nherciu_ has quit IRC16:38
*** leifz has joined #openstack-nova16:38
*** sudipto has quit IRC16:38
*** pilgrimstack has quit IRC16:38
*** jaypipes has joined #openstack-nova16:38
*** anteaya has joined #openstack-nova16:38
*** kaisers1 has joined #openstack-nova16:38
*** hoonetorg has joined #openstack-nova16:38
*** zzzeek has quit IRC16:38
*** tonytan4ever has quit IRC16:38
*** another_larsks has quit IRC16:38
*** doffm_ has quit IRC16:38
*** irenab_ has joined #openstack-nova16:38
*** kaisers has quit IRC16:38
*** lpetrut1 has joined #openstack-nova16:38
*** jlvillal_ has joined #openstack-nova16:38
*** artom_ has joined #openstack-nova16:38
*** pkoniszewski has joined #openstack-nova16:38
*** irenab has quit IRC16:38
*** shihanzhang has quit IRC16:38
*** bdeschenes has quit IRC16:38
*** xek has quit IRC16:38
*** irenab_ is now known as irenab16:38
*** rrecio has joined #openstack-nova16:38
*** avolkov` has joined #openstack-nova16:38
*** anush__ has joined #openstack-nova16:38
*** dmellado has joined #openstack-nova16:38
*** lennyb has joined #openstack-nova16:38
*** derekh has joined #openstack-nova16:38
*** links has quit IRC16:38
*** dgonzalez has quit IRC16:38
*** hwoarang_ has quit IRC16:38
*** lpetrut1 is now known as lpetrut16:38
*** diablo_rojo has quit IRC16:38
*** jheroux has quit IRC16:38
*** lxsli has joined #openstack-nova16:38
*** toure has joined #openstack-nova16:38
*** hwoarang has joined #openstack-nova16:38
*** ltomasbo has joined #openstack-nova16:38
*** clarkb has joined #openstack-nova16:38
*** kragniz1 has joined #openstack-nova16:38
*** code-R_ has joined #openstack-nova16:39
*** hemanthm has joined #openstack-nova16:39
*** sudipto has joined #openstack-nova16:39
*** TravT has joined #openstack-nova16:39
*** jgriffith has joined #openstack-nova16:39
*** brad[]` has joined #openstack-nova16:39
*** liusheng has joined #openstack-nova16:39
*** jlvillal_ is now known as jlvillal16:39
*** nherciu_ has joined #openstack-nova16:39
*** rcarrillocruz has joined #openstack-nova16:39
*** vipul has joined #openstack-nova16:39
*** jlvillal is now known as Guest9547716:39
*** tanee has joined #openstack-nova16:40
*** dansmith has joined #openstack-nova16:40
*** mrhillsman has joined #openstack-nova16:40
*** karlamrhein has quit IRC16:40
*** zhenguo_ is now known as zhenguo16:40
*** haplo37 has joined #openstack-nova16:40
*** pilgrimstack1 has quit IRC16:41
*** doffm has quit IRC16:41
*** ircuser-1 has quit IRC16:41
*** Apoorva has joined #openstack-nova16:41
*** DuncanT has quit IRC16:41
*** gouthamr has joined #openstack-nova16:41
*** ducttape_ has joined #openstack-nova16:42
*** code-R has quit IRC16:42
*** mfisch has joined #openstack-nova16:42
*** egarbade has joined #openstack-nova16:42
*** mfisch has quit IRC16:42
*** mfisch has joined #openstack-nova16:42
*** mikal has joined #openstack-nova16:42
*** doffm has joined #openstack-nova16:42
*** dimtruck is now known as zz_dimtruck16:43
*** rtheis has joined #openstack-nova16:44
*** smatzek__ has joined #openstack-nova16:44
*** shihanzhang has joined #openstack-nova16:44
*** larsks has joined #openstack-nova16:44
*** yamahata has joined #openstack-nova16:44
*** dosaboy has joined #openstack-nova16:44
*** ildikov has joined #openstack-nova16:44
*** dgonzalez has joined #openstack-nova16:45
*** TravT_ has joined #openstack-nova16:45
*** Apoorva_ has joined #openstack-nova16:45
*** apuimedo has quit IRC16:45
*** clayton has joined #openstack-nova16:46
*** anush has joined #openstack-nova16:46
*** toabctl_ has joined #openstack-nova16:46
*** sudswas__ has joined #openstack-nova16:46
*** yamahata has quit IRC16:46
*** Guest66676 has quit IRC16:46
*** rrecio_ has joined #openstack-nova16:46
*** alex_xu has quit IRC16:46
*** grumpycatt has quit IRC16:46
*** hemanthm has quit IRC16:46
*** vipul has quit IRC16:46
*** lxsli has quit IRC16:46
*** grumpycatt has joined #openstack-nova16:46
*** kaisers has joined #openstack-nova16:46
*** tblakes_ has joined #openstack-nova16:46
*** cburgess_ has joined #openstack-nova16:46
*** nherciu__ has joined #openstack-nova16:47
*** lennyb has quit IRC16:47
*** mnaser has quit IRC16:47
*** irenab_ has joined #openstack-nova16:47
*** lxsli0 has joined #openstack-nova16:47
*** rhagarty_ has joined #openstack-nova16:47
*** rhagarty_ has quit IRC16:47
*** rhagarty_ has joined #openstack-nova16:47
*** hoangcx2 has quit IRC16:47
*** cburgess has quit IRC16:47
*** hemanthm_ has joined #openstack-nova16:47
*** mtanino has joined #openstack-nova16:47
*** niedbalski has joined #openstack-nova16:47
*** cfriesen_ has quit IRC16:47
*** BlackDex has quit IRC16:47
*** sudipto has quit IRC16:47
*** pilgrimstack2 has quit IRC16:47
*** sfinucan has quit IRC16:47
*** liusheng has quit IRC16:47
*** ljxiash has quit IRC16:47
*** slaweq_ has quit IRC16:47
*** derekh has quit IRC16:47
*** mtanino has quit IRC16:47
*** mtanino has joined #openstack-nova16:47
*** TravT has quit IRC16:47
*** jlk` has quit IRC16:47
*** alee_ has quit IRC16:47
*** sdague has quit IRC16:47
*** rbradfor has quit IRC16:47
*** tanee_ has joined #openstack-nova16:47
*** mfisch` has joined #openstack-nova16:47
*** nherciu_ has quit IRC16:47
*** jgriffith has quit IRC16:47
*** hoangcx has joined #openstack-nova16:47
*** rbradfor has joined #openstack-nova16:47
*** Madasi has joined #openstack-nova16:47
*** toure_ has joined #openstack-nova16:47
*** abalutoiu_ has quit IRC16:47
*** _oanson has quit IRC16:47
*** hieulq has quit IRC16:47
*** dmellado_ has joined #openstack-nova16:47
*** kaisers2 has quit IRC16:47
*** tblakes has quit IRC16:47
*** toabctl has quit IRC16:48
*** FL1SK has quit IRC16:48
*** ducttape_ has quit IRC16:48
*** rtheis_ has quit IRC16:48
*** fyxim has quit IRC16:48
*** lpetrut1 has joined #openstack-nova16:48
*** gouthamr has quit IRC16:48
*** tanee has quit IRC16:48
*** shz has quit IRC16:48
*** briancurtin has quit IRC16:48
*** artom__ has joined #openstack-nova16:48
*** BlackDex_ has joined #openstack-nova16:48
*** Apoorva has quit IRC16:48
*** mrhillsman has quit IRC16:48
*** mtanin___ has quit IRC16:48
*** ayoung has quit IRC16:48
*** jamielennox has quit IRC16:48
*** ayoung has joined #openstack-nova16:48
*** toabctl_ is now known as toabctl16:48
*** Hazelesque has quit IRC16:48
*** keekz has joined #openstack-nova16:48
*** keekz has quit IRC16:48
*** zzzeek has joined #openstack-nova16:48
*** dansmith has quit IRC16:48
*** irenab has quit IRC16:48
*** lpetrut has quit IRC16:48
*** alex_xu_ has joined #openstack-nova16:48
*** gouthamr_ has joined #openstack-nova16:48
*** mfisch has quit IRC16:48
*** toure has quit IRC16:48
*** brad[]` has quit IRC16:48
*** kragniz1 has quit IRC16:48
*** rrecio has quit IRC16:48
*** Guest95477 has quit IRC16:48
*** rhagarty__ has quit IRC16:48
*** rmk` has joined #openstack-nova16:48
*** dansmith has joined #openstack-nova16:48
*** artom_ has quit IRC16:48
*** alex_xu_ has quit IRC16:48
*** alex_xu_ has joined #openstack-nova16:48
*** alee_ has joined #openstack-nova16:48
*** irenab_ is now known as irenab16:48
*** abalutoiu_ has joined #openstack-nova16:48
*** tblakes_ is now known as tblakes16:48
*** dmellado has quit IRC16:48
*** logan- has quit IRC16:48
*** rmk has quit IRC16:48
*** cfriesen__ has joined #openstack-nova16:48
*** rcarrillocruz has quit IRC16:48
*** yamahata has joined #openstack-nova16:48
*** haplo37- has joined #openstack-nova16:48
*** anteaya has quit IRC16:48
*** smatzek_ has quit IRC16:48
*** anush__ has quit IRC16:48
*** med_ has joined #openstack-nova16:48
*** lpetrut1 is now known as lpetrut16:48
*** rmk` is now known as rmk16:48
*** rmk has quit IRC16:48
*** rmk has joined #openstack-nova16:48
*** dansmith is now known as Guest374716:48
*** hieulq has joined #openstack-nova16:48
*** med_ is now known as Guest4406416:48
*** fmccrthy has joined #openstack-nova16:48
*** ljxiash has joined #openstack-nova16:48
*** jamielennox has joined #openstack-nova16:48
*** bkopilov has joined #openstack-nova16:49
*** rcarrillocruz has joined #openstack-nova16:49
*** jlk has joined #openstack-nova16:49
*** jlk has joined #openstack-nova16:49
*** keekz_ has joined #openstack-nova16:49
*** snikitin has joined #openstack-nova16:49
*** acabot has joined #openstack-nova16:49
*** Guest45014 has joined #openstack-nova16:49
*** kragniz1 has joined #openstack-nova16:49
*** Hazelesque has joined #openstack-nova16:49
*** unicell has quit IRC16:49
*** jgriffith has joined #openstack-nova16:49
*** Guest3203 is now known as melwitt16:49
*** vipul has joined #openstack-nova16:49
*** FL1SK has joined #openstack-nova16:50
*** liusheng has joined #openstack-nova16:50
*** thorst has joined #openstack-nova16:50
*** lennyb has joined #openstack-nova16:50
*** brad[] has joined #openstack-nova16:50
*** GB21 has joined #openstack-nova16:50
*** sfinucan has joined #openstack-nova16:50
*** cdelatte has quit IRC16:50
*** eharney has joined #openstack-nova16:50
*** anteaya has joined #openstack-nova16:50
*** aunnam has joined #openstack-nova16:51
*** cdelatte has joined #openstack-nova16:51
*** paul-carlton2 has joined #openstack-nova16:51
*** jheroux has joined #openstack-nova16:51
*** gcb has joined #openstack-nova16:51
*** codebauss has joined #openstack-nova16:51
*** links has joined #openstack-nova16:51
*** sileht has joined #openstack-nova16:51
*** jianghuaw has quit IRC16:51
*** jklare has quit IRC16:51
*** diablo_rojo has joined #openstack-nova16:51
*** whenry has joined #openstack-nova16:51
Guest3747mriedem_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 deleted16:52
*** codebauss is now known as mrhillsman16:52
*** jdillaman has joined #openstack-nova16:52
*** Guest3747 is now known as dansmith16:52
*** devananda has joined #openstack-nova16:53
*** jianghuaw has joined #openstack-nova16:53
*** logan- has joined #openstack-nova16:54
*** patrickeast has joined #openstack-nova16:54
*** keekz_ is now known as keekz16:54
*** apuimedo has joined #openstack-nova16:54
*** niedbalski has quit IRC16:54
*** niedbalski has joined #openstack-nova16:54
*** cybojanek has joined #openstack-nova16:55
*** hieulq__ has quit IRC16:56
*** jlvillal has joined #openstack-nova16:56
*** jlvillal has quit IRC16:56
*** jlvillal has joined #openstack-nova16:57
*** raunak has joined #openstack-nova16:57
*** Guest66666 has joined #openstack-nova16:57
*** jklare has joined #openstack-nova16:58
*** annegentle has joined #openstack-nova16:58
*** sdague has joined #openstack-nova16:58
*** mriedem has joined #openstack-nova16:58
*** salv-orlando has joined #openstack-nova16:59
*** BobBall has joined #openstack-nova16:59
*** browne has joined #openstack-nova16:59
*** BobBall is now known as Guest7562417:00
*** _oanson has joined #openstack-nova17:00
*** slaweq_ has joined #openstack-nova17:00
*** artom__ has quit IRC17:00
*** ducttape_ has joined #openstack-nova17:01
*** Apoorva has joined #openstack-nova17:01
*** artom has joined #openstack-nova17:02
*** andrewbogott has joined #openstack-nova17:03
*** raj_singh has joined #openstack-nova17:03
*** armax has joined #openstack-nova17:03
*** ircuser-1 has joined #openstack-nova17:03
*** mnaser has joined #openstack-nova17:04
*** Apoorva_ has quit IRC17:04
*** anush_ has joined #openstack-nova17:06
*** abalutoiu_ is now known as abalutoiu17:06
*** ducttape_ has quit IRC17:06
mriedemdansmith: ha http://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/535d62c/logs/devstack-gate-post_test_hook.txt.gz17:07
*** anush has quit IRC17:07
mriedemso i guess that job doesn't actually run devstack17:07
mriedembut at least it shows it running the hook17:07
*** nherciu_ has joined #openstack-nova17:08
*** irenab_ has joined #openstack-nova17:09
*** ljxiash_ has joined #openstack-nova17:09
*** lamt has joined #openstack-nova17:09
mriedemthe 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_83581217:09
openstackgerritDaniel Berrange proposed openstack/nova: libvirt: pick future min libvirt/qemu versions  https://review.openstack.org/37792317:09
*** Apoorva_ has joined #openstack-nova17:10
*** abalutoiu__ has joined #openstack-nova17:10
*** jgriffith_ has joined #openstack-nova17:10
openstackgerritDaniel Berrange proposed openstack/nova: libvirt: pick future min libvirt/qemu versions  https://review.openstack.org/37792317:10
*** tblakes has quit IRC17:10
*** cdelatte has quit IRC17:10
*** kaisers has quit IRC17:10
*** code-R_ has quit IRC17:10
*** GB21 has quit IRC17:10
*** acabot has quit IRC17:10
*** Guest44064 has quit IRC17:10
*** kaisers2 has joined #openstack-nova17:10
*** acabot has joined #openstack-nova17:11
*** tanee_ has quit IRC17:11
*** nherciu__ has quit IRC17:11
*** thorst_ has joined #openstack-nova17:11
*** hoangcx has quit IRC17:11
*** jgriffith has quit IRC17:11
*** belliott has quit IRC17:11
*** apuimedo has quit IRC17:11
*** logan- has quit IRC17:11
*** stevemar has quit IRC17:11
*** woodster_ has quit IRC17:11
*** tomhambleton has quit IRC17:11
*** pumaranikar has quit IRC17:11
*** stevemar has joined #openstack-nova17:11
*** belliott_ has joined #openstack-nova17:11
*** artom_ has joined #openstack-nova17:11
*** ircuser-1 has quit IRC17:11
*** delattec has joined #openstack-nova17:11
*** raunak_ has joined #openstack-nova17:11
*** mtanino__ has joined #openstack-nova17:11
*** andrewbogott has quit IRC17:11
*** sdague has quit IRC17:11
*** patrickeast has quit IRC17:11
*** dmellado_ has quit IRC17:11
*** alaski has quit IRC17:11
*** mtanino__ has quit IRC17:11
*** mtanino__ has joined #openstack-nova17:11
*** lpetrut1 has joined #openstack-nova17:11
*** mnaser has quit IRC17:11
*** abalutoiu has quit IRC17:11
*** rbradfor has quit IRC17:11
*** rhagarty_ has quit IRC17:11
*** lxsli0 has quit IRC17:11
*** John341_ has quit IRC17:11
*** mdrabe has quit IRC17:11
*** cfriesen has joined #openstack-nova17:11
*** GB21 has joined #openstack-nova17:11
*** sahid has joined #openstack-nova17:11
*** ayoung_ has joined #openstack-nova17:11
*** bvanhav_ has joined #openstack-nova17:11
*** annegentle has quit IRC17:11
*** jheroux has quit IRC17:11
*** eharney has quit IRC17:11
*** liusheng has quit IRC17:11
*** bkopilov has quit IRC17:11
*** mtanino has quit IRC17:11
*** pumaranikar has joined #openstack-nova17:11
*** sfinucan has quit IRC17:11
*** thorst has quit IRC17:11
*** dansmith has quit IRC17:11
*** links has quit IRC17:11
*** jlk has quit IRC17:11
*** gouthamr_ has quit IRC17:11
*** keekz_ has joined #openstack-nova17:11
*** gopenshaw has quit IRC17:11
*** jhesketh has quit IRC17:12
*** Guest45014 has quit IRC17:12
*** lpetrut has quit IRC17:12
*** irenab has quit IRC17:12
*** whenry has quit IRC17:12
*** paul-carlton2 has quit IRC17:12
*** jamielennox has quit IRC17:12
*** ayoung has quit IRC17:12
*** irenab_ is now known as irenab17:12
*** Guest66666 has quit IRC17:12
*** lpetrut1 is now known as lpetrut17:12
*** lxsli0 has joined #openstack-nova17:12
*** abalutoiu__ is now known as abalutoiu17:12
*** jraju has joined #openstack-nova17:12
*** eharney has joined #openstack-nova17:12
*** jklare has quit IRC17:12
*** keekz has quit IRC17:12
*** Hazelesque has quit IRC17:12
*** cfriesen__ has quit IRC17:12
*** clarkb has quit IRC17:12
*** code-R has joined #openstack-nova17:12
*** jklare has joined #openstack-nova17:12
*** yassine__ has joined #openstack-nova17:12
*** clarkb has joined #openstack-nova17:12
*** ljxiash has quit IRC17:12
*** sahid_ has quit IRC17:12
*** bvanhav has quit IRC17:12
*** tblakes_ has joined #openstack-nova17:12
*** gopenshaw_ has joined #openstack-nova17:12
*** armax has quit IRC17:12
*** artom has quit IRC17:12
*** devananda has quit IRC17:12
*** paul-carlton has joined #openstack-nova17:12
*** bkopilov_ has joined #openstack-nova17:12
*** gouthamr has joined #openstack-nova17:12
*** jgriffith_ is now known as jgriffith17:12
*** jheroux has joined #openstack-nova17:12
*** _oanson has quit IRC17:12
*** Apoorva has quit IRC17:12
*** raunak has quit IRC17:12
*** raunak_ is now known as raunak17:12
*** liusheng has joined #openstack-nova17:12
*** ircuser-1 has joined #openstack-nova17:12
*** tonytan_brb has quit IRC17:12
*** apuimedo_ has joined #openstack-nova17:12
*** rbradfor has joined #openstack-nova17:12
*** _oanson has joined #openstack-nova17:12
*** dmellado has joined #openstack-nova17:12
*** Hazelesque has joined #openstack-nova17:12
*** logan- has joined #openstack-nova17:12
*** jlk has joined #openstack-nova17:12
*** jlk has joined #openstack-nova17:12
*** apuimedo_ is now known as apuimedo17:12
*** tblakes_ is now known as tblakes17:13
*** sfinucan has joined #openstack-nova17:13
*** hshiina has quit IRC17:13
*** dansmith has joined #openstack-nova17:13
*** sdague has joined #openstack-nova17:13
*** whenry has joined #openstack-nova17:13
*** tanee has joined #openstack-nova17:13
*** jhesketh has joined #openstack-nova17:13
*** alaski has joined #openstack-nova17:14
*** jamielennox has joined #openstack-nova17:14
*** kragniz1 is now known as kragniz17:15
*** hoangcx has joined #openstack-nova17:15
*** Guest66666 has joined #openstack-nova17:17
*** harlowja has joined #openstack-nova17:17
*** ircuser-1 has quit IRC17:17
*** patrickeast has joined #openstack-nova17:17
*** artom__ has joined #openstack-nova17:18
*** ircuser-1 has joined #openstack-nova17:18
*** gouthamr_ has joined #openstack-nova17:19
*** mtanino has joined #openstack-nova17:19
*** cdelatte has joined #openstack-nova17:20
*** Shalmazar has joined #openstack-nova17:20
*** armax has joined #openstack-nova17:20
*** apuimedo_ has joined #openstack-nova17:20
*** raunak_ has joined #openstack-nova17:20
*** tanee_ has joined #openstack-nova17:21
*** grumpycatt has quit IRC17:21
*** grumpycatt has joined #openstack-nova17:21
*** dmellado_ has joined #openstack-nova17:21
*** haplo37_ has quit IRC17:21
*** yhvh- has quit IRC17:21
*** alex_xu has joined #openstack-nova17:21
*** mikal_ has joined #openstack-nova17:21
*** lpetrut has quit IRC17:21
*** dmellado has quit IRC17:21
*** stevemar has quit IRC17:21
*** swamireddy_ has quit IRC17:21
*** delattec has quit IRC17:21
*** stevemar has joined #openstack-nova17:21
*** cfriesen has quit IRC17:21
*** leifz- has joined #openstack-nova17:21
*** rodrigod` has joined #openstack-nova17:21
*** rbradfor has quit IRC17:21
*** ayoung_ has quit IRC17:21
*** mtanino__ has quit IRC17:21
*** artom_ has quit IRC17:21
*** belliott_ has quit IRC17:21
*** sileht has quit IRC17:21
*** diegows has quit IRC17:21
*** yhvh has joined #openstack-nova17:22
*** harlowja_ has joined #openstack-nova17:22
*** beekneemech has joined #openstack-nova17:22
*** sneti_ has joined #openstack-nova17:22
*** Guest66676 has joined #openstack-nova17:22
*** leifz has quit IRC17:22
*** alex_xu_ has quit IRC17:22
*** BlackDex_ has quit IRC17:22
*** leifz- is now known as leifz17:22
*** FL1SK has quit IRC17:22
*** zzzeek has quit IRC17:22
*** krtaylor has quit IRC17:22
*** harlowja has quit IRC17:22
*** logan- has quit IRC17:22
*** jheroux has quit IRC17:22
*** raunak has quit IRC17:22
*** raunak_ is now known as raunak17:22
*** devananda has joined #openstack-nova17:22
*** apuimedo has quit IRC17:22
*** tanee has quit IRC17:22
*** jklare has quit IRC17:22
*** apuimedo_ is now known as apuimedo17:22
*** clarkb has quit IRC17:22
*** tblakes has quit IRC17:22
*** mikal has quit IRC17:22
*** cfriesen_ has joined #openstack-nova17:22
*** bnemec has quit IRC17:22
*** Guest66666 has quit IRC17:22
*** bkopilov_ has quit IRC17:22
*** paul-carlton has quit IRC17:22
*** gouthamr has quit IRC17:22
*** jianghuaw has quit IRC17:22
*** yamahata has quit IRC17:22
*** salv-orl_ has joined #openstack-nova17:22
*** belliott has joined #openstack-nova17:22
*** krtaylor has joined #openstack-nova17:22
*** jklare has joined #openstack-nova17:22
*** mlavalle1 has joined #openstack-nova17:22
*** jjheroux has joined #openstack-nova17:23
*** haplo37_ has joined #openstack-nova17:23
*** serverascode has joined #openstack-nova17:23
*** bkopilov_ has joined #openstack-nova17:23
*** rbradfor has joined #openstack-nova17:23
*** clarkb has joined #openstack-nova17:23
*** jianghuaw has joined #openstack-nova17:23
*** Yingxin_ has joined #openstack-nova17:23
*** zzzeek has joined #openstack-nova17:24
*** migi_ has joined #openstack-nova17:24
mriedemlooks like it didn't call the hook, maybe not defined?17:24
mriedemso call_hook_if_defined didn't find it?17:24
*** sileht has joined #openstack-nova17:24
*** david-lyle_ is now known as david-lyle17:24
*** FL1SK has joined #openstack-nova17:24
*** diablo_rojo has quit IRC17:25
*** migi_ has quit IRC17:25
*** alineb has joined #openstack-nova17:25
*** ayoung_ has joined #openstack-nova17:25
*** migi_ has joined #openstack-nova17:25
*** efried has joined #openstack-nova17:25
*** fyxim has joined #openstack-nova17:25
*** salv-orlando has quit IRC17:25
*** haplo37| has joined #openstack-nova17:25
stewie925mriedem: hi there17:26
*** swamireddy has joined #openstack-nova17:26
*** avolkov`` has joined #openstack-nova17:26
mriedemo/17:26
*** migi has quit IRC17:26
*** rmk` has joined #openstack-nova17:27
*** migi_ is now known as migi17:27
*** GB21 has quit IRC17:27
stewie925mriedem: I'm requesting some clarification from the add-fixed-ip discussion we had yesterday  - where networkId is int for nova-net and string for neutron17:27
*** unicell has joined #openstack-nova17:27
mriedemok17:27
*** tblakes has joined #openstack-nova17:27
*** brad[] has quit IRC17:28
*** Madasi has quit IRC17:28
*** haplo37 has quit IRC17:28
*** mlavalle has quit IRC17:28
*** rodrigods has quit IRC17:28
*** Yingxin has quit IRC17:28
*** haplo37- is now known as haplo3717:28
*** Yingxin_ is now known as Yingxin17:28
*** Shalmazar is now known as Madasi17:28
stewie925normally when running the nova CLI for add fixed ip ,   the command is 'nova add-fixed-ip <server> <networkId>'17:28
*** logan- has joined #openstack-nova17:28
stewie925I realized that the <networkId> parameter would be the network uuid, is that right?17:28
openstackgerritDan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted  https://review.openstack.org/37793317:28
stewie925I  have my stak up and running right now with nova-network (n-net)17:29
mriedemstewie925: if you're using neutron yes17:29
mriedemfor nova-network it would be the network id17:29
mriedemthe int17:29
stewie925hmm that is strange .... when I ran the 'nova network-list' it gives me the network ID in string format , not an integer17:30
stewie925and I am using n-net at the moment... I know I am missing something in between17:30
*** John341 has joined #openstack-nova17:30
mriedemare you sure you'r running nova-net17:30
stewie925but couldnt figure which... (sorry)17:30
mriedemdefault devstack is neutron now17:31
stewie925yes Matt, I ran the devstack screen and I see n-net17:31
*** salv-orlando has joined #openstack-nova17:31
mriedemok17:31
mriedemwhat does nova network-list show?17:31
alaskimriedem: it found the hook afaict, but nova-manage must not be in the path so it couldn't run the hook17:31
mriedemalaski: yeah i don't think that gate hook job runs devstack17:32
mriedemthere is no devstack log17:32
mriedembut not sure how it cloned nova then17:32
*** mnaser has joined #openstack-nova17:32
stewie925"nova network-list" results show ID= 5b538d1d-e0d3-4baa-aec5-10eb8219fa7117:32
*** aunnam has quit IRC17:32
*** lennyb has quit IRC17:32
*** rmk has quit IRC17:32
*** avolkov` has quit IRC17:32
*** rmk` is now known as rmk17:32
*** rmk has quit IRC17:32
*** rmk has joined #openstack-nova17:32
mriedemalaski: the job runs in 3 minutes so it can't be running devstack17:32
*** prateek_ has quit IRC17:32
*** stevemar has quit IRC17:32
*** unicell1 has joined #openstack-nova17:32
*** leifz has quit IRC17:32
*** hemanthm_ has quit IRC17:32
*** mtreinish has quit IRC17:33
*** SamYaple has quit IRC17:33
*** parora has joined #openstack-nova17:33
*** logan- has quit IRC17:33
*** efried has quit IRC17:33
*** harlowja_ has quit IRC17:33
*** sdague has quit IRC17:33
*** leifz has joined #openstack-nova17:33
mriedemstewie925: hmm, the nova-network network object has an id and uuid17:33
*** dillaman has joined #openstack-nova17:33
*** hoangcx has quit IRC17:33
*** unicell has quit IRC17:33
*** alineb has quit IRC17:33
*** jklare_ has joined #openstack-nova17:33
*** cfriesen has joined #openstack-nova17:33
*** jklare has quit IRC17:34
*** salv-orl_ has quit IRC17:34
*** rcarrillocruz has quit IRC17:34
*** haplo37 has quit IRC17:34
*** priya_ has quit IRC17:34
*** cfriesen_ has quit IRC17:34
*** haplo37 has joined #openstack-nova17:34
*** priya_ has joined #openstack-nova17:34
*** sileht has quit IRC17:34
*** devananda has quit IRC17:34
*** jdillaman has quit IRC17:34
*** hemanthm has joined #openstack-nova17:34
*** stevemar has joined #openstack-nova17:34
mriedemstewie925: 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#L7417:34
*** harlowja has joined #openstack-nova17:34
*** sileht has joined #openstack-nova17:34
*** rmcall has joined #openstack-nova17:35
*** sdague has joined #openstack-nova17:35
*** devananda has joined #openstack-nova17:35
*** rcarrillocruz has joined #openstack-nova17:35
*** BlackDex has joined #openstack-nova17:36
*** efried has joined #openstack-nova17:36
stewie925mriedem:   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-net17:36
*** baoli has joined #openstack-nova17:36
alaskimriedem: 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 timing17:36
*** diegows has joined #openstack-nova17:37
mriedemstewie925: so the truth is the network id passed into the addFixedIP action can be either an int or a uuid for nova-network17:38
mriedemhttps://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/network/manager.py#L71517:38
mriedemit handles both ^17:38
*** SamYaple has joined #openstack-nova17:38
*** logan- has joined #openstack-nova17:38
*** vladikr has joined #openstack-nova17:39
mriedemand the api schema allows both https://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/api/openstack/compute/schemas/multinic.py#L2517:39
*** aswadr_ has joined #openstack-nova17:39
stewie925mriedem: thank you for pointing out the code - I see that the code accepts the id (int) or the uuid17:40
*** mtreinish has joined #openstack-nova17:40
*** lennyb has joined #openstack-nova17:40
*** rmcall has quit IRC17:41
dansmithalaski: I don't think that's the right thing to do17:41
dansmithalaski: devstack installs the cmd/* binaries in /usr/local/bin, which are just python module wrappers17:41
*** Apoorva_ has quit IRC17:41
stewie925however, let me find out how to get the network id (int) instead of the uuid17:41
dansmithalaski: calling into the git dir and trying to execute the cmd/ thing is not the right move I think17:41
*** harlowja has quit IRC17:42
*** sudipto_ has quit IRC17:42
*** sudswas__ has quit IRC17:42
*** Apoorva has joined #openstack-nova17:42
*** rodrigod` is now known as rodrigods17:42
*** rodrigods has quit IRC17:42
*** rodrigods has joined #openstack-nova17:42
*** tomhambleton has joined #openstack-nova17:43
dansmithalaski: 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_37617:44
mriedemstewie925: i think the point of the network show in the API is to only show the uuid17:44
mriedemthe uuid is stored as the 'id' field in a neutron network object,17:44
*** alineb has joined #openstack-nova17:44
*** med_ has joined #openstack-nova17:44
mriedembut the uuid is stored as the 'uuid' field in the nova network object17:44
mriedemeither way, you get the uuid back from the api17:44
alaskidansmith: 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-nova17:45
*** med_ is now known as Guest7927817:45
mriedemi'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 db17:45
dansmithalaski: yeah, could be, fixing to /usr/local now17:45
mriedemstewie925: honestly it's probably not a bad idea to disable being able to pass the network id as an int into addFixedIP17:45
dansmithalaski: it should also be -x so we can see it, which I'm also doing17:45
mriedemsdague: thoughts on that ^?17:45
mriedemsdague: re: https://github.com/openstack/nova/blob/845adc652862a72c4c46f516ed02c4e05af358d9/nova/api/openstack/compute/schemas/multinic.py#L2517:45
openstackgerritDan Smith proposed openstack/nova: Add a post-test-hook to run the archive command  https://review.openstack.org/37656717:45
stewie925mriedem: 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 IRC17:47
stewie925I checked the nova table "networks" and it shows the id=117:47
mriedemstewie925: try microversion 2.3517:47
*** harlowja has joined #openstack-nova17:47
*** DuncanT has joined #openstack-nova17:47
openstackgerritPaul Carlton proposed openstack/nova: Clean up instance on target node if evacuate fails  https://review.openstack.org/37562317:47
*** hoangcx has joined #openstack-nova17:48
*** parora has quit IRC17:49
stewie925mriedem: ohhh... how do I specify the microversion17:50
*** mvk has joined #openstack-nova17:51
mriedem--x-openstack-api-version 2.3517:52
mriedemsomething like that17:52
*** parora has joined #openstack-nova17:52
*** Swami has joined #openstack-nova17:52
stewie925mriedem: thanks!  let me try that17:52
*** tonytan4ever has joined #openstack-nova17:53
*** woodster_ has joined #openstack-nova17:53
danpbsdague: do you have any idea if there's a time frame for getting CI off Trusty and onto Xenial vms entirely ?17:53
mriedemclarkb: ^17:53
clarkbas quickly as people do it?17:54
cfriesendanpb: 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 host17:54
danpb(context: possible increase in min required libvirt in Pike cycle that would drop Trusty support)17:54
clarkbthere 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 things17:54
clarkband they haven't really been actively trying to fix it17:54
*** jraju has quit IRC17:54
danpbcfriesen:  guess that's just a stupid definition of qemu6417:55
danpbprobably a historical mistake that can't be fixed now17:55
danpbclarkb: wow, neutron ci has custom kmods/!?!?  that's nuts17:56
clarkbovs too I think17:56
*** claudiub has joined #openstack-nova17:57
clarkbso anyways. Most of the "core" projects are now running the majority of their jobs on xenial17:57
clarkband the remainder of the big tent are slowly converting17:57
* dansmith gossips that clarkb said "core projects"17:57
melwittstewie925: 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 microversion17:57
mriedemcore projects == integrated gate17:57
mriedemalso, == super special treatment projects17:57
stewie925melwitt: oh thank you17:58
dansmithmriedem: I believe the PC term is "the more equal projects" and "the more equal gate"17:58
*** aswadr_ has quit IRC17:58
sdaguedanpb: like clarkb said, most stuff is over. I think it's fine to have pike have a minimum that trusty can't handle17:58
danpbok, that's good to hear17:59
*** thorst_ has quit IRC17:59
stewie925setting the OS_COMPUTE_API_VERSION=2.3518:00
sdaguedanpb: you have a proposed patch up for the min libvirt next?18:00
openstackgerritPushkar Umaranikar proposed openstack/nova: Remove scheduled_at attribute from instances table  https://review.openstack.org/37795018:00
sdaguedanpb: what were you thinking of as the bump point?18:00
*** briancurtin has joined #openstack-nova18:00
claudiubmriedem: 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? :D18:01
*** rlrossit has joined #openstack-nova18:01
*** code-R has quit IRC18:02
*** prateek_ has joined #openstack-nova18:02
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Remove context object in oslo.log method  https://review.openstack.org/31710918:02
claudiubdanpb: hello. Can you take another look at the hyper-v ovs vif driver patch pls? https://review.openstack.org/#/c/140045/4618:03
*** thorst_ has joined #openstack-nova18:03
*** rlrossit has quit IRC18:03
danpbclaudiub: not today - its evening time here now18:05
*** yamahata has joined #openstack-nova18:05
*** karlamrhein has joined #openstack-nova18:05
claudiubdanpb: i see. :)18:05
*** parora has quit IRC18:06
danpbsdague: just posted one a short while ago, picking 1.2.9 and qemu 2.1.0  https://review.openstack.org/#/c/377923/18:06
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 18  https://review.openstack.org/37589918:06
*** tonytan_brb has joined #openstack-nova18:08
*** lyarwood has quit IRC18:09
*** snikitin has quit IRC18:10
*** grumpycatt has quit IRC18:10
*** grumpycatt has joined #openstack-nova18:10
*** harlowja has quit IRC18:10
*** jklare_ has quit IRC18:10
*** crinkle has quit IRC18:10
*** avolkov`` has quit IRC18:10
*** lyarwood_ has joined #openstack-nova18:10
*** andrewbogott has quit IRC18:10
*** unicell1 has quit IRC18:10
*** haplo37| has quit IRC18:10
*** fyxim has quit IRC18:10
*** serverascode has quit IRC18:10
*** mtreinish_ has joined #openstack-nova18:10
*** patrickeast_ has joined #openstack-nova18:10
*** haplo37- has joined #openstack-nova18:10
*** unicell has joined #openstack-nova18:10
*** patrickeast_ has quit IRC18:10
*** patrickeast_ has joined #openstack-nova18:10
*** tonytan4ever has quit IRC18:10
*** mvk has quit IRC18:10
*** Guest79278 has quit IRC18:10
*** lennyb has quit IRC18:10
*** hieulq has quit IRC18:10
*** vladikr has quit IRC18:10
*** BlackDex has quit IRC18:10
*** rcarrillocruz has quit IRC18:10
*** ayoung_ has quit IRC18:10
*** lxsli0 has quit IRC18:10
*** sahid has quit IRC18:10
*** sahid has joined #openstack-nova18:10
*** BlackDex has joined #openstack-nova18:10
*** mvk has joined #openstack-nova18:11
openstackgerritDan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted  https://review.openstack.org/37793318:11
*** sdague has quit IRC18:11
*** alee_ has quit IRC18:11
*** thorst_ has quit IRC18:11
*** mtreinish has quit IRC18:11
*** haplo37 has quit IRC18:11
*** mtreinish_ is now known as mtreinish18:11
*** karlamrhein has quit IRC18:11
*** hemanthm has quit IRC18:11
*** diegows has quit IRC18:11
*** sileht has quit IRC18:11
*** vladikr_ has joined #openstack-nova18:11
*** diegows has joined #openstack-nova18:11
*** jklare has joined #openstack-nova18:11
*** alee_ has joined #openstack-nova18:11
*** haplo37 has joined #openstack-nova18:11
*** crinkle_ has joined #openstack-nova18:11
*** lxsli0 has joined #openstack-nova18:12
*** crinkle_ is now known as crinkle18:12
*** serverascode has joined #openstack-nova18:12
*** snikitin has joined #openstack-nova18:12
*** stevemar_ has joined #openstack-nova18:12
*** sdague has joined #openstack-nova18:13
*** rcarrillocruz has joined #openstack-nova18:13
*** danpb has quit IRC18:13
*** sileht has joined #openstack-nova18:13
*** lennyb has joined #openstack-nova18:13
*** ayoung_ has joined #openstack-nova18:15
*** coreywright has joined #openstack-nova18:16
*** hemanthm has joined #openstack-nova18:16
stewie925mriedem: thank you - I was able to test successfully with the ID integer18:16
stewie925melwitt: thanks for the micro-versioning setting tip :)18:17
*** stevemar_ is now known as stevemar__18:17
*** stevemar__ has quit IRC18:18
*** andrewbogott has joined #openstack-nova18:20
*** stevemar____ has joined #openstack-nova18:20
*** hoangcx2 has joined #openstack-nova18:20
*** patrickeast_ has quit IRC18:20
*** hoangcx has quit IRC18:21
*** diegows has quit IRC18:21
*** diegows has joined #openstack-nova18:21
*** sileht has quit IRC18:21
*** karlamrhein has joined #openstack-nova18:24
*** harlowja has joined #openstack-nova18:24
*** sileht has joined #openstack-nova18:24
*** thorst_ has joined #openstack-nova18:25
*** fyxim has joined #openstack-nova18:26
mriedemdansmith: comments in ps1 here https://review.openstack.org/#/c/377933/118:27
mriedemwas reviewing when you pushed ps218:27
*** code-R has joined #openstack-nova18:28
*** patrickeast_ has joined #openstack-nova18:28
*** ihrachys has quit IRC18:28
dansmithmriedem: thanks18:29
dansmithwas just a pep8 fix18:29
*** pilgrimstack has joined #openstack-nova18:30
*** dillaman has quit IRC18:30
*** vladikr_ has quit IRC18:30
*** vladikr_ has joined #openstack-nova18:30
*** diegows has quit IRC18:30
*** Vijayendra__ has quit IRC18:30
dansmithmriedem: derekh's database is 1.5GB uncompressed and has a lot of history in it, FYI18:30
*** dillaman has joined #openstack-nova18:30
mriedembaggage18:31
mriedemthings it doesn't want to talk about18:31
dansmithheh18:31
dansmithwell, like any good therapist, I thrive on finding and exposing those things18:31
dansmither, I mean, fixing those bugs18:31
*** nic has joined #openstack-nova18:32
*** Vijayendra has joined #openstack-nova18:32
*** brad[] has joined #openstack-nova18:33
*** Vek has joined #openstack-nova18:33
*** yamahata has quit IRC18:34
*** salv-orlando has quit IRC18:35
sdaguedansmith: that late import is to work around cross importing modules?18:35
*** thorst_ has quit IRC18:35
mriedemit's a copy of what's in the existing archive code18:35
dansmithsdague: yes, present in the code already18:35
*** parora has joined #openstack-nova18:35
*** sdake has quit IRC18:35
*** thorst_ has joined #openstack-nova18:36
*** thorst_ has quit IRC18:36
*** thorst_ has joined #openstack-nova18:36
*** prateek_ has quit IRC18:37
dansmithit takes me like 45 minutes on my 32G machine to import this database and burn it down18:37
*** logan- has quit IRC18:39
*** jjheroux has quit IRC18:40
*** prateek has joined #openstack-nova18:40
*** jjheroux has joined #openstack-nova18:41
*** parora has quit IRC18:41
*** diegows has joined #openstack-nova18:42
*** logan- has joined #openstack-nova18:42
*** med_ has joined #openstack-nova18:43
*** sneti has joined #openstack-nova18:44
*** med_ is now known as Guest4087618:44
*** prateek has quit IRC18:46
*** artom__ is now known as artom18:46
sdaguedansmith: +218:46
artomCan cloud admins specify which tenants have access to which flavors?18:46
*** prateek has joined #openstack-nova18:46
dansmithsdague: it's failing the live db test because I didn't update a unit test or something18:46
dansmithsdague: but yeah, thanks :)18:46
dansmithjust to be clear, I mean the py34-db test :D18:47
alaskiartom: http://developer.openstack.org/api-ref-compute-v2.1.html#os-flavor-access-v2.118:47
artomalaski, thank you :) I got there myself through Google https://blogs.rdoproject.org/5670/how-to-create-specific-nova-flavors-for-tenants18:47
*** haplo37 has quit IRC18:48
artomApologies for the noise18:48
alaskino worries18:48
artomI thought 'no way I can just search for nova flavor tenant and get it'18:48
artomWrong18:48
openstackgerritChris Dent proposed openstack/nova: Optional separate database for placement API  https://review.openstack.org/36276618:48
*** sdake has joined #openstack-nova18:49
*** slaweq_ has quit IRC18:50
*** mtanino_ has joined #openstack-nova18:50
*** thorst_ has quit IRC18:50
*** irenab_ has joined #openstack-nova18:51
*** Apoorva has quit IRC18:52
*** mtani____ has joined #openstack-nova18:52
*** mtanino has quit IRC18:52
sdaguedansmith: :)18:52
*** TravT_ has quit IRC18:52
*** Apoorva has joined #openstack-nova18:52
*** irenab has quit IRC18:52
*** irenab_ is now known as irenab18:52
dansmithsdague: those py34-db tests are running against mysql instead of sqlite, right?18:52
sdaguedansmith: mostly not18:52
sdaguedb just means db servers exist there, iirc18:52
*** lpetrut has joined #openstack-nova18:53
sdagueso the oportunistic tests run18:53
dansmithwell, right18:53
dansmiths'what I mean18:53
sdaguesure, but those are a pretty small subset18:53
dansmithbut includes these I think18:53
sdaguenothing in your code should have touched that18:53
*** ljxiash_ has quit IRC18:53
sdaguehmmm... really?18:54
*** raunak has quit IRC18:54
dansmiththe archive ones, right? they check a bunch of versions18:54
*** Cibo has joined #openstack-nova18:54
*** annegentle has joined #openstack-nova18:54
*** anush has joined #openstack-nova18:54
sdagueI don't think so18:54
sdaguethis error was definitely sqlite18:54
sdaguehttp://logs.openstack.org/33/377933/2/check/gate-nova-python34-db/47f463b/console.html#_2016-09-27_18_30_57_65874818:55
dansmithyeah, was just about to say18:55
*** raunak has joined #openstack-nova18:55
melwittlooks like max_rows is None somehow18:55
dansmithwell, I dunno why I didn't hit that on py2718:55
*** mtanino_ has quit IRC18:55
dansmithmelwitt: yeah, I know the issue18:55
dansmithjust not sure why it would be non-deterministic18:55
*** raunak has quit IRC18:55
sdaguemax_rows type issue?18:55
dansmithno18:55
melwittI thought max_rows is just a thing passed in from the command18:56
dansmithit's because I can return None from that extra handler18:56
*** raunak has joined #openstack-nova18:56
*** thorst_ has joined #openstack-nova18:56
dansmithfor the same reason as in the parent, I just didn't return 0 there18:56
*** haplo37 has joined #openstack-nova18:57
openstackgerritDan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted  https://review.openstack.org/37793318:57
*** brad[] has quit IRC18:57
*** DuncanT has quit IRC18:58
*** Vek has quit IRC18:59
*** cdent has quit IRC19:00
*** Vek has joined #openstack-nova19:00
*** DuncanT has joined #openstack-nova19:00
*** belliott_ has joined #openstack-nova19:00
*** annegentle has quit IRC19:00
*** belliott has quit IRC19:00
*** prateek_ has joined #openstack-nova19:00
*** whenry has quit IRC19:01
*** stevemar____ has quit IRC19:02
openstackgerritDan Smith proposed openstack/nova: Archive instance-related rows when the parent instance is deleted  https://review.openstack.org/37793319:03
*** prateek has quit IRC19:03
dansmithmelwitt: I added a few more words and did away with 'double fault', so see if that makes it better for you19:04
dansmithmriedem: that code you thought was remove-able is still doing something for instance_actions that I'm not19:04
*** TravT has joined #openstack-nova19:05
dansmithmriedem: I'll follow up to this and excise it piece by piece, at least the migration part19:05
openstackgerritSean Dague proposed openstack/nova: Unwind circular import issue with api / utils  https://review.openstack.org/37798919:06
sdaguedansmith: that just cleans up the import thing on top of your patch19:06
dansmithsdague: okay19:06
openstackgerritSarafraj Singh proposed openstack/nova: Do not merge: Added nova patch to test LM  https://review.openstack.org/37799019:07
*** TravT_ has joined #openstack-nova19:09
openstackgerritDiana Clarke proposed openstack/nova: Fix database poison warnings, part 22  https://review.openstack.org/37799119:09
*** sdake has quit IRC19:10
*** niedbalski_ has joined #openstack-nova19:10
*** Vek has quit IRC19:11
*** lpetrut has quit IRC19:11
*** haplo37- has quit IRC19:11
*** niedbalski has quit IRC19:11
*** belliott_ has quit IRC19:12
*** belliott has joined #openstack-nova19:12
*** snikitin_ has joined #openstack-nova19:12
*** haplo37- has joined #openstack-nova19:12
*** lpetrut1 has joined #openstack-nova19:12
*** zzzeek has quit IRC19:12
*** cfriesen_ has joined #openstack-nova19:12
*** cfriesen has quit IRC19:12
*** TravT has quit IRC19:12
*** snikitin has quit IRC19:12
*** zzzeek has joined #openstack-nova19:12
*** lpetrut1 is now known as lpetrut19:12
*** salv-orlando has joined #openstack-nova19:13
*** rlrossit has joined #openstack-nova19:13
*** whenry has joined #openstack-nova19:14
*** patrickeast has quit IRC19:14
*** patrickeast_ is now known as patrickeast19:14
openstackgerritArtom Lifshitz proposed openstack/nova-specs: Virt driver private storage  https://review.openstack.org/37780619:16
*** annegentle has joined #openstack-nova19:17
*** salv-orlando has quit IRC19:18
*** xyang1 has joined #openstack-nova19:18
*** burgerk__ has joined #openstack-nova19:23
*** ihrachys has joined #openstack-nova19:24
openstackgerritArtom Lifshitz proposed openstack/nova-specs: Virt driver private storage  https://review.openstack.org/37780619:24
*** Cristina__ has joined #openstack-nova19:25
*** hoangcx2 has quit IRC19:26
*** burgerk_ has quit IRC19:26
*** cnf has quit IRC19:26
*** belliott has quit IRC19:26
*** logan- has quit IRC19:26
*** tomhambleton has quit IRC19:26
*** serverascode has quit IRC19:27
*** briancurtin has quit IRC19:27
*** stevemar has quit IRC19:27
*** sileht has quit IRC19:27
*** leifz has quit IRC19:27
*** clarkb has quit IRC19:27
*** mlavalle1 has quit IRC19:27
*** jaypipes has quit IRC19:27
*** yohoffman has quit IRC19:27
*** belliott has joined #openstack-nova19:27
*** jlvillal has quit IRC19:27
*** Cristina_ has quit IRC19:27
*** cnfer has joined #openstack-nova19:27
*** mlavalle1 has joined #openstack-nova19:27
*** crinkle_ has joined #openstack-nova19:27
*** Guest40876 has quit IRC19:27
*** dillaman has quit IRC19:27
*** rlrossit has quit IRC19:27
*** ayoung_ has quit IRC19:27
*** prateek_ has quit IRC19:27
*** BlackDex has quit IRC19:27
*** lyarwood_ has quit IRC19:27
*** SamYaple has quit IRC19:27
*** mtani____ has quit IRC19:27
*** sneti has quit IRC19:27
*** keekz_ has quit IRC19:27
*** mrhillsman has quit IRC19:27
*** vladikr__ has joined #openstack-nova19:27
*** leifz has joined #openstack-nova19:27
*** lyarwood has joined #openstack-nova19:27
*** SamYaple has joined #openstack-nova19:27
*** FL1SK has quit IRC19:27
*** slaweq_ has joined #openstack-nova19:27
*** xyang1 has quit IRC19:27
*** lpetrut has quit IRC19:27
*** cnfer is now known as cnf19:27
*** serverascode has joined #openstack-nova19:27
*** lpetrut has joined #openstack-nova19:27
*** cfriesen_ has quit IRC19:27
*** vladikr_ has quit IRC19:28
*** cfriesen_ has joined #openstack-nova19:28
*** crinkle has quit IRC19:28
*** lucasagomes is now known as lucas-afk19:28
*** yohoffman has joined #openstack-nova19:28
*** dillaman has joined #openstack-nova19:28
*** clarkb has joined #openstack-nova19:28
*** bvanhav_ has quit IRC19:29
*** mrhillsman has joined #openstack-nova19:29
*** patrickeast_ has joined #openstack-nova19:30
*** keekz has joined #openstack-nova19:30
*** stevemar has joined #openstack-nova19:30
*** Cristina__ has quit IRC19:31
*** alee_ is now known as alee_afk19:31
*** jroll has quit IRC19:31
*** jlvillal has joined #openstack-nova19:32
*** patrickeast__ has joined #openstack-nova19:32
*** eliqiao has quit IRC19:33
*** lpetrut1 has joined #openstack-nova19:34
*** sgordon has quit IRC19:34
*** ajo has quit IRC19:34
*** DinaBelova has quit IRC19:34
*** logan- has joined #openstack-nova19:34
*** markmc has quit IRC19:34
*** aignatov has quit IRC19:34
*** eantyshev has quit IRC19:34
*** htruta has quit IRC19:34
*** Qu4tre has quit IRC19:34
*** mdbooth has quit IRC19:34
*** ejat has quit IRC19:34
*** lbeliveau has quit IRC19:35
*** ianw has quit IRC19:35
*** zeroDivisible has quit IRC19:35
*** mkoderer__ has quit IRC19:35
*** Lehtu has quit IRC19:35
*** tonyb has quit IRC19:35
*** jamespd_ has quit IRC19:35
*** adreznec has quit IRC19:35
*** cfriesen__ has joined #openstack-nova19:35
*** jcook has quit IRC19:35
*** rdo_ has quit IRC19:35
*** _gryf_ has quit IRC19:35
*** patrickeast has quit IRC19:35
*** leifz has quit IRC19:35
*** leifz has joined #openstack-nova19:35
*** patrickeast__ is now known as patrickeast19:35
*** mrhillsman has quit IRC19:35
*** serverascode has quit IRC19:35
*** lyarwood has quit IRC19:35
*** DuncanT has quit IRC19:35
*** sahid has quit IRC19:35
*** swamireddy has quit IRC19:35
*** rha has quit IRC19:35
*** zul has quit IRC19:35
*** cnf has quit IRC19:35
*** Qu4tre_ has joined #openstack-nova19:35
*** READ10 has quit IRC19:35
*** mdbooth_ has joined #openstack-nova19:36
*** jamespd has joined #openstack-nova19:36
*** keekz has quit IRC19:36
*** vladikr__ has quit IRC19:36
*** fyxim has quit IRC19:36
*** coreywright has quit IRC19:36
*** alee_afk has quit IRC19:36
*** mtreinish has quit IRC19:36
*** krtaylor has quit IRC19:36
*** yhvh has quit IRC19:36
*** Qu4tre_ is now known as Qu4tre19:36
*** gopenshaw_ has quit IRC19:36
*** ejat has joined #openstack-nova19:36
*** lpetrut has quit IRC19:36
*** ejat has quit IRC19:36
*** ejat has joined #openstack-nova19:36
*** stevemar has quit IRC19:36
*** patrickeast_ has quit IRC19:36
*** cfriesen_ has quit IRC19:36
*** zzzeek has quit IRC19:36
*** priya_ has quit IRC19:36
*** bhagyashri has quit IRC19:36
*** tonyb_ has joined #openstack-nova19:36
*** markmc` has joined #openstack-nova19:36
*** gopenshaw has joined #openstack-nova19:36
*** markmc` has quit IRC19:36
*** markmc` has joined #openstack-nova19:36
*** alee_afk has joined #openstack-nova19:36
*** eliqiao has joined #openstack-nova19:36
*** priya__ has joined #openstack-nova19:36
*** mtreinish has joined #openstack-nova19:36
*** lpetrut1 is now known as lpetrut19:36
*** adreznec has joined #openstack-nova19:36
*** stevemar has joined #openstack-nova19:36
*** jcook- has joined #openstack-nova19:36
*** ajo has joined #openstack-nova19:36
*** ianw has joined #openstack-nova19:36
*** sileht has joined #openstack-nova19:37
*** cnf has joined #openstack-nova19:37
*** jcook- is now known as jcook19:37
*** keekz has joined #openstack-nova19:37
*** coreywright has joined #openstack-nova19:37
*** sgordon has joined #openstack-nova19:37
*** krtaylor has joined #openstack-nova19:37
*** jroll has joined #openstack-nova19:37
*** jroll has quit IRC19:37
*** jroll has joined #openstack-nova19:37
*** rlrossit has joined #openstack-nova19:37
*** zeroDivisible has joined #openstack-nova19:38
*** yhvh has joined #openstack-nova19:38
*** bhagyashri has joined #openstack-nova19:38
*** aignatov has joined #openstack-nova19:38
*** htruta has joined #openstack-nova19:38
*** DinaBelova has joined #openstack-nova19:39
*** mkoderer__ has joined #openstack-nova19:39
*** vladikr has joined #openstack-nova19:39
*** rha has joined #openstack-nova19:39
*** rha has quit IRC19:39
*** rha has joined #openstack-nova19:39
*** swamireddy has joined #openstack-nova19:40
*** lbeliveau has joined #openstack-nova19:40
*** Lehtu has joined #openstack-nova19:40
*** sahid has joined #openstack-nova19:40
*** rlrossit_ has joined #openstack-nova19:41
*** mrhillsman has joined #openstack-nova19:42
*** med_ has joined #openstack-nova19:43
*** med_ is now known as Guest4578919:43
*** kfox1111 has quit IRC19:44
*** Zara has quit IRC19:44
*** edleafe has quit IRC19:44
*** _gryf_ has joined #openstack-nova19:44
*** leifz has quit IRC19:44
*** nic has quit IRC19:44
*** krtaylor has quit IRC19:44
*** jroll has quit IRC19:44
*** stevemar has quit IRC19:44
*** adreznec has quit IRC19:44
*** karlamrhein has quit IRC19:44
*** leifz has joined #openstack-nova19:44
*** DinaBelova has quit IRC19:44
*** krtaylor has joined #openstack-nova19:44
*** rha has quit IRC19:44
*** haplo37- has quit IRC19:44
*** swamireddy has quit IRC19:45
*** ajo has quit IRC19:45
*** alee_afk has quit IRC19:45
*** jamespd has quit IRC19:45
*** mdavidson has quit IRC19:45
*** cnf has quit IRC19:45
*** DinaBelova has joined #openstack-nova19:45
*** mdbooth has joined #openstack-nova19:45
*** mdbooth_ has quit IRC19:45
*** salv-orlando has joined #openstack-nova19:45
*** eantyshev has joined #openstack-nova19:45
*** tonytan_brb has quit IRC19:45
*** hoangcx has joined #openstack-nova19:45
*** bhagyashri has quit IRC19:45
*** Qu4tre has quit IRC19:45
*** jheroux has joined #openstack-nova19:45
*** gopenshaw has quit IRC19:45
*** rlrossit has quit IRC19:45
*** markmc` has quit IRC19:45
*** jaypipes has joined #openstack-nova19:45
*** gopenshaw has joined #openstack-nova19:45
*** markmc has joined #openstack-nova19:45
*** Zara has joined #openstack-nova19:45
*** mkoderer__ has quit IRC19:45
*** dillaman has quit IRC19:45
*** jjheroux has quit IRC19:45
*** yassine__ has quit IRC19:45
*** jamespd_ has joined #openstack-nova19:45
*** dillaman has joined #openstack-nova19:45
*** adreznec_ has joined #openstack-nova19:46
*** mkoderer__ has joined #openstack-nova19:46
*** markmc has quit IRC19:46
*** markmc has joined #openstack-nova19:46
jaypipesguh this resource classes patch has grown too big... need to figure out a way to cut it up...19:46
*** sahid has quit IRC19:46
*** adreznec_ is now known as adreznec19:46
*** rha has joined #openstack-nova19:46
*** rha has quit IRC19:46
*** rha has joined #openstack-nova19:46
*** alee_afk has joined #openstack-nova19:46
*** efried has quit IRC19:46
*** jroll has joined #openstack-nova19:46
*** jroll has quit IRC19:46
*** jroll has joined #openstack-nova19:46
*** prateek has joined #openstack-nova19:46
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Transform instance.shutdown notifications  https://review.openstack.org/32921419:47
*** yassine__ has joined #openstack-nova19:47
*** ajo has joined #openstack-nova19:47
*** edleafe has joined #openstack-nova19:47
*** rdo has joined #openstack-nova19:47
*** haplo37- has joined #openstack-nova19:47
*** Qu4tre has joined #openstack-nova19:47
*** patrickeast has quit IRC19:48
*** diga has quit IRC19:48
*** jdurgin has quit IRC19:48
*** swamireddy has joined #openstack-nova19:49
*** kfox1111 has joined #openstack-nova19:49
*** zul has joined #openstack-nova19:49
*** patrickeast has joined #openstack-nova19:49
*** BlackDex has joined #openstack-nova19:49
*** cnf has joined #openstack-nova19:50
slaweq_eantyshev: hello, I have question about https://review.openstack.org/#/c/365756 to You19:50
slaweq_I'm just changing it to properly handle values returned from python-libvirt library19: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 IRC19:52
*** rlrossit has joined #openstack-nova19:52
*** lyarwood has joined #openstack-nova19:52
*** zzzeek has joined #openstack-nova19:52
*** stevemar has joined #openstack-nova19:52
mriedemsdague: have you ever noticed that the coverage job doesn't run the functional tests?19:53
*** DuncanT has joined #openstack-nova19:54
*** Apoorva has quit IRC19:54
sdaguemriedem: I didn't, but honestly I can't tell you the last time I looked at the coverage data19:54
mriedemi do it everyone once in awhile on large refactors19:54
mriedem*every once19:54
*** ljxiash has joined #openstack-nova19:54
mriedemfunctional tests are also the only tests we have for the placement api...19:55
*** diga has joined #openstack-nova19:55
*** tomhambleton has joined #openstack-nova19:56
*** siva_krish has joined #openstack-nova19:57
*** briancurtin has joined #openstack-nova19:57
*** jdurgin has joined #openstack-nova19:59
*** ljxiash has quit IRC19:59
*** fyxim has joined #openstack-nova19:59
*** Oku_OS has quit IRC20:01
*** TravT_ has quit IRC20:01
*** diablo_rojo has joined #openstack-nova20:02
*** browne has quit IRC20:02
*** pilgrimstack has quit IRC20:02
pumaranikardansmith, 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-nova20:02
*** serverascode has joined #openstack-nova20:03
*** karlamrhein has joined #openstack-nova20:05
*** Oku_OS has joined #openstack-nova20:06
openstackgerritShoham Peller proposed openstack/nova: Handle spawning error on unshelving  https://review.openstack.org/37800920:06
*** kaisers1 has quit IRC20:08
*** kaisers has joined #openstack-nova20:09
openstackgerritPushkar Umaranikar proposed openstack/nova: Remove scheduled_at attribute from instances table  https://review.openstack.org/37795020:11
*** dave-mccowan has quit IRC20:13
*** patrickeast_ has joined #openstack-nova20:13
*** sdake has joined #openstack-nova20:13
*** claudiub has quit IRC20:14
*** claudiub has joined #openstack-nova20:14
*** mat128 is now known as mat128|mtg20:17
*** whenry has quit IRC20:17
dansmithmriedem: alaski: I still don't see the hook running.. it would be in console.log right?20:20
*** rlrossit_ has joined #openstack-nova20:20
*** patrickeast__ has joined #openstack-nova20:21
*** rlrossit_ has quit IRC20:21
*** tomhambleton has quit IRC20:21
*** tonytan4ever has joined #openstack-nova20:21
*** logan- has quit IRC20:21
mriedemhttp://logs.openstack.org/13/377113/4/check/gate-dg-hooks-dsvm/f82eeb3/logs/devstack-gate-post_test_hook.txt.gz20:21
*** pkoniszewski has quit IRC20:21
*** code-R has quit IRC20:21
*** mrsoul has quit IRC20:21
*** code-R has joined #openstack-nova20:21
*** mkoderer___ has joined #openstack-nova20:22
*** ujjain- has quit IRC20:22
*** j_king has quit IRC20:22
mriedemyeah 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_38958220:22
mriedembut that could just be something busted in my hack patch to test it20:22
*** frickler has quit IRC20:22
*** sai has quit IRC20:22
*** cfriesen__ has quit IRC20:22
dansmithyeah20:22
mriedemthere is a lot of bash in call_hook_if_defined that i'm not familiar with20:22
*** DuncanT has quit IRC20:22
*** fyxim has quit IRC20:23
*** swamireddy has quit IRC20:23
*** diga has quit IRC20:23
*** ajo has quit IRC20:23
*** yassine__ has quit IRC20:23
*** alee_afk has quit IRC20:23
*** DinaBelova has quit IRC20:23
*** leifz has quit IRC20:23
mriedemwe'd need sdague20:23
*** lamt has quit IRC20:23
*** sdake_ has joined #openstack-nova20:23
mriedemwhen you're alone and scared and got some nasty bash in the basement, who ya gonna call? sdague.20:23
*** mrsoul has joined #openstack-nova20:23
dansmithor clarkb?20:23
*** zzzeek has quit IRC20:23
*** jroll has quit IRC20:23
*** mdbooth has quit IRC20:23
*** _gryf_ has quit IRC20:23
*** markmc` has joined #openstack-nova20:23
*** j_king has joined #openstack-nova20:23
*** ajo has joined #openstack-nova20:23
*** jroll has joined #openstack-nova20:23
*** jroll has quit IRC20:23
*** jroll has joined #openstack-nova20:23
*** prateek has quit IRC20:23
*** patrickeast has quit IRC20:23
*** adreznec has quit IRC20:24
*** mkoderer__ has quit IRC20:24
*** markmc has quit IRC20:24
*** rdo has quit IRC20:24
*** gopenshaw has quit IRC20:24
*** leifz has joined #openstack-nova20:24
*** cfriesen has joined #openstack-nova20:24
*** sdake has quit IRC20:24
*** rlrossit has quit IRC20:24
*** zul has quit IRC20:24
*** jaypipes has quit IRC20:24
*** rdo has joined #openstack-nova20:24
*** patrickeast__ is now known as patrickeast20:24
*** alee_afk has joined #openstack-nova20:24
*** smatzek__ has quit IRC20:24
*** gouthamr_ has quit IRC20:24
*** pkoniszewski has joined #openstack-nova20:24
*** tbachman has quit IRC20:24
*** gyee has joined #openstack-nova20:24
*** sai has joined #openstack-nova20:24
*** adreznec has joined #openstack-nova20:24
*** gouthamr has joined #openstack-nova20:25
*** Apoorva has joined #openstack-nova20:25
*** DinaBelova has joined #openstack-nova20:25
*** swamireddy has joined #openstack-nova20:25
openstackgerritSlawek Kaplonski proposed openstack/nova: Clean up libvirt guest code  https://review.openstack.org/36575620:25
*** yassine has joined #openstack-nova20:25
*** _gryf_ has joined #openstack-nova20:26
*** irenab has quit IRC20:26
*** yassine is now known as Guest7309820:26
*** gopenshaw has joined #openstack-nova20:26
*** logan- has joined #openstack-nova20:26
*** jaypipes has joined #openstack-nova20:26
*** ujjain has joined #openstack-nova20:27
jaypipesa fun day of netshits.20:27
*** ujjain has quit IRC20:27
*** ujjain has joined #openstack-nova20:27
*** ansiwen_ has quit IRC20:27
*** zzzeek has joined #openstack-nova20:27
dansmithjaypipes: please20:28
*** burgerk_ has joined #openstack-nova20:28
dansmithjaypipes: proper PC term is "net bowel movements"20:28
*** ansiwen has joined #openstack-nova20:29
*** mdbooth has joined #openstack-nova20:29
*** hemanthm is now known as hemanthm|afk20:30
mriedemdansmith: i think i might know what's wrong20:30
*** Apoorva_ has joined #openstack-nova20:30
mriedempost_test_hook20:30
mriedemexport -f post_test_hook20:30
wznoinskmriedem: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104654.html , let me know if you need a bit more details on the issue here20:31
mriedemi think that's needed to export it and make it available to the functions.sh script20:31
*** burgerk has joined #openstack-nova20:31
*** burgerk__ has quit IRC20:31
*** tjones has joined #openstack-nova20:31
*** cfriesen_ has joined #openstack-nova20:32
mriedemwznoinsk: should we make the intel nfv ci jobs non-voting then until it's fixed?20:32
mriedembecause they are -1ing everything20:32
*** gopenshaw has quit IRC20:32
*** leifz has quit IRC20:32
*** ajo has quit IRC20:32
*** serverascode has quit IRC20:32
*** adreznec has quit IRC20:32
*** sai has quit IRC20:32
*** briancurtin has quit IRC20:32
*** DinaBelova has quit IRC20:32
*** jamespd_ has quit IRC20:33
*** cfriesen has quit IRC20:33
*** jamespd has joined #openstack-nova20:33
*** DinaBelova2 has joined #openstack-nova20:33
*** burgerk_ has quit IRC20:33
*** Apoorva has quit IRC20:33
*** alee_afk has quit IRC20:33
*** rdo has quit IRC20:33
*** jroll has quit IRC20:33
*** Qu4tre has quit IRC20:33
wznoinskmriedem: we've turn off commenting back to gerrit completely today http://ci-watch.tintri.com/project?project=nova , I guess nv would be as good20:33
*** rdo has joined #openstack-nova20:33
wznoinsks/turn/turned20:33
*** ajo has joined #openstack-nova20:33
*** DinaBelova2 is now known as DinaBelova20:33
*** adreznec has joined #openstack-nova20:33
*** sai has joined #openstack-nova20:33
mriedemnon-voting would also work20:34
*** leifz has joined #openstack-nova20:34
*** gopenshaw has joined #openstack-nova20:34
*** jroll has joined #openstack-nova20:34
*** alee_afk has joined #openstack-nova20:34
*** jroll has quit IRC20:34
*** jroll has joined #openstack-nova20:34
*** Qu4tre has joined #openstack-nova20:34
*** dave-mccowan has joined #openstack-nova20:35
wznoinskwill do it then going forward20:35
*** sc68cal_ is now known as sc68cal20:35
*** zul has joined #openstack-nova20:36
*** burgerk has quit IRC20:37
*** frickler has joined #openstack-nova20:37
*** rhagarty_ has joined #openstack-nova20:38
*** jklare has quit IRC20:38
*** browne has joined #openstack-nova20:38
*** fyxim has joined #openstack-nova20:39
*** DuncanT has joined #openstack-nova20:39
*** dave-mcc_ has joined #openstack-nova20:41
*** shihanzhang has quit IRC20:42
*** code-R has quit IRC20:42
*** jklare has joined #openstack-nova20:42
*** shihanzhang has joined #openstack-nova20:42
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Add image_meta when unshelving volume backend vm  https://review.openstack.org/34706320:43
*** eharney has quit IRC20:43
*** kashyap has quit IRC20:43
*** serverascode has joined #openstack-nova20:43
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Check for volume size  https://review.openstack.org/34831720:43
*** diga has joined #openstack-nova20:43
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Using get() method to prevent KeyError  https://review.openstack.org/35942420:44
*** adreznec_ has joined #openstack-nova20:44
*** patrickeast_ has quit IRC20:44
*** Anticimex has quit IRC20:44
*** ajo_ has joined #openstack-nova20:44
*** jamespd_ has joined #openstack-nova20:44
*** rhagarty__ has joined #openstack-nova20:44
*** jdillaman1 has joined #openstack-nova20:44
*** ajo has quit IRC20:45
*** jamespd has quit IRC20:45
*** dillaman has quit IRC20:45
*** jcook has quit IRC20:45
*** DinaBelova has quit IRC20:45
*** diablo_rojo has quit IRC20:45
*** vladikr has quit IRC20:45
*** coreywright has quit IRC20:45
*** keekz has quit IRC20:45
*** Qu4tre_ has joined #openstack-nova20:45
*** DinaBelova2 has joined #openstack-nova20:45
*** coreywright has joined #openstack-nova20:45
*** gopenshaw_ has joined #openstack-nova20:45
*** diablo_rojo has joined #openstack-nova20:45
*** DinaBelova2 is now known as DinaBelova20:46
*** dave-mccowan has quit IRC20:46
*** fyxim has quit IRC20:46
*** DuncanT has quit IRC20:46
*** gopenshaw has quit IRC20:46
*** adreznec has quit IRC20:46
*** leifz has quit IRC20:46
*** Qu4tre has quit IRC20:46
*** swamireddy has quit IRC20:46
*** sdake_ has quit IRC20:46
*** yhvh has quit IRC20:46
*** jamielennox has quit IRC20:46
*** rhagarty_ has quit IRC20:46
*** jroll has quit IRC20:46
*** rha has quit IRC20:46
*** krtaylor has quit IRC20:46
*** Anticime1 has joined #openstack-nova20:46
*** leifz has joined #openstack-nova20:46
*** alee_afk has quit IRC20:46
*** jroll has joined #openstack-nova20:46
*** keekz_ has joined #openstack-nova20:46
*** Qu4tre_ is now known as Qu4tre20:46
*** yhvh- has joined #openstack-nova20:46
*** adreznec_ is now known as adreznec20:46
*** alee_afk has joined #openstack-nova20:46
*** krtaylor has joined #openstack-nova20:46
*** jcook has joined #openstack-nova20:46
*** jroll is now known as Guest4994520:46
mriedemanyone else want to get this in https://review.openstack.org/#/c/209581/ ?20:47
*** briancurtin has joined #openstack-nova20:47
*** sdake has joined #openstack-nova20:47
*** Guest49945 is now known as jroll|dupe20:47
*** jroll|dupe has quit IRC20:47
*** jroll|dupe has joined #openstack-nova20:47
*** rha has joined #openstack-nova20:48
*** swamireddy has joined #openstack-nova20:48
*** lamt has joined #openstack-nova20:49
*** brad[] has joined #openstack-nova20:50
*** jamielennox has joined #openstack-nova20:51
*** beekneemech is now known as bnemec20:51
mriedemrosmaita: does glance enforce quota on image metadata/properties?20:52
mriedemdoes glance have quota at all? i thought that's why that new library was being created20:53
rosmaitamriedem: it has hard limits on properties20:53
*** TravT has joined #openstack-nova20:53
rosmaitasame for all users, so not really quotas20:53
rosmaitano quota on number of images, just hard limit on total bytes allowed per tenant20:54
mriedemyeah so image size quota20:54
*** jroll|dupe is now known as jroll20:54
mriedemi see the StorageQuotaFull exception20:54
*** TravT has quit IRC20:54
mriedembut nothing like quota_metadata_items in nova.conf?20:55
rosmaitapretty sure we have that, give me a sec20:55
*** TravT has joined #openstack-nova20:55
*** TravT has quit IRC20:55
*** TravT has joined #openstack-nova20:56
*** DuncanT has joined #openstack-nova20:57
rosmaitamriedem: image_property_quota, default is 12820:58
*** fyxim has joined #openstack-nova20:59
*** patrickeast_ has joined #openstack-nova20:59
mriedemah ok great20:59
mriedemwas just reviewing https://review.openstack.org/#/c/377528/1/deprecate-image-meta-proxy-api.rst21:00
*** slaweq_ has quit IRC21:01
*** tomhambleton has joined #openstack-nova21:01
*** cdent has quit IRC21:02
*** Apoorva has joined #openstack-nova21:02
*** eharney has joined #openstack-nova21:04
*** code-R has joined #openstack-nova21:04
*** ijw has joined #openstack-nova21:04
*** lpetrut has quit IRC21:05
*** Apoorva_ has quit IRC21:05
*** anush has quit IRC21:06
*** Vek has joined #openstack-nova21:07
*** haplo37 has quit IRC21:07
*** dave-mcc_ has quit IRC21:11
*** patrickeast has quit IRC21:15
*** haplo37 has joined #openstack-nova21:16
*** patrickeast_ is now known as patrickeast21:16
*** code-R has quit IRC21:17
*** mat128|mtg is now known as mat12821:18
*** burt has joined #openstack-nova21:20
*** sdake has quit IRC21:22
*** kmartin has joined #openstack-nova21:22
*** thorst_ has quit IRC21:23
*** thorst_ has joined #openstack-nova21:24
mriedemsdague: L42 in https://etherpad.openstack.org/p/NYC-ops-Nova - so multiattach was actually a big ask at the ops thing?21:27
sdaguemriedem: it was an ask by at least 2 groups iirc21:27
sdaguethe charter (nee: time warner) folks were the folks that first brought it up21:28
sdagueildikov was in the room as well, so was able to answer some of the status21:28
mriedemcharter?! my very own cable provider.21:28
*** thorst_ has quit IRC21:29
*** mikal_ is now known as mikal21:29
mikalMorning21:30
mriedemo/21:30
*** dave-mccowan has joined #openstack-nova21:31
mriedemi 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
melwittmikal: 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
mikalmelwitt: I shall take a look in about an hour?21:33
melwittfrom 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 IRC21:33
melwittmikal: sure, at your convenience21:34
mriedemdansmith: wasn't there something you said last week we should have a newton release note for?21:34
mriedemsomething with maybe db migrations?21:34
dansmithsomething21:35
*** jheroux has quit IRC21:36
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Update rolling upgrade steps from upgrades documentation  https://review.openstack.org/37354921:36
*** kylek3h_ has quit IRC21:36
*** rtheis has quit IRC21:36
mriedemdansmith: http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2016-09-23.log.html#t2016-09-23T21:20:4821:37
mriedemdansmith: re: L138 https://etherpad.openstack.org/p/NYC-ops-Nova21:37
dansmithyep21:38
mriedemdansmith: want to push a release note to stable/newton for that, and i'll do one for the empty policy.json file?21:38
dansmithmriedem: I soooo want to yes21:38
dansmithmriedem: is this an upgrade: or preamble: thing you think?21:38
*** FL1SK has joined #openstack-nova21:39
mriedemmake that dream a reality21:39
mriedemhmm, i don't use preface much21:39
mriedemi'd think upgrade21:39
*** annegentle has quit IRC21:39
* dansmith salutes21:40
openstackgerritMatt Riedemann proposed openstack/nova: Let schema validate image metadata type and key lengths  https://review.openstack.org/37804821:41
mriedemsdague: ^ you may enjoy that21:41
sdaguemriedem: nice21:42
*** FL1SK has quit IRC21:43
dansmithmriedem: https://review.openstack.org/37804921:44
*** Apoorva has quit IRC21:44
*** Apoorva has joined #openstack-nova21:45
*** Guest73098 has quit IRC21:45
mriedemalaski: with this reno: https://github.com/openstack/nova/blob/master/releasenotes/notes/policy-sample-defaults-changed-b5eea1daeb305251.yaml21:45
*** maticue has joined #openstack-nova21:45
mriedemalaski: we no longer have a sample policy.json21:45
mriedemso the reno is kind of weird now21:45
*** tbachman has joined #openstack-nova21:46
mriedemalaski: 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 it21:46
alaskiyeah, that's a shortcoming to how we do reno21:46
mriedemwell, we can go back and fix the reno now before the newton release if we want21:46
mriedemi'm just not sure about wording21:47
alaskiI think just remove the parts about it being in the shipped policy file21:47
alaskimaybe change it to be about the default policies in Nova21:48
*** tblakes has quit IRC21:49
alaskiI dunno, I'll make an attempt and post it21:50
*** ijw has quit IRC21:50
mriedemi've got something21:50
alaskijust as soon as I unsubscribe from the ML before my blood pressure gets too high21:50
mriedemorly21:50
mriedemoh i see21:51
alaskiblood pressure yes, unsubscribe no21:51
mriedemalways picking fights in the ML21:51
melwitt:)21:51
*** maticue has quit IRC21:52
alaskiand I'm generally so peaceful outside of it, I don't know what it is21:53
* dansmith hooks up alaski to a beer IV21:53
*** ihrachys has quit IRC21:54
melwittfwiw, 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 easily21:54
alaskiyeah, I was just hoping to do a small cool thing for now and worry about getting fancy later21:55
melwittyeah. I honestly thought we were just gonna merge it and experiment with it21:55
*** ljxiash has joined #openstack-nova21:56
*** tonyb_ is now known as tonyb21:56
dansmithmelwitt: no, we can't do that21:57
dansmithmelwitt: everything has to be multi-project else it's not fair21:58
dansmithor something21:58
*** jamesdenton has quit IRC21:58
*** nherciu_ has quit IRC21:58
melwitt:)21:59
*** kaisers2 has quit IRC21:59
*** kaisers1 has joined #openstack-nova21:59
*** annegentle has joined #openstack-nova22:00
clarkbhave you spoken to SpamapS at all about it? I think he was working on similar stats collection for trend analysis in the past22:00
clarkbI want to say dstat was one of the initial versions used22:00
alaskiI have not. It was just an idea that turned into a small script.22:01
*** ljxiash has quit IRC22:01
melwittI 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-patch22:01
dansmithclarkb: I think alaski was more interested in a few numbers from a small script and less interested in making this an international incident22:02
*** sdague has quit IRC22:02
alaskiexactly22:02
alaskiI figured something small now was better than nothing until we get everyone on the same page with a generic framework22:03
dansmithalaski: little did you know, that was a very very wrong thing to do22:03
mriedemalaski: dansmith: fight over this https://review.openstack.org/#/c/378057/22:04
alaskiafter all this time you'd think I know how things work22:04
ildikovmriedem: sdague: TWC guys were in Austin as well IIRC along with a few other folks with interest in multi attach22:04
dansmithalaski: yeah, frankly I'm disappointed in you22:04
*** burt has quit IRC22:04
mriedemdansmith: we aren't trying to get https://review.openstack.org/#/c/378055/ into newton rc2 are we?22:06
mriedemsince it's latent22:06
clarkbheh22:06
* clarkb has no opinions on where it should live22:06
clarkbjust mentioning spamaps might have similar useful things22:06
alaskidansmith: you and me both22:07
alaskimriedem: lgtm. also, we can remove the empty policy file now I think22:07
SpamapSCan somebody point me to the tl;dr?22:07
alaskimriedem: I need to check on the version of oslo.policy we require now, but the latest version should allow the file to be missing22:07
mriedemSpamapS: http://lists.openstack.org/pipermail/openstack-dev/2016-September/104611.html22:07
dansmithmriedem: no, I just want it in newton eventually22:10
mriedemdansmith: yeah me too, ok cool22:10
mriedemi'll bug john and sylvain about the newton renos in the morning22:10
mriedemand probably put up rc2 tomorrow22:10
*** ijw has joined #openstack-nova22:10
*** mriedem has quit IRC22:12
openstackgerritSujitha proposed openstack/nova: Improve help text for libvirt options  https://review.openstack.org/37272222:12
*** haplo37- has quit IRC22:12
*** delattec has joined #openstack-nova22:13
*** haplo37- has joined #openstack-nova22:14
*** salv-orlando has quit IRC22:15
*** cdelatte has quit IRC22:16
*** ijw has quit IRC22:16
*** ijw has joined #openstack-nova22:21
*** Guest45789 is now known as med_22:22
*** med_ has quit IRC22:23
*** med_ has joined #openstack-nova22:23
*** salv-orlando has joined #openstack-nova22:23
openstackgerritJohn Griffith proposed openstack/nova: Implement new attach/detach Cinder flow  https://review.openstack.org/33028522:23
*** annegentle has quit IRC22:23
clarkbSpamapS: 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 things22:24
*** whenry has joined #openstack-nova22:24
*** ijw has quit IRC22:27
*** jaypipes has quit IRC22:27
openstackgerritClaudiu Belu proposed openstack/nova: Hyper-V: Adds vNUMA implementation  https://review.openstack.org/28240722:27
*** mtanino has joined #openstack-nova22:29
*** baoli has quit IRC22:31
*** diablo_rojo has quit IRC22:32
*** siva_krish has quit IRC22:34
*** vishwanathj has quit IRC22:36
*** ijw has joined #openstack-nova22:36
*** amotoki has quit IRC22:43
*** salv-orlando has quit IRC22:46
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/37807022:48
*** alex_xu has quit IRC22:50
stewie925hi , I have a question about 'tox -e api-samples'22:51
*** mrodden has quit IRC22:51
stewie925how do I specify which api-samples that I want to generate?22:51
*** alex_xu has joined #openstack-nova22:52
*** jamesdenton has joined #openstack-nova22:53
*** jamesden_ has joined #openstack-nova22:53
*** mrodden has joined #openstack-nova22:54
*** siva_krishnan has joined #openstack-nova22:54
*** sdake has joined #openstack-nova22:56
*** jamesdenton has quit IRC22:57
*** ijw has quit IRC22:57
*** sdake_ has joined #openstack-nova22:58
*** claudiub|2 has joined #openstack-nova23:00
*** sdake has quit IRC23:01
*** claudiub has quit IRC23:03
SpamapSclarkb: yeah that's very similar to the thing I was doing with counting sql queries and rabbitmq messages23:10
SpamapSclarkb: I gave up on dstat, because it is a bonghits program23:10
SpamapSnice and pretty for screen, but the way plugins are written and the whole thing is just weird23:10
SpamapSThe author actually gave me control of the repo, but I was already turned off to it.23:10
*** lamt has quit IRC23:10
*** kylek3h has joined #openstack-nova23:11
*** kylek3h has quit IRC23:11
SpamapSmelwitt: 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
SpamapSalaski: ^23:11
*** kylek3h has joined #openstack-nova23:11
SpamapSI 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 graph23:12
SpamapSso you can look at the trend for how many queries devstack-gate-x produces23:12
SpamapSbut... I digress.. EOD'ing... will respond to thread tomorrow23:12
*** ijw has joined #openstack-nova23:18
*** ijw has quit IRC23:19
stewie925wondering how do I run 'tox -e api-samples' to specify that I want to generate all api-samples under ./nova/doc/api_samples/os-multinic23:19
*** ijw has joined #openstack-nova23:19
*** markvoelker has quit IRC23:19
stewie925if I just run 'tox -e api-samples' by itself, it goes through everything23:20
*** ijw has quit IRC23:31
*** rcarrillocruz has quit IRC23:33
*** ijw has joined #openstack-nova23:33
*** ijw has quit IRC23:34
*** ijw has joined #openstack-nova23:34
*** rcarrillocruz has joined #openstack-nova23:35
*** ijw has quit IRC23:36
*** baoli has joined #openstack-nova23:37
*** edleafe has quit IRC23:39
*** ducttape_ has joined #openstack-nova23:41
*** tjones has left #openstack-nova23:42
*** ijw has joined #openstack-nova23:42
*** edleafe has joined #openstack-nova23:43
*** ducttape_ has quit IRC23:44
*** Swami has quit IRC23:46
*** EinstCrazy has joined #openstack-nova23:47
*** TravT_ has joined #openstack-nova23:48
*** cdelatte has joined #openstack-nova23:48
*** EinstCrazy has quit IRC23:48
*** mtanino has quit IRC23:49
*** abalutoiu has quit IRC23:49
*** TravT has quit IRC23:50
*** delattec has quit IRC23:50
*** FL1SK has joined #openstack-nova23:51
*** TravT_ has quit IRC23:52
*** hoangcx has quit IRC23:53
*** salv-orlando has joined #openstack-nova23:53
*** tonytan4ever has quit IRC23:55
*** keekz_ is now known as keekz23:55
*** ducttape_ has joined #openstack-nova23:57
*** salv-orlando has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!