Wednesday, 2017-06-21

*** slaweq has quit IRC00:00
*** acormier has quit IRC00:04
*** dtp has quit IRC00:04
*** acormier has joined #openstack-nova00:05
openstackgerritDan Smith proposed openstack/nova master: Fix and optimize external_events for multiple cells  https://review.openstack.org/44514200:05
*** gmann has quit IRC00:06
*** gmann has joined #openstack-nova00:06
*** ijw has joined #openstack-nova00:07
*** acormier has quit IRC00:09
*** ijw has quit IRC00:12
*** ijw has joined #openstack-nova00:12
*** pramodrj07 has quit IRC00:15
*** Swami has quit IRC00:15
*** takashin has joined #openstack-nova00:15
*** ckopper has quit IRC00:16
cfriesen_mriedem: dansmith: why would we allow attaching volumes to a shelved instance?  do we allow attaching volumes to an instance on a compute node that is "down"?00:16
*** yangyape_ has quit IRC00:17
openstackgerritTakashi NATSUME proposed openstack/nova master: api-ref: Add X-OpenStack-Request-Id description  https://review.openstack.org/47484700:17
mriedemcfriesen_: the rpc call/cast would fail if the compute was down00:17
mriedemand the instance wasn't shelved offloaded00:17
mriedembut that's true of any instance operation for the guest00:17
mriedemso i don't really consider that case here00:18
cfriesen_mriedem: it seems to me to be an analogous situation...the instance exists but we can't talk to its compute node (since the shelved one doesn't have one)00:18
cfriesen_I think it would be resonable to say that the only legal state-changing operations on a shelved instance are to delete it or unshelve it00:20
*** yangyapeng has joined #openstack-nova00:20
cfriesen_no IP address attach/detach, no port attach/detach, no volume attach/detach00:21
*** acormier has joined #openstack-nova00:21
cfriesen_mriedem: in other news, looks like nobody cares about "nova show --minimal" so I'll go ahead and redo it to only show the original name00:22
*** amotoki_away is now known as amotoki00:23
*** rajathagasthya has quit IRC00:24
*** yangyapeng has quit IRC00:25
*** slaweq has joined #openstack-nova00:32
*** mdnadeem has joined #openstack-nova00:33
*** acormier has quit IRC00:34
*** acormier has joined #openstack-nova00:35
*** slaweq has quit IRC00:37
mriedemcfriesen_: well the cat is already out of the bag with being able to attach a volume to a shelved offloaded instance00:37
mriedemin 2.2000:37
*** yingjun has joined #openstack-nova00:37
*** dave-mccowan has joined #openstack-nova00:37
mriedemso one question is, if i'm an api user and i can attach a volume to a shelved offloaded instance in 2.20+, should i have a reasonable expectation to be able to apply a tag when attaching a volume to a shelved offloaded instance in 2.49?00:38
mriedembecause if i'm just looking at it from an api pov, how much different does tagging the thing make that operation?00:38
mriedemor are we just being lazy by not supporting it00:38
*** ckopper has joined #openstack-nova00:39
*** acormier has quit IRC00:39
mriedemi'm definitely not enjoying thinking about adding more complexity to this change or the shelve/unshelve flow00:40
*** ckopper has quit IRC00:47
*** MVenesio has quit IRC00:47
*** huanxie has joined #openstack-nova00:49
*** huanxie has quit IRC00:52
*** slaweq has joined #openstack-nova00:53
*** rfolco has joined #openstack-nova00:53
*** ijw has quit IRC00:54
*** ijw has joined #openstack-nova00:57
*** slaweq has quit IRC00:57
*** gomarivera has joined #openstack-nova00:59
*** artom has joined #openstack-nova01:04
openstackgerritSTEW TY proposed openstack/nova master: Transform rescue/unrescue instance notifications  https://review.openstack.org/38564401:06
*** hongbin has quit IRC01:07
*** dillaman has quit IRC01:08
*** jdillaman has quit IRC01:08
*** ckopper has joined #openstack-nova01:10
oomichitakashin: hi, can you take a look at https://review.openstack.org/#/c/474847 again ? some nits01:10
*** rfolco has quit IRC01:11
*** acormier has joined #openstack-nova01:12
*** acormier has joined #openstack-nova01:12
*** ckopper has quit IRC01:13
*** slaweq has joined #openstack-nova01:14
*** gbarros has quit IRC01:14
alex_xumriedem: got it01:16
Kevin_Zhengping mriedem01:17
*** liujiong has joined #openstack-nova01:18
*** slaweq has quit IRC01:18
*** yangyapeng has joined #openstack-nova01:21
*** jdillaman has joined #openstack-nova01:21
*** dillaman has joined #openstack-nova01:21
*** yangyape_ has joined #openstack-nova01:25
*** ijw has quit IRC01:25
*** nic has quit IRC01:25
*** yangyapeng has quit IRC01:28
*** huanxie has joined #openstack-nova01:30
*** kaisers_ has quit IRC01:33
*** gongysh has joined #openstack-nova01:38
*** lucasxu has joined #openstack-nova01:39
*** lucasxu has quit IRC01:39
*** markvoelker has quit IRC01:40
*** markvoelker has joined #openstack-nova01:41
*** markvoelker has quit IRC01:45
openstackgerritNgo Quoc Cuong proposed openstack/nova master: Remove translation of log messages  https://review.openstack.org/46663701:46
*** ckopper has joined #openstack-nova01:46
*** slaweq has joined #openstack-nova01:50
*** acormier_ has joined #openstack-nova01:51
mriedemKevin_Zheng: hey what's up?01:52
Kevin_ZhengHi, it's about the delete neutron port thing01:53
mriedemok01:54
*** slaweq has quit IRC01:54
Kevin_Zhengit seems instance obj's info_cache didn't got refreshed01:54
Kevin_Zhenghttps://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/neutronv2/api.py#L127401:54
*** mingyu has joined #openstack-nova01:55
Kevin_Zhengafter compute_utils.refresh_info_cache_for_instance(context, instance) instance.info_cache still have only one record01:55
*** acormier has quit IRC01:55
Kevin_Zhengand if I do instance.info_cache_refresh() again after nw_info = self._build_network_info_model(context, instance, networks,port_ids, admin_client, preexisting_port_ids)01:56
*** yamahata_ has quit IRC01:56
Kevin_Zhengit contains the new record, and everything will be correct01:56
mriedemso it starts from here correct? https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/neutronv2/api.py#L88101:57
mriedemordered_ports and preexisting_port_ids are the same there i think01:57
mriedemwhen attaching a preexisting port to an instance01:57
mriedemso that's calling this https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/base_api.py#L24601:58
mriedemwhich calls back into the neutronv2 api code https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/base_api.py#L24901:58
mriedemhttps://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/neutronv2/api.py#L127401:58
mriedemat that point, compute_utils.refresh_info_cache_for_instance(context, instance) won't have the newly attached port in it01:58
*** bkopilov has quit IRC01:59
Kevin_Zhengyeah01:59
Kevin_ZhengThats what I tested01:59
mriedembecause _build_network_info_model is going to process it01:59
Kevin_Zhengyeah01:59
mriedemso we call _build_network_info_model with the port_ids and preexisting_port_ids list, which are going to have the same single entry01:59
mriedemand network_info returned from that will have a single vif in it01:59
*** gyee has quit IRC02:00
mriedemwhich is asserted here https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/compute/manager.py#L508002:00
mriedemok, so that explains it02:00
*** suresh12_ has quit IRC02:00
mriedemthat also explains a bug that vladikr is trying to fix02:00
mriedemhttps://review.openstack.org/#/c/468758/02:00
Kevin_Zhengso, should we do instance.info_cache.refresh() again after _build_network_info_model ?02:02
*** esberglu has joined #openstack-nova02:02
openstackgerritNgo Quoc Cuong proposed openstack/nova master: Remove translation of log messages  https://review.openstack.org/46695702:02
openstackgerritLi Yingjun proposed openstack/nova master: Fix duplicate Neutron ports on instance reschedule  https://review.openstack.org/46750902:02
*** adisky__ has quit IRC02:03
*** takashin has quit IRC02:05
mriedemKevin_Zheng: that won't do it i don't think02:06
mriedemthe info cache is updated on the instance here https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/base_api.py#L25502:06
Kevin_Zhengit seems it only saved info_cache to DB02:06
*** esberglu has quit IRC02:07
mriedemyes this right? https://github.com/openstack/nova/blob/9ed0d611453aee7a27debd773bdbe146510be0ad/nova/network/base_api.py#L5002:07
Kevin_Zhengthe instance obj in memory still didn't contain new record02:07
mriedemhmm, why don't we just set instance.info_cache = ic there?02:07
Kevin_Zhengyeah, that will also work02:08
artommriedem, re "care about supporting attaching tagged volumes to a shelved offloaded instance" - I think it's less bad in the create BuildAbort case because the feedback the user gets is more immediate02:08
artomWhereas with shelved offloaded there could be a delay between attaching a tagged volume and unshelving the instance02:09
artomI dunno02:09
mriedemKevin_Zheng: can you test that out and see if it fixes the bug? because that would be much easier and convenient since we'd have the object we need right there02:09
artomIf we can fail fast with cellsv1 we can fail fast with shelved/offloaded02:09
Kevin_Zhengyeah, I will do it now02:10
mriedemartom: the feedback the user gets with server build isn't all that immediate, unless you mean it immediately goes to ERROR state :)02:10
mriedemand with unshelve it doesn't02:10
mriedemKevin_Zheng: plus that trace of steps is probably needed in the commit message for people to understand how this is happening :)02:11
mriedemi've looked at this at least 4 times and just now got it together in my head02:11
Kevin_ZhengOK, I will try to add one02:11
openstackgerritMichael Still proposed openstack/nova master: Avoid chowning console logs in libvirt  https://review.openstack.org/47222902:16
openstackgerritMichael Still proposed openstack/nova master: Move the last_bytes util method to the libvirt driver.  https://review.openstack.org/47222802:16
openstackgerritMichael Still proposed openstack/nova master: First attempt at adding a privsep user to nova itself.  https://review.openstack.org/45916602:16
openstackgerritMichael Still proposed openstack/nova master: Move libvirt usages of chown to privsep.  https://review.openstack.org/47197202:16
artommriedem, yeah, I meant immediate ERROR state02:22
mriedemartom: ok, well i put this in the api meeting agenda for tomorrow morning if you can make it02:22
mriedemi might not be able to make it given morning parental duties02:22
mriedemartom: are you in toronto btw?02:23
artommriedem, I'm temporarily on GMT+3, so it's at midnight my time02:23
mriedemoh02:23
artomOn Friday morning02:23
mriedemew02:23
artomWell, Thursday night, I guess02:23
mriedemok well nevermind02:23
artomI could make it, I think02:23
mriedemalright, well i'm going to call it a day02:24
mriedemi'll circle back on that one tomorrow02:24
*** mriedem has quit IRC02:24
*** slaweq has joined #openstack-nova02:26
*** slaweq has quit IRC02:30
artomNo wait, API meeting02:35
artomYeah, I can totally make that02:35
artom(I know Matt's gone)02:35
*** baoli has joined #openstack-nova02:38
*** Oku_OS-away has quit IRC02:41
*** suresh12 has joined #openstack-nova02:44
*** suresh12 has quit IRC02:49
*** zz_dimtruck is now known as dimtruck02:54
*** rajathagasthya has joined #openstack-nova02:55
*** baoli has quit IRC02:56
*** yamahata_ has joined #openstack-nova03:01
*** slaweq has joined #openstack-nova03:01
*** MasterOfBugs has joined #openstack-nova03:02
*** hongbin has joined #openstack-nova03:05
*** slaweq has quit IRC03:06
*** dimtruck is now known as zz_dimtruck03:14
*** thorst has joined #openstack-nova03:15
*** mikal_ is now known as mikal03:15
*** baoli has joined #openstack-nova03:16
*** bkopilov has joined #openstack-nova03:17
*** tuanluong has joined #openstack-nova03:18
*** Oku_OS-away has joined #openstack-nova03:18
*** baoli has quit IRC03:21
*** gomarivera has quit IRC03:25
*** acormier_ has quit IRC03:28
*** acormier has joined #openstack-nova03:29
*** markvoelker has joined #openstack-nova03:29
*** artom has quit IRC03:31
*** acormier has quit IRC03:34
*** slaweq has joined #openstack-nova03:38
openstackgerritZhenyu Zheng proposed openstack/nova master: Don't delete neutron port when attach failed  https://review.openstack.org/40356803:38
*** udesale has joined #openstack-nova03:40
*** slaweq has quit IRC03:42
*** nicolasbock has joined #openstack-nova03:46
*** esberglu has joined #openstack-nova03:51
*** thorst has quit IRC03:54
*** esberglu has quit IRC03:55
*** yamamoto has joined #openstack-nova03:57
*** kaisers_ has joined #openstack-nova04:00
*** frickler_ is now known as frickler04:00
*** jwcroppe has joined #openstack-nova04:01
*** psachin has joined #openstack-nova04:02
*** sridharg has joined #openstack-nova04:06
*** links has joined #openstack-nova04:07
*** dave-mccowan has quit IRC04:09
*** salv-orlando has joined #openstack-nova04:12
*** salv-orlando has quit IRC04:13
*** salv-orlando has joined #openstack-nova04:22
*** sbezverk has quit IRC04:26
*** salv-orlando has quit IRC04:27
*** armax has joined #openstack-nova04:28
*** qwertyco has joined #openstack-nova04:29
*** gomarivera has joined #openstack-nova04:29
*** gomarivera has quit IRC04:29
*** gomarivera has joined #openstack-nova04:29
*** hongbin has quit IRC04:30
*** MasterOfBugs has quit IRC04:32
*** MasterOfBugs has joined #openstack-nova04:38
*** adisky__ has joined #openstack-nova04:40
*** MasterOfBugs has quit IRC04:42
*** armax has quit IRC04:42
*** MasterOfBugs has joined #openstack-nova04:42
*** gouthamr has quit IRC04:43
*** gbarros has joined #openstack-nova04:45
*** mingyu has quit IRC04:45
*** MasterOfBugs has quit IRC04:47
*** ratailor has joined #openstack-nova04:49
*** jerrygb has joined #openstack-nova04:56
*** huanxie has quit IRC04:57
*** jerrygb has quit IRC05:01
*** salv-orlando has joined #openstack-nova05:02
*** mdnadeem_ has joined #openstack-nova05:04
*** gbarros has quit IRC05:06
*** links has quit IRC05:07
*** mdnadeem has quit IRC05:07
*** gbarros has joined #openstack-nova05:07
*** adreznec has quit IRC05:08
*** bnemec has quit IRC05:08
*** gongysh has quit IRC05:21
*** links has joined #openstack-nova05:22
*** rajathagasthya has quit IRC05:23
*** armax has joined #openstack-nova05:24
*** sree has joined #openstack-nova05:28
*** mingyu has joined #openstack-nova05:29
*** gbarros has quit IRC05:33
*** mingyu has quit IRC05:34
*** esberglu has joined #openstack-nova05:39
*** salv-orlando has quit IRC05:39
*** salv-orlando has joined #openstack-nova05:39
*** pewp has quit IRC05:40
*** prateek has joined #openstack-nova05:42
*** esberglu has quit IRC05:44
*** salv-orlando has quit IRC05:44
*** pewp has joined #openstack-nova05:44
*** bnemec has joined #openstack-nova05:46
*** armax has quit IRC05:55
openstackgerritHironori Shiina proposed openstack/nova master: Ironic: Check a last error of power action  https://review.openstack.org/47075405:58
*** andreas_s has joined #openstack-nova05:58
*** kylek3h has quit IRC05:58
*** cNilesh has joined #openstack-nova05:59
*** adreznec has joined #openstack-nova06:00
*** slaweq has joined #openstack-nova06:01
openstackgerritNgo Quoc Cuong proposed openstack/nova master: Remove translation of log messages  https://review.openstack.org/46695706:03
*** ltomasbo|away is now known as ltomasbo06:03
*** mdnadeem_ has quit IRC06:05
*** slaweq has quit IRC06:05
*** bkopilov has quit IRC06:06
*** Oku_OS-away is now known as Oku_OS06:17
*** trungnv has quit IRC06:18
*** mdnadeem_ has joined #openstack-nova06:21
*** trungnv has joined #openstack-nova06:21
*** markus_z has joined #openstack-nova06:23
*** mingyu has joined #openstack-nova06:30
*** pcaruana has joined #openstack-nova06:31
openstackgerritZhenyu Zheng proposed openstack/nova master: Don't delete neutron port when attach failed  https://review.openstack.org/40356806:32
openstackgerritMerged openstack/nova master: XenAPI: Create linux bridge in dest host during live migration  https://review.openstack.org/46201706:32
*** Shunli has joined #openstack-nova06:32
*** mingyu has quit IRC06:34
*** jerrygb has joined #openstack-nova06:36
*** kylek3h has joined #openstack-nova06:37
*** slaweq has joined #openstack-nova06:37
*** mingyu has joined #openstack-nova06:41
*** slaweq has quit IRC06:41
*** bkopilov has joined #openstack-nova06:42
ratailorjaypipes, you aroudn ?06:43
ratailorjaypipes, *around06:44
*** artom has joined #openstack-nova06:56
*** rcernin has joined #openstack-nova06:59
*** markvoelker has quit IRC07:00
*** markvoelker has joined #openstack-nova07:00
*** markvoelker has quit IRC07:01
*** markvoelker has joined #openstack-nova07:01
*** markvoelker has quit IRC07:01
*** masuberu has quit IRC07:02
*** slaweq has joined #openstack-nova07:03
*** edmondsw has joined #openstack-nova07:03
*** armax has joined #openstack-nova07:04
*** hardrush has joined #openstack-nova07:06
*** markvoelker has joined #openstack-nova07:07
hardrushhello all07:07
hardrushi have some issue about nova, i fail launching instances with flavors have root disk more than 45 GB07:07
*** slaweq has quit IRC07:07
hardrushIt errors: no valid hosts found, i have enough resource and i am suspicious about quotas07:07
*** edmondsw has quit IRC07:08
*** mingyu has quit IRC07:14
*** tesseract has joined #openstack-nova07:15
*** ralonsoh has joined #openstack-nova07:15
*** gomarivera has quit IRC07:18
*** jgrassle1 is now known as jgrassler07:19
*** moshele has joined #openstack-nova07:22
*** damien_r has joined #openstack-nova07:25
*** esberglu has joined #openstack-nova07:27
*** mingyu has joined #openstack-nova07:28
*** links has quit IRC07:31
*** esberglu has quit IRC07:31
*** alexchadin has joined #openstack-nova07:32
*** jerrygb has quit IRC07:34
*** esberglu has joined #openstack-nova07:37
*** jpena|off is now known as jpena07:37
*** slaweq has joined #openstack-nova07:38
openstackgerritBalazs Gibizer proposed openstack/nova master: Transform rescue/unrescue instance notifications  https://review.openstack.org/38564407:38
*** vvargaszte has joined #openstack-nova07:39
*** esberglu has quit IRC07:42
*** slaweq has quit IRC07:43
*** links has joined #openstack-nova07:43
*** hardrush has quit IRC07:50
*** salv-orlando has joined #openstack-nova07:54
*** udesale__ has joined #openstack-nova07:54
*** udesale has quit IRC07:57
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-nova08:02
*** slaweq has joined #openstack-nova08:04
*** slaweq has quit IRC08:08
*** udesale has joined #openstack-nova08:19
*** udesale__ has quit IRC08:21
*** esberglu has joined #openstack-nova08:23
*** lpetrut has joined #openstack-nova08:25
openstackgerritTakashi NATSUME proposed openstack/nova master: api-ref: Add X-Openstack-Request-Id description  https://review.openstack.org/47484708:26
openstackgerritTakashi NATSUME proposed openstack/nova master: api-ref: Add X-Openstack-Request-Id description  https://review.openstack.org/47484708:26
*** esberglu has quit IRC08:28
*** slaweq has joined #openstack-nova08:30
*** slaweq has quit IRC08:35
*** mdnadeem_ has quit IRC08:35
*** gongysh has joined #openstack-nova08:39
*** vladikr has joined #openstack-nova08:43
*** rcernin has quit IRC08:45
*** lucas-afk is now known as lucasagomes08:47
*** mdnadeem has joined #openstack-nova08:48
*** rcernin has joined #openstack-nova08:51
*** edmondsw has joined #openstack-nova08:51
*** rmart04 has joined #openstack-nova08:55
*** edmondsw has quit IRC08:56
*** dtantsur|afk is now known as dtantsur08:56
*** yamahata_ has quit IRC08:57
*** priteau has joined #openstack-nova08:58
*** salv-orlando has quit IRC09:02
*** salv-orlando has joined #openstack-nova09:03
*** salv-orlando has quit IRC09:03
*** salv-orlando has joined #openstack-nova09:06
*** salv-orlando has quit IRC09:08
*** efoley has joined #openstack-nova09:08
*** salv-orlando has joined #openstack-nova09:09
*** damien_r has quit IRC09:11
openstackgerritSilvan Kaiser proposed openstack/nova master: Removes getfattr from Quobyte Nova driver  https://review.openstack.org/42864609:19
*** gomarivera has joined #openstack-nova09:20
*** yamamoto has quit IRC09:22
openstackgerritZhenyu Zheng proposed openstack/nova master: Don't delete neutron port when attach failed  https://review.openstack.org/40356809:23
*** chhavi has joined #openstack-nova09:23
*** gomarivera has quit IRC09:25
*** Shunli has quit IRC09:31
*** slaweq has joined #openstack-nova09:31
openstackgerritSilvan Kaiser proposed openstack/nova master: Removes potentially bad exit value from accepted list in Quobyte volume driver  https://review.openstack.org/45353709:31
openstackgerritSilvan Kaiser proposed openstack/nova master: Switch Nova Quobyte volume driver to mount via systemd-run  https://review.openstack.org/43234409:31
*** slaweq has quit IRC09:35
*** damien_r has joined #openstack-nova09:36
*** yamamoto has joined #openstack-nova09:46
*** yingjun has quit IRC09:47
*** tuanluong_ has joined #openstack-nova09:47
*** markus_z has quit IRC09:48
*** tuanluong has quit IRC09:50
*** sambetts|afk is now known as sambetts09:55
*** alexchadin has quit IRC10:02
openstackgerritAlex Szarka proposed openstack/nova master: [WIP]Transform instance-live_migration_abort notification  https://review.openstack.org/42045310:06
*** slaweq has joined #openstack-nova10:06
*** esberglu has joined #openstack-nova10:08
*** yamamoto_ has joined #openstack-nova10:09
*** slaweq has quit IRC10:11
*** salv-orl_ has joined #openstack-nova10:12
*** yamamoto has quit IRC10:13
*** esberglu has quit IRC10:13
openstackgerrityuanyue proposed openstack/nova master: Fix the bug on boot failure  https://review.openstack.org/47607810:13
*** salv-orlando has quit IRC10:14
*** liujiong has quit IRC10:16
*** gongysh has quit IRC10:16
openstackgerrityuanyue proposed openstack/nova master: Fix the bug on boot failure  https://review.openstack.org/47607810:19
*** diga has joined #openstack-nova10:24
*** mdnadeem has quit IRC10:27
openstackgerrityuanyue proposed openstack/nova master: Fix the bug on boot failure  https://review.openstack.org/47607810:27
*** mingyu has quit IRC10:29
*** yangyape_ has quit IRC10:30
*** yamamoto_ has quit IRC10:30
*** cNilesh has quit IRC10:30
*** udesale__ has joined #openstack-nova10:31
*** cNilesh has joined #openstack-nova10:31
*** yamamoto has joined #openstack-nova10:32
*** slaweq has joined #openstack-nova10:32
*** fragatina has joined #openstack-nova10:32
*** yamamoto has quit IRC10:33
*** udesale has quit IRC10:33
*** fragatina has quit IRC10:34
*** fragatina has joined #openstack-nova10:34
*** mkucia has joined #openstack-nova10:36
*** slaweq has quit IRC10:37
openstackgerritPooja Jadhav proposed openstack/nova master: Deny volume swapping with non-bootable volume  https://review.openstack.org/40734610:37
*** markus_z has joined #openstack-nova10:39
*** mdnadeem has joined #openstack-nova10:39
*** edmondsw has joined #openstack-nova10:39
*** hferenc has quit IRC10:42
*** yamamoto has joined #openstack-nova10:43
*** edmondsw has quit IRC10:45
*** chhavi has quit IRC10:47
*** fragatina has quit IRC10:48
*** slaweq has joined #openstack-nova10:48
*** fragatina has joined #openstack-nova10:51
openstackgerritAlex Szarka proposed openstack/nova master: Transform instance.resize.error notifications  https://review.openstack.org/41788210:51
openstackgerrityuanyue proposed openstack/nova master: Fix the bug on boot failure  https://review.openstack.org/47607810:52
*** slaweq has quit IRC10:52
*** yamamoto has quit IRC10:54
*** mvk has quit IRC10:54
*** bkopilov has quit IRC10:56
*** ericyoung has joined #openstack-nova10:57
*** BlackDex_ is now known as BlackDex11:00
*** udesale has joined #openstack-nova11:02
*** suresh12 has joined #openstack-nova11:02
*** udesale__ has quit IRC11:03
*** slaweq has joined #openstack-nova11:03
*** suresh12 has quit IRC11:06
*** andreas_s has quit IRC11:07
*** sree has quit IRC11:07
*** slaweq has quit IRC11:08
*** Alex______ has joined #openstack-nova11:08
*** Alex______ has left #openstack-nova11:09
*** smatzek has joined #openstack-nova11:11
markus_zpkoniszewski: any chance you could take https://review.openstack.org/#/c/347471/ on your backlog? (the devstack and tempest parts are merged)11:16
*** mingyu has joined #openstack-nova11:17
*** gongysh has joined #openstack-nova11:17
pkoniszewskimarkus_z: hey, I'm still here only to answer LM questions if any, ufortunately I was moved to another project11:18
pkoniszewskimarkus_z: probably won't have time for upstream contribution in the near future11:19
markus_zpkoniszewski: Oh, sorry, I wasn't aware of that.11:19
*** cNilesh has quit IRC11:21
openstackgerritChris Dent proposed openstack/nova master: [placement] Update the placement deployment instructions  https://review.openstack.org/46904811:22
*** gomarivera has joined #openstack-nova11:22
*** mvk has joined #openstack-nova11:23
*** yamamoto has joined #openstack-nova11:24
*** sbezverk has joined #openstack-nova11:24
*** tbachman has quit IRC11:26
*** gomarivera has quit IRC11:27
*** yamamoto has quit IRC11:28
*** hferenc has joined #openstack-nova11:29
openstackgerritHironori Shiina proposed openstack/nova master: Ironic: Support boot from Cinder volume  https://review.openstack.org/21538511:33
openstackgerritHironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector  https://review.openstack.org/46835311:36
*** kosal has joined #openstack-nova11:36
*** yangyapeng has joined #openstack-nova11:36
kosalopenstack-nova, I have query .... What is the maximum number of host aggregate can be created in Availability Zone ?11:39
*** udesale has quit IRC11:39
openstackgerritMaciej Kucia proposed openstack/nova master: Add JSON schema validation to PCI whitelist  https://review.openstack.org/47609811:39
*** cdent has joined #openstack-nova11:40
*** yangyapeng has quit IRC11:41
*** yangyapeng has joined #openstack-nova11:41
*** dave-mccowan has joined #openstack-nova11:41
openstackgerritMaciej Kucia proposed openstack/nova master: Add JSON schema validation to PCI whitelist  https://review.openstack.org/47609811:45
*** ekhugen has quit IRC11:47
*** smatzek has quit IRC11:47
openstackgerritChris Dent proposed openstack/nova master: Optional separate database for placement API  https://review.openstack.org/36276611:48
*** purplerbot has joined #openstack-nova11:48
*** ekhugen has joined #openstack-nova11:48
*** smatzek has joined #openstack-nova11:52
*** yamamoto has joined #openstack-nova11:54
*** slaweq has joined #openstack-nova11:55
*** tbachman has joined #openstack-nova11:58
*** slaweq has quit IRC11:59
*** zz_dimtruck is now known as dimtruck12:00
*** gszasz has joined #openstack-nova12:02
*** litao__ has quit IRC12:04
*** fragatina has quit IRC12:04
*** rfolco has joined #openstack-nova12:04
*** vladikr has quit IRC12:07
*** jpena is now known as jpena|lunch12:07
*** kylek3h has quit IRC12:07
*** dimtruck is now known as zz_dimtruck12:10
*** cdent has quit IRC12:14
*** ebbex has joined #openstack-nova12:18
*** yingjun has joined #openstack-nova12:19
ebbexOther than max_concurrent_builds, what can I tune to speed up the scheduling/building of instances? (Stress-testing systems, by creating 3-400 instances at a time.)12:21
*** edmondsw has joined #openstack-nova12:21
*** acormier has joined #openstack-nova12:24
*** ratailor has quit IRC12:25
*** bauzas has quit IRC12:26
*** derekh has joined #openstack-nova12:29
*** alexchadin has joined #openstack-nova12:30
*** acormier has quit IRC12:31
*** acormier has joined #openstack-nova12:31
*** bkopilov has joined #openstack-nova12:32
*** zz9pzza has quit IRC12:33
*** zz9pzza has joined #openstack-nova12:34
*** jamesdenton has joined #openstack-nova12:34
*** efried has joined #openstack-nova12:34
*** tuanluong_ has quit IRC12:34
*** acormier has quit IRC12:36
*** derekh has quit IRC12:36
*** efried has quit IRC12:39
*** kylek3h has joined #openstack-nova12:40
*** lyan has joined #openstack-nova12:41
*** derekh has joined #openstack-nova12:43
alex_xunova api meeting is 15 mins at #openstack-meeting-412:45
alex_xus/is 15 mins/is in 15 mins/12:45
*** derekh has quit IRC12:48
openstackgerritLuis Pigueiras proposed openstack/nova master: Handle keypair not found from metadata server using cells  https://review.openstack.org/47612212:48
*** derekh has joined #openstack-nova12:49
kosalopenstack-nova, I have query .... What is the maximum number of host aggregate can be created in Availability Zone ?12:49
kosalopenstack-nova, somebody can help on this query?12:50
openstackgerritArtom Lifshitz proposed openstack/nova master: API support for tagged device attachment  https://review.openstack.org/37602112:51
*** eharney has joined #openstack-nova12:51
*** yingjun has quit IRC12:52
*** salv-orl_ has quit IRC12:54
*** mriedem has joined #openstack-nova12:56
*** salv-orlando has joined #openstack-nova12:56
*** liverpooler has joined #openstack-nova12:57
*** mdnadeem has quit IRC12:57
*** salv-orlando has quit IRC12:57
*** pewp has quit IRC12:57
*** salv-orlando has joined #openstack-nova12:58
*** dave-mccowan has quit IRC12:58
*** gmann_ has joined #openstack-nova12:58
*** gmann_ has quit IRC12:59
*** gmann_ has joined #openstack-nova12:59
*** jerrygb has joined #openstack-nova13:00
*** jamesdenton has quit IRC13:00
*** jamesdenton has joined #openstack-nova13:01
*** sree has joined #openstack-nova13:01
*** jpena|lunch is now known as jpena13:01
*** jwcroppe has quit IRC13:03
*** jwcroppe has joined #openstack-nova13:03
*** jwcroppe has quit IRC13:03
*** jmlowe has quit IRC13:03
*** jwcroppe has joined #openstack-nova13:04
openstackgerritZhenyu Zheng proposed openstack/nova master: Don't delete neutron port when attach failed  https://review.openstack.org/40356813:04
*** pewp has joined #openstack-nova13:04
*** sree has quit IRC13:06
*** slaweq has joined #openstack-nova13:06
*** gouthamr has joined #openstack-nova13:06
*** jwcroppe has quit IRC13:06
*** lucasxu has joined #openstack-nova13:07
mriedemjaypipes: let me start your morning by mentioning when we claim in the scheduler we'll also have to do that for unshelve :)13:08
*** salv-orlando has quit IRC13:08
*** slaweq has quit IRC13:11
*** salv-orlando has joined #openstack-nova13:12
*** baoli has joined #openstack-nova13:12
gibi_mriedem: hi! I answered you concerns in the soft_delete transformation https://review.openstack.org/#/c/460029/13:13
*** lucasagomes is now known as lucas-brb13:13
*** baoli has quit IRC13:16
*** thorst has joined #openstack-nova13:16
*** esberglu has joined #openstack-nova13:19
*** baoli has joined #openstack-nova13:20
*** tidwellr has joined #openstack-nova13:20
*** thorst has quit IRC13:22
mriedemjaypipes: would it be possible to put hypervisor driver capabilities on compute node resource providers as traits, so the scheduler could use those for things like scheduling and picking hosts during unshelve?13:24
*** esberglu has quit IRC13:24
*** bauzas has joined #openstack-nova13:24
mriedemthen unshelve would inject a required trait into the request spec saying i need a CN RP that can fulfill this thing that is needed for unshelve13:24
*** jwcroppe has joined #openstack-nova13:30
*** eric_young has joined #openstack-nova13:31
*** gomarivera has joined #openstack-nova13:31
*** slaweq has joined #openstack-nova13:32
*** thorst has joined #openstack-nova13:32
*** ericyoung has quit IRC13:33
*** cNilesh has joined #openstack-nova13:34
*** cleong has joined #openstack-nova13:34
*** esberglu has joined #openstack-nova13:35
*** lucas-brb is now known as lucasagomes13:36
*** slaweq has quit IRC13:36
*** xyang1 has joined #openstack-nova13:38
*** jmlowe has joined #openstack-nova13:39
*** gongysh has quit IRC13:39
sfinucanalex_xu, gmann: comments left on [1] - both easy fixes though, IMO https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bug/169316813:40
gmann_sfinucan: thanks, ll check and update in morning.13:41
sfinucan(y)13:41
*** dave-mccowan has joined #openstack-nova13:41
*** smatzek has quit IRC13:42
*** gmann_ has quit IRC13:43
*** catintheroof has joined #openstack-nova13:45
*** gomarivera has quit IRC13:48
*** salv-orlando has quit IRC13:49
*** vvargaszte has quit IRC13:50
*** awaugama has joined #openstack-nova13:51
*** zz_dimtruck is now known as dimtruck13:54
*** pchavva has joined #openstack-nova13:55
*** smatzek has joined #openstack-nova13:59
*** adisky__ has quit IRC13:59
*** tidwellr has quit IRC14:00
*** kosal has quit IRC14:01
ftersinmdbooth: hi. did you make a decision for my review?14:02
*** jerrygb has quit IRC14:04
*** tidwellr has joined #openstack-nova14:04
*** crushil has joined #openstack-nova14:04
*** alexchadin has quit IRC14:05
*** mdrabe has joined #openstack-nova14:06
edleafep!spy14:07
*** slaweq has joined #openstack-nova14:07
*** diga has quit IRC14:10
stvnoyesmriedem: good morning matt. When you get some time, I'd appreciate it if you could review the cinder v3 migrate change - https://review.openstack.org/#/c/463987/  thanks...14:11
*** cNilesh has quit IRC14:11
*** suresh12 has joined #openstack-nova14:11
*** cNilesh has joined #openstack-nova14:12
*** slaweq has quit IRC14:12
*** dimtruck is now known as zz_dimtruck14:12
*** litao__ has joined #openstack-nova14:13
*** sridharg has quit IRC14:13
*** felipemonteiro has joined #openstack-nova14:14
*** felipemonteiro_ has joined #openstack-nova14:15
mriedemstvnoyes: yup, it's in the list14:16
stvnoyesmriedem: ok thx14:17
*** acormier has joined #openstack-nova14:19
*** felipemonteiro has quit IRC14:19
*** hongbin has joined #openstack-nova14:20
* sfinucan wonders what on earth 'p!spy' is, and why people keep typing it14:20
* sfinucan curses un-Google'able terms14:20
*** cNilesh has quit IRC14:21
openstackgerritStephen Finucane proposed openstack/nova master: docs: Document the scheduler workflow  https://review.openstack.org/47581014:23
openstackgerritStephen Finucane proposed openstack/nova master: Monkey patch the blockdiag extension  https://review.openstack.org/47615914:23
tbachmansfinucan: it’s a hook they added to the channel to be able to see when they’ve been named in channel14:23
tbachmansfinucan: try it14:23
tbachmanp!spy14:23
sfinucanmelwitt, cfriesen_: Think the latter of those resolves your word-wrapping concerns with that activity diagram thing ^14:23
sfinucanp!spy14:23
sfinucantbachman: Aha! Cheers :) I use xpyhighlight with ZNC for something similar. Seems like less work though, heh14:25
tbachmansfinucan: np!14:25
*** prateek has quit IRC14:26
*** zz_dimtruck is now known as dimtruck14:28
*** rfolco has quit IRC14:31
*** slaweq has joined #openstack-nova14:33
*** gouthamr has quit IRC14:37
*** rfolco has joined #openstack-nova14:37
*** slaweq has quit IRC14:38
*** gouthamr has joined #openstack-nova14:38
*** suresh12 has quit IRC14:39
*** ralonsoh has quit IRC14:40
*** markvoelker has quit IRC14:40
edleafesfinucan: I use highlightwin for irssi, but I'm on the road and didn't have access to my bouncer. So it's a good backup.14:40
*** VAhl has joined #openstack-nova14:42
*** hieulq_ has joined #openstack-nova14:44
mriedemjaypipes: nevermind, i guess we never delete allocations on shelve, so we don't claim on unshelve14:44
mriedemwe retain the quota while the instance is shelved offloaded14:45
*** gbarros has joined #openstack-nova14:47
edleafesfinucan: more info: https://anticdent.org/purple-irc-bot.html14:48
sfinucanedleafe: I think I might have actually read that once upon a time 🤔 Ta for the link14:49
*** suresh12 has joined #openstack-nova14:52
*** gomarivera has joined #openstack-nova14:52
*** marst has joined #openstack-nova14:55
*** awaugama has quit IRC14:56
*** markvoelker has joined #openstack-nova14:57
*** slaweq has joined #openstack-nova14:59
*** awaugama has joined #openstack-nova14:59
*** tbachman has quit IRC15:00
mriedemdansmith: melwitt: to your great sadness, i will be unable to attend the cells v2 meeting today15:02
dansmithmriedem: egads15:03
dansmithprobably not much point in having it then, and nothing else burning on the agenda that I know of15:03
*** stewie925_ has joined #openstack-nova15:03
*** slaweq has quit IRC15:03
mriedemnothing a little penicilin can't fix15:03
*** qwertyco has quit IRC15:04
*** jaosorior has quit IRC15:05
*** thorst has quit IRC15:05
*** efried has joined #openstack-nova15:06
*** rcernin has quit IRC15:07
*** ralonsoh has joined #openstack-nova15:07
*** jwcroppe has quit IRC15:07
*** gbarros has quit IRC15:07
dansmithheh15:08
*** yamahata_ has joined #openstack-nova15:09
*** david-lyle has joined #openstack-nova15:10
jaypipesmriedem: I'd be amenable to hypervisor-specific traits, sure. I'd have to see what some examples of them would be, though15:10
*** thorst has joined #openstack-nova15:12
mriedemjaypipes: ok easy ones came up in the api meeting,15:12
mriedeme.g.15:12
mriedemwe have the "supports_device_tagging" capability in the virt drivers15:12
mriedemonly libvirt and hyperv support that capability today,15:12
*** pcaruana has quit IRC15:12
mriedemif you try to create a server with a tagged nic/block device and land on a compute that has supports_device_tagging=False, your instance goes to ERROR state and the build is aborted15:13
*** psachin has quit IRC15:13
mriedemso the thinking is, the compute node resource provider has a trait for that capability flag, and if the server create request has tagged nics/bdms, we put a required trait in the request spec for the scheduler to use fo filtering hosts15:13
jaypipesmriedem: that seems like a fine one to me, sure15:14
mriedemok coll15:14
mriedem*cool even15:14
*** Sukhdev has joined #openstack-nova15:16
*** thorst has quit IRC15:16
*** sree has joined #openstack-nova15:16
*** suresh12 has quit IRC15:16
*** suresh12 has joined #openstack-nova15:17
*** rmart04 has quit IRC15:18
*** chhavi has joined #openstack-nova15:18
*** dillaman has quit IRC15:19
*** Oku_OS is now known as Oku_OS-away15:19
*** sree has quit IRC15:20
*** dillaman has joined #openstack-nova15:21
*** owalsh_ has joined #openstack-nova15:22
*** owalsh has quit IRC15:23
*** slaweq has joined #openstack-nova15:24
*** gbarros has joined #openstack-nova15:25
*** owalsh has joined #openstack-nova15:27
*** slaweq has quit IRC15:29
*** tbachman has joined #openstack-nova15:29
*** owalsh_ has quit IRC15:29
*** sudipto has joined #openstack-nova15:31
*** sudipto_ has joined #openstack-nova15:31
efriedsfinucan Looks like actdiag will generate SVG with the -T option.  Guessing if it's not there already, this would have to be enabled via the docs builder code.15:32
sfinucanefried: I'm using SVG atm (which is why you can copy paste the text)15:32
efriedsfinucan Oh, okay.  I thought I saw an email that said you were frustrated by that.15:33
sfinucanaha - no, sorry, I should have said I'd managed to figure that one out15:33
sfinucanbut not the other one. My mistake :)15:33
sfinucanThough I have figured out the other one now, give or take15:33
*** tbachman has quit IRC15:33
efriedsfinucan Oh, was about to propose a patch for that.15:34
efriedMy current crude workaround is jamming \n in the strings by trial/error.15:34
sfinucanefried: Do anyway. Mine is kind of hacky (monkey patching stuff)15:34
sfinucan...though maybe not as hacky as yours :D15:34
efriedI'm looking to see if there's block size and/or autowrap options in the tooling.  But I assume you've already done that.15:35
*** lpetrut has quit IRC15:36
*** thorst has joined #openstack-nova15:36
*** felipemonteiro_ has quit IRC15:38
*** rajathagasthya has joined #openstack-nova15:40
*** thorst has quit IRC15:40
*** awaugama has quit IRC15:41
*** suresh12 has quit IRC15:42
*** artom has quit IRC15:43
*** danpawlik is now known as danpawlik_15:43
*** awaugama has joined #openstack-nova15:43
*** stewie925_ has quit IRC15:44
*** crushil has quit IRC15:44
*** jamesdenton has quit IRC15:45
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova master: docs: Explain the flow of the "serial console" feature  https://review.openstack.org/47618815:46
*** jamesdenton has joined #openstack-nova15:47
openstackgerritMatt Riedemann proposed openstack/nova master: Explain why API services are filtered out of GET /os-services  https://review.openstack.org/47618915:48
*** gyee has joined #openstack-nova15:49
*** rajathagasthya has quit IRC15:49
mgagnemriedem: what kind of exception do you suggest it raises? https://review.openstack.org/#/c/454322/18/nova/virt/libvirt/driver.py@142015:49
*** rajathagasthya has joined #openstack-nova15:50
efriedsfinucan Looks like the best we can do (without hacking the source) is specify box height/width and sprinkle in newlines.15:51
*** crushil has joined #openstack-nova15:52
mriedemmgagne: the volume driver's default implementation for the extend_volume method could be just to raise NotImplementedError15:53
sfinucanefried: Hmm, I wonder if hacking the source is such a bad thing though?15:53
sfinucanI mean, IMO the current implementation is broken15:53
mriedemmgagne: the libvirt driver code would have to handle that and translate it to some NovaException, like ExtendVolumeNotSupported or something15:54
mgagnemriedem: so just reraise the NotImplementedError exception?15:54
mgagneok, that was my question15:54
melwittdansmith: +1 to skipping the cells meeting today15:54
mgagnethere are 2 things: virt might not support extend volume. volume driver within virt driver might not support extend volume. we need to handle both cases. first can be handled by capabilities. I'm not sure about the second one.15:54
*** salv-orlando has joined #openstack-nova15:55
efriedsfinucan I don't disagree.  But where are you planning to hack?15:55
mgagneso you suggest we reuse ExtendVolumeNotSupported if volume driver does not support extend volume?15:55
mriedemmgagne: related comment here https://review.openstack.org/#/c/454322/18/nova/compute/manager.py@689115:55
sfinucanefried:  https://review.openstack.org/47615915:55
*** gyee has quit IRC15:55
mgagneyes, handled that part, I'm not sure about the volume driver as it was not explicitly mentionned. will use the same exception then15:56
*** artom has joined #openstack-nova15:56
*** gbarros has quit IRC15:56
*** salv-orlando has quit IRC15:56
efriedsfinucan Yeah, that'd do it... partway.  What about automatically adjusting the box size, though?  With just this, you're going to get cut off.15:56
mriedemmgagne: we could use different exceptions if we want, like you could raise ExtendVolumeNotSupported for the capabilities check, and subclass that with an ExtendVolumeNotSupportedForVolumeType exception if the volume driver doesn't support it - with that one having the type in the exception message15:57
mriedemmgagne: i don't think it makes a ton of difference though15:57
*** salv-orlando has joined #openstack-nova15:57
*** Sukhdev_ has joined #openstack-nova15:57
*** ralonsoh has quit IRC15:57
mgagneok, will use ExtendVolumeNotSupported as suggested15:57
*** damien_r has quit IRC15:57
mriedemthe difference in error message that goes into the fault could be useful for an operator15:57
mriedembut you tell me :) you're the one deploying this15:57
sfinucanefried: You mean make all boxes bigger?15:58
*** markus_z has quit IRC15:58
sfinucanI was trying to avoid that to stop stuff going off screen15:58
mgagnehaha, I have a totally different implementation and we fully support the feature so this code path is never used =)15:58
efriedsfinucan Well, not necessarily, though that would be easiest (changing the default box height).15:58
*** markvoelker has quit IRC15:58
efriedsfinucan I was talking about scaling the box size dynamically according to font face/size + number of lines after your autowrap.15:59
*** markvoelker has joined #openstack-nova15:59
*** slaweq has joined #openstack-nova16:00
efriedsfinucan ...which sounds pretty difficult to me.16:00
*** Apoorva has joined #openstack-nova16:00
sfinucanefried: That depends on how that tool is implemented16:01
sfinucanefried: If they wrap text, then generate the box, it should be fine16:01
*** mdrabe has quit IRC16:01
sfinucanIf the other way around, it might be tough/impossible as you'd need to resize an existing 'rect' and move anything below it too16:01
efriedsfinucan Still not sure how you would account for font face16:01
efriedsfinucan Oh, I guess it has a "measuring" facility built in.16:02
efriedWhich makes sense.16:02
sfinucanYeah, it does that for us16:02
* sfinucan was impressed when he saw that16:02
*** tesseract has quit IRC16:03
sfinucanIt's actually a surprisingly robust, well-tests bit of code, IMO16:03
openstackgerritIldiko Vancsa proposed openstack/nova master: Add Cinder v3 detach to swap_volume  https://review.openstack.org/45697116:03
*** gyee has joined #openstack-nova16:04
*** slaweq has quit IRC16:05
*** rmart04 has joined #openstack-nova16:06
openstackgerritmelanie witt proposed openstack/nova master: Add get_count_by_vm_state() to InstanceList object  https://review.openstack.org/44624416:06
openstackgerritmelanie witt proposed openstack/nova master: Add scatter_gather_all_cells() utility  https://review.openstack.org/47595716:06
openstackgerritmelanie witt proposed openstack/nova master: Remove 'reserved' count from used limits  https://review.openstack.org/44624216:06
openstackgerritmelanie witt proposed openstack/nova master: Remove useless quota_usage_refresh from nova-manage  https://review.openstack.org/44624316:07
openstackgerritmelanie witt proposed openstack/nova master: Count instances to check quota  https://review.openstack.org/41652116:07
openstackgerritmelanie witt proposed openstack/nova master: Make Quotas object favor the API database  https://review.openstack.org/41094516:07
openstackgerritmelanie witt proposed openstack/nova master: Add online migration to move quotas to API database  https://review.openstack.org/41094616:07
*** mdrabe has joined #openstack-nova16:07
*** aarefiev is now known as aarefiev_afk16:07
*** nic1 has joined #openstack-nova16:07
*** gbarros has joined #openstack-nova16:08
*** dtantsur is now known as dtantsur|afk16:09
*** felipemonteiro has joined #openstack-nova16:09
sfinucanefried: I'll take another look-see and see if we can stop it truncating characters16:09
openstackgerritEric Fried proposed openstack/nova master: Add formatting to scheduling activity diagram  https://review.openstack.org/47620416:09
efriedsfinucan ^^ Manual formatting; feel free to squash it into yours if you like.16:09
sfinucanTa :)16:10
*** felipemonteiro_ has joined #openstack-nova16:10
*** yamamoto_ has joined #openstack-nova16:10
*** hieulq_ has quit IRC16:12
*** salv-orl_ has joined #openstack-nova16:12
cfriesen_mriedem: for "nova show --minimal" do we want to keep the pre-2.47  "flavor" field name, or change it to "flavor:original_name" to reflect what's in the REST API response?16:12
mriedemcfriesen_: i'd keep it the same16:13
mriedemin the --minimal case16:13
mriedemsince it's a single field16:13
mriedemthe namespace flavor: is for the multi-field show details16:13
*** yamamoto has quit IRC16:13
*** gomarivera has quit IRC16:13
*** felipemonteiro has quit IRC16:14
efriedsdague mriedem We had an unfortunate miscue last week; events conspired to blow up the PowerVM driver.  Fix is here https://review.openstack.org/#/c/475926/ - in-house +1s and passing our CI :)16:14
*** gomarivera has joined #openstack-nova16:14
*** thorst has joined #openstack-nova16:14
mriedemha, isn't that the exact same change where i said the ci was failing16:14
mriedem?16:14
mriedem"The CI failed but I guess that's an unrelated known issue so this seems fine."16:15
efriedmriedem Yes, precisely; the CI was indeed failing for totally unrelated reasons.16:15
*** salv-orlando has quit IRC16:15
efried...but by the time we got around those, that guy had merged, and broke it further down the line.16:15
* efried is suitably embarrassed16:15
*** suresh12 has joined #openstack-nova16:16
mriedemok +216:17
efriedmriedem Thanks16:17
*** artom has quit IRC16:17
*** gomarivera has quit IRC16:18
*** thorst has quit IRC16:19
*** suresh12 has quit IRC16:21
efriedsfinucan Note the last box in the Scheduler lane is truncated: http://docs-draft.openstack.org/59/476159/1/check/gate-nova-docs-ubuntu-xenial/bf9b0cb//doc/build/html/scheduling.html?highlight=scheduling16:22
*** moshele has quit IRC16:25
*** thorst has joined #openstack-nova16:27
*** thorst has quit IRC16:27
*** sambetts is now known as sambetts|afk16:28
*** yamahata_ has quit IRC16:28
*** ckopper has quit IRC16:30
mriedemgibi_: going to probably want your input on this one https://review.openstack.org/#/c/403568/16:30
mriedemgibi_: re: the question about whether or not we should or need to provide the network info for the instance in the instance.shutdown.end notification16:30
mriedemsince at that point it's really already deallocated16:30
*** mingyu has quit IRC16:31
mriedemyou would have it in the instance.shutdown.start notification16:31
mriedemso maybe this is really just fixing the instance.shutdown.end notification to be accurate16:31
*** mingyu has joined #openstack-nova16:31
kfox1111anyone know the status of virtfs integration?16:32
mriedemkfox1111: no status?16:32
kfox1111not implemnted yet? :/16:33
mriedemas in,16:33
mriedemno one is working on that16:33
kfox1111bummer. k.16:33
mriedemi vaguely remember manila folks talking about something similar maybe pre-atx summit?16:33
kfox1111yeah. it handles the manilla case well.16:33
kfox1111also hpc/htc on nova.16:34
mriedemhttps://review.openstack.org/#/c/31005016:34
*** thorst has joined #openstack-nova16:34
*** jwcroppe has joined #openstack-nova16:35
mriedemkfox1111: ^ is what you want16:35
mriedemor as close as virtfs has gotten to nova land16:35
kfox1111yeah something like that.16:35
kfox1111thanks for the link.16:35
*** slaweq has joined #openstack-nova16:36
*** mingyu has quit IRC16:36
sfinucanefried: Yeah, saw that. Wasn't sure if/how I could fix it16:39
sfinucanMaybe your patch addresses it - I haven't checked yet16:39
*** thorst has quit IRC16:39
efriedsfinucan Yes, mine does address it, but manually by setting box heights.  The other option is as discussed above, adding an autosize facility.16:40
efried...to your monkeypatchage.16:40
*** slaweq has quit IRC16:41
sfinucanefried: Gotcha. Maybe we could set the height attribute for that last box while I work on auto-sizing?16:43
sfinucanI'll let you do that, if so. It's home time for me16:44
*** jwcroppe has quit IRC16:44
efriedsfinucan That would work.  Probably not urgent.  Have a good evening, hit me up tomorrow if you like.16:44
sfinucan(y)16:45
*** thorst has joined #openstack-nova16:47
*** yamamoto_ has quit IRC16:47
*** gbarros has quit IRC16:48
*** yamamoto has joined #openstack-nova16:49
*** thorst has quit IRC16:51
jaypipesw00t. only 168 unit test failures to go...16:51
*** Sukhdev_ has quit IRC16:52
*** efried has quit IRC16:53
*** gbarros has joined #openstack-nova16:54
*** mvk has quit IRC16:56
*** ckopper has joined #openstack-nova16:57
*** derekh has quit IRC16:58
*** rmart04_ has joined #openstack-nova16:58
*** rmart04 has quit IRC16:59
*** rmart04_ is now known as rmart0416:59
*** jamesdenton has quit IRC16:59
*** gszasz has quit IRC17:00
*** hieulq_ has joined #openstack-nova17:00
*** jamesdenton has joined #openstack-nova17:00
*** dtp has joined #openstack-nova17:01
*** Apoorva_ has joined #openstack-nova17:02
*** chyka has joined #openstack-nova17:04
*** Apoorva has quit IRC17:05
*** harlowja has joined #openstack-nova17:07
*** rmart04 has quit IRC17:08
*** yamahata_ has joined #openstack-nova17:09
*** chhavi has quit IRC17:12
*** lucasagomes is now known as lucas-afk17:12
*** links has quit IRC17:15
*** suresh12 has joined #openstack-nova17:16
openstackgerritChris Friesen proposed openstack/python-novaclient master: 2.47: Show flavor info in server details  https://review.openstack.org/43514117:16
*** gbarros has quit IRC17:16
cfriesen_mriedem: this ^ has the --minimal changes17:16
*** ltomasbo is now known as ltomasbo|away17:19
*** gbarros has joined #openstack-nova17:19
*** thorst has joined #openstack-nova17:19
openstackgerritChris Friesen proposed openstack/python-novaclient master: 2.47: Show flavor info in server details  https://review.openstack.org/43514117:20
ildikovmriedem: did you have a chance to check the live_migrate patch: https://review.openstack.org/#/c/463987/ ?17:20
*** suresh12 has quit IRC17:20
*** jwcroppe has joined #openstack-nova17:21
ildikovmriedem: I also saw you mentioned China yesterday, when will you be there exactly?17:21
*** mvk has joined #openstack-nova17:22
*** gbarros has quit IRC17:24
*** thorst has quit IRC17:24
*** Sukhdev has quit IRC17:25
*** READ10 has joined #openstack-nova17:26
*** suresh12 has joined #openstack-nova17:27
*** thorst has joined #openstack-nova17:28
*** ijw has joined #openstack-nova17:28
*** armax has quit IRC17:29
*** hieulq_ has quit IRC17:30
*** sudipto_ has quit IRC17:30
*** sudipto has quit IRC17:30
*** sree has joined #openstack-nova17:31
*** thorst has quit IRC17:34
*** sree has quit IRC17:36
*** slaweq has joined #openstack-nova17:37
*** thorst has joined #openstack-nova17:38
*** thorst has quit IRC17:40
smcginnisildikov: Friday through next Saturday.17:40
ildikovsmcginnis: tnx :)17:41
*** slaweq has quit IRC17:41
*** yamamoto has quit IRC17:42
dansmithmriedem: stalker alert17:44
*** jwcroppe has quit IRC17:45
*** jpena is now known as jpena|off17:48
openstackgerritRafael Folco proposed openstack/nova master: Delete all inventory has its own method DELETE  https://review.openstack.org/46014717:49
*** yamamoto has joined #openstack-nova17:51
*** oanson has quit IRC17:52
*** oanson has joined #openstack-nova17:52
*** thorst has joined #openstack-nova17:53
jaypipesguh, the scheduler unit tests just make me want to shoot myself.17:54
*** yamamoto has quit IRC17:56
melwitt:(17:56
mriedemildikov: it's on the list - my only tab open right now17:57
melwittthe gate seems really angry right now. getting weird novnc tempest failures and "no route to host"17:57
*** thorst has quit IRC17:57
ildikovmriedem: I'm guessing that's a good sign, plz don't close it until you reviewed :)17:58
ildikovmriedem: added a few tests to the swap patch17:59
ildikovmriedem: should I/we involve more people from the Nova team to ensure we're progressing fast enough?18:00
*** thorst has joined #openstack-nova18:00
mriedemildikov: more nova people don't exist18:00
ildikovmriedem: hmm, then what now?18:01
ildikovmriedem: should we clone you?18:01
mriedemi sugggest a rebranding in the governance repo to recruit new nova people18:01
*** slaweq has joined #openstack-nova18:03
ildikovthat'll need some coaching and mentoring18:03
ildikovI'm constantly trying to recruit, will need to do a better job...18:04
*** thorst has quit IRC18:05
*** jwcroppe has joined #openstack-nova18:07
*** pewp has quit IRC18:08
*** slaweq has quit IRC18:08
mriedemildikov: i was just joking18:09
*** Apoorva_ has quit IRC18:09
mriedemmelwitt: jaypipes: dansmith: $.05 to whoever knows the answer to: what is the type of the object returned from driver.block_device_info_get_mapping()18:09
ildikovmriedem: well, every joke has some truth in it :)18:09
melwittmriedem: I'm gonna guess a dict18:10
jaypipesmriedem: no clue.18:10
*** Apoorva has joined #openstack-nova18:10
mriedemmelwitt: bzzt18:10
ildikovmriedem: and I would really love to have the new attach stuff landed in Pike :)18:10
melwittdangit.18:10
mriedemhint: it's some type of list18:10
mriedemdon't let the singular in the name fool you18:11
melwittBlockDeviceMappingList18:11
melwitthah18:11
mriedemis that your final answer?18:11
*** pewp has joined #openstack-nova18:11
melwittsure18:12
mriedemWRONG18:12
mriedemBZZT18:12
melwittgah18:12
mriedemit's a list of nova.virt.block_device.DriverBlockDevice objects18:12
mriedems/objects/subclasses/18:12
mriedemwhich are wrappers of,18:12
mriedemyou guessed it,18:12
mriedemnova.objects.BlockDeviceMapping18:13
melwittlol18:13
melwittum, yeah. would never have guessed that18:13
mriedemmdbooth would18:13
mriedemhe dreams about it18:13
mriedemthat and haggas18:13
mriedem*haggis18:13
melwittlol!18:13
*** ijw has quit IRC18:14
*** tbachman has joined #openstack-nova18:14
*** yamamoto has joined #openstack-nova18:15
*** salv-orl_ has quit IRC18:17
*** ijw has joined #openstack-nova18:18
*** stvnoyes has left #openstack-nova18:19
*** suresh12 has quit IRC18:20
*** ijw has quit IRC18:23
*** gomarivera has joined #openstack-nova18:24
*** ijw has joined #openstack-nova18:24
*** suresh12 has joined #openstack-nova18:25
*** mingyu has joined #openstack-nova18:25
*** marst has quit IRC18:27
*** marst has joined #openstack-nova18:28
mriedemwe don't have a ListOfUUIDsField in o.vo?!18:28
*** awaugama has quit IRC18:29
*** suresh12 has quit IRC18:30
*** awaugama has joined #openstack-nova18:31
*** gomarivera has quit IRC18:36
jaypipesmriedem: nope.18:36
*** Swami has joined #openstack-nova18:38
*** slaweq has joined #openstack-nova18:38
*** slaweq has quit IRC18:43
*** Sukhdev has joined #openstack-nova18:43
*** efoley has quit IRC18:44
*** yamamoto has quit IRC18:44
*** yassine has quit IRC18:48
openstackgerritIldiko Vancsa proposed openstack/nova master: Add Cinder v3 detach to swap_volume  https://review.openstack.org/45697118:50
*** jwcroppe has quit IRC18:50
*** awaugama has quit IRC18:51
*** awaugama has joined #openstack-nova18:53
*** ijw has quit IRC18:55
*** yassine has joined #openstack-nova18:55
*** ijw has joined #openstack-nova18:55
*** ijw has quit IRC18:59
mriedemildikov: ok here you go https://review.openstack.org/#/c/463987/19:02
mriedemstvnoyes already skedaddled for the day19:03
mriedemi have some bad news19:03
*** smatzek_ has joined #openstack-nova19:03
*** smatzek has quit IRC19:03
mriedem^ is only implemented for the libvirt driver, but needs to also be handled for xen and hyperv19:03
ildikovmriedem: thanks for the review19:04
*** slaweq has joined #openstack-nova19:04
ildikovmriedem: can the other hypervisor be covered in follow-up patches?19:04
*** ekhugen has quit IRC19:05
ildikovmriedem: also if you feel like adding a zillion comments to the swap patch that's very welcomed as well ^^19:05
ildikovmriedem: just to keep me busy while you're partying in China :)19:05
*** priteau has quit IRC19:07
*** dtp has quit IRC19:07
*** priteau has joined #openstack-nova19:07
*** nicolasbock has quit IRC19:07
*** gbarros has joined #openstack-nova19:08
*** slaweq has quit IRC19:09
mriedemI suppose the other virt drivers, or all virt drivers, can be done in a series of changes since none of this does anything with the new flow until we start attaching with the new style at the very end19:09
*** alextricity25_ is now known as alextricity2519:09
ildikovok, that was my thinking too19:10
*** priteau has quit IRC19:12
*** ekhugen has joined #openstack-nova19:13
*** thorst has joined #openstack-nova19:19
*** suresh12 has joined #openstack-nova19:20
*** patriciadomin has quit IRC19:22
*** ijw has joined #openstack-nova19:23
*** ekhugen_alt has quit IRC19:23
*** suresh12 has quit IRC19:24
*** gbarros has quit IRC19:26
*** thorst has quit IRC19:27
openstackgerritMerged openstack/nova master: hypervisor_hostname must match get_available_nodes  https://review.openstack.org/47592619:28
*** slaweq has joined #openstack-nova19:29
*** slaweq has quit IRC19:32
openstackgerritMerged openstack/nova master: Provide a hint when _verify_response fails  https://review.openstack.org/47551219:34
*** slaweq has joined #openstack-nova19:35
*** kaisers_ has quit IRC19:36
*** ijw has quit IRC19:36
*** fragatina has joined #openstack-nova19:39
*** mingyu has quit IRC19:40
*** rajathagasthya has quit IRC19:41
*** eandersson has quit IRC19:43
*** yamamoto has joined #openstack-nova19:45
*** ekhugen_alt has joined #openstack-nova19:47
*** patriciadomin has joined #openstack-nova19:47
*** gbarros has joined #openstack-nova19:48
*** awaugama has quit IRC19:48
*** crushil has quit IRC19:50
*** suresh12 has joined #openstack-nova19:50
*** efried has joined #openstack-nova19:52
*** yamamoto has quit IRC19:52
*** suresh12 has quit IRC19:55
openstackgerritMatt Riedemann proposed openstack/nova master: Fix redundant BDM lookups during rebuild  https://review.openstack.org/47625819:55
openstackgerritMatt Riedemann proposed openstack/nova master: Explain why API services are filtered out of GET /os-services  https://review.openstack.org/47618919:59
mriedemdansmith: https://review.openstack.org/#/c/475067/ won't pass mitaka without us doing some things20:00
*** jwcroppe has joined #openstack-nova20:00
mriedemsome dirty deeds20:00
*** gbarros has quit IRC20:00
*** crushil has joined #openstack-nova20:02
*** openstackgerrit has quit IRC20:03
*** salv-orlando has joined #openstack-nova20:04
*** slaweq has quit IRC20:05
*** kaisers_ has joined #openstack-nova20:05
*** slaweq has joined #openstack-nova20:06
*** Sukhdev has quit IRC20:06
*** rajathagasthya has joined #openstack-nova20:07
*** fragatina has quit IRC20:07
sdaguemriedem: honestly, just make all the mitaka tempest jobs non-voting20:08
sdagueand trust people read the results20:08
*** gouthamr has quit IRC20:09
*** pchavva has quit IRC20:09
mriedemi'm checking with lbragstad if the roles api actually changed it's response code at some point20:10
*** liverpooler has quit IRC20:12
*** priteau has joined #openstack-nova20:14
cfriesen_mriedem: do you think it would make sense to submit https://review.openstack.org/#/c/468203 for review before https://review.openstack.org/#/c/461456 ?  I'm a bit worried about the second one getting blocked and preventing the first from being considered.20:17
*** gbarros has joined #openstack-nova20:17
*** jwcroppe_ has joined #openstack-nova20:17
mriedemcfriesen_: i don't have any idea about that code20:18
*** suresh12 has joined #openstack-nova20:21
*** rajathagasthya has quit IRC20:21
*** jwcroppe has quit IRC20:21
dansmithmriedem: oh, this is that thing, right.. I just blindly rechecked it20:22
mriedemyeah trying to figure out if keystone changed their api since mitaka20:23
dansmithtests not passing indicate that it should be taken out back and shot, IMHO20:23
mriedemkeystone?20:24
dansmithno mitaka20:25
mriedemoh, yeah, well it's already after it's eol date20:25
*** suresh12 has quit IRC20:25
dansmithright20:25
*** suresh12 has joined #openstack-nova20:25
cfriesen_mriedem: dansmith: given the -1 to https://review.openstack.org/#/c/300616/, should I submit a patch to disallow swap-to-noswap resizes?20:29
*** slaweq has quit IRC20:30
*** slaweq has joined #openstack-nova20:31
mriedemi don't have sufficient context on that20:31
cfriesen_bug is https://bugs.launchpad.net/nova/+bug/155277720:31
openstackLaunchpad bug 1552777 in OpenStack Compute (nova) "resizing from flavor with swap to one without swap puts instance into Error status" [Medium,In progress] - Assigned to Kam Nasim (knasim-wrs)20:31
mriedemlet me rephrase20:31
mriedemi don't have nor want to have at this current point in time sufficient context on that20:31
cfriesen_kay20:31
mriedemnor will "cleaned up BDMs" probably ever happen20:32
mriedemso holding it hostage for something that won't get done is rough20:32
cfriesen_indeed, hence the proposal to go with mdbooth's suggestion to just block it20:32
*** ijw has joined #openstack-nova20:32
mriedemoh, well, i don't know what that looks like20:32
*** cleong has quit IRC20:32
mriedembut maybe chat with mdbooth about it20:32
cfriesen_can do20:33
*** rajathagasthya has joined #openstack-nova20:33
*** slaweq has quit IRC20:35
*** gbarros has quit IRC20:39
*** rajathagasthya has quit IRC20:39
*** smatzek_ has quit IRC20:39
*** gbarros has joined #openstack-nova20:41
*** mdrabe has quit IRC20:41
*** mdrabe has joined #openstack-nova20:42
*** gomarivera has joined #openstack-nova20:43
*** gouthamr has joined #openstack-nova20:48
*** gbarros has quit IRC20:49
*** suresh12 has quit IRC20:49
*** gbarros has joined #openstack-nova20:49
jaypipesmriedem, dansmith: wow. just... wow. http://paste.openstack.org/show/613333/20:49
*** suresh12 has joined #openstack-nova20:51
*** amotoki is now known as amotoki_away20:52
*** crushil has quit IRC20:53
*** lucasxu has quit IRC20:54
*** suresh12 has quit IRC20:55
*** priteau has quit IRC20:56
*** openstackgerrit has joined #openstack-nova20:56
openstackgerritRick Bartra proposed openstack/nova master: Add policy granularity to the Flavors API  https://review.openstack.org/44928820:56
jaypipesmriedem, dansmith: ludicrously annoying levels of useless abstractions. :(20:56
dansmithjaypipes: are you blaming me or just venting to me?20:57
*** rajathagasthya has joined #openstack-nova20:57
jaypipesdansmith: venting.20:57
dansmithjaypipes: roger. carry on.20:57
*** jmlowe has quit IRC20:58
*** gbarros has quit IRC20:58
*** gbarros_ has joined #openstack-nova20:58
mriedemthat's making sure the host manager calls the scheduler driver method right?20:59
mriedemi would say that abstraction is less annoying than the bdm turducken i quizzed everyone with earlier today20:59
dansmithheh20:59
edleafejaypipes: that was to reflect the version change from 4.3 to 4.4 - see the following test21:01
openstackgerritMathieu Gagné proposed openstack/nova master: Add ability to signal and perform online volume size change  https://review.openstack.org/45432221:01
jaypipesedleafe: I know. it's just annoying.21:03
*** jamesdenton has quit IRC21:03
edleafejaypipes: the last time I made a version change I got dinged for *not* writing a test like that21:04
*** rajathagasthya has left #openstack-nova21:04
*** kuzko has quit IRC21:04
*** kuzko has joined #openstack-nova21:06
mriedemdansmith: i might need a hangout with you tomorrow to clarify plans for paging over compute nodes with a uuid marker21:06
mriedemi know we talked about it once,21:06
mriedembut i've already forgotten what we talked about21:06
mriedemand me brain no worky right now very good21:06
*** baoli has quit IRC21:07
*** jamesdenton has joined #openstack-nova21:07
*** jamesdenton has quit IRC21:08
mriedemi suppose i could plumb something down through the ComputeNode object and db api like get_by_pagination but call it get_by_pagination_with_uuid, but it seems we talked about something that would allow me to use the existing get_by_pagination once we found the cell to start in21:08
*** crushil has joined #openstack-nova21:09
*** gomarivera has quit IRC21:09
mriedemi'm going to go be one with my lawn now though...21:10
openstackgerritHongbin Lu proposed openstack/nova master: Handle exception on adding secgroup  https://review.openstack.org/46517321:12
*** smatzek_ has joined #openstack-nova21:12
openstackgerritmelanie witt proposed openstack/nova master: Request zero root disk for boot-from-volume instances  https://review.openstack.org/42848121:13
openstackgerritmelanie witt proposed openstack/nova master: Claim and report zero root disk for boot-from-volume instances  https://review.openstack.org/42850521:13
*** gbarros_ has quit IRC21:15
dansmithmriedem: okay21:15
*** mdrabe has quit IRC21:15
*** suresh12 has joined #openstack-nova21:17
*** mdrabe has joined #openstack-nova21:25
*** suresh12 has quit IRC21:26
*** dimtruck is now known as zz_dimtruck21:26
*** eric_young has quit IRC21:28
*** suresh12 has joined #openstack-nova21:29
*** tidwellr has quit IRC21:32
*** sree has joined #openstack-nova21:32
*** suresh12 has quit IRC21:34
*** suresh12 has joined #openstack-nova21:35
*** suresh12 has quit IRC21:35
*** jmlowe has joined #openstack-nova21:35
*** sree has quit IRC21:36
*** smatzek_ has quit IRC21:38
*** rajathagasthya has joined #openstack-nova21:39
*** esberglu has quit IRC21:41
*** efried has quit IRC21:48
*** mdrabe has quit IRC21:48
*** zz_dimtruck is now known as dimtruck21:50
*** catintheroof has quit IRC21:51
*** lyan has quit IRC21:52
*** esberglu has joined #openstack-nova21:55
*** esberglu has quit IRC22:00
*** ijw has quit IRC22:03
*** armax has joined #openstack-nova22:03
*** gbarros has joined #openstack-nova22:03
*** ijw has joined #openstack-nova22:03
*** markvoelker has quit IRC22:04
*** markvoelker_ has joined #openstack-nova22:06
*** rfolco has quit IRC22:06
*** kylek3h has quit IRC22:08
*** markvoelker_ has quit IRC22:11
*** felipemonteiro_ has quit IRC22:12
*** takashin has joined #openstack-nova22:12
*** salv-orl_ has joined #openstack-nova22:12
*** salv-orlando has quit IRC22:15
*** salv-orl_ has quit IRC22:15
*** jwcroppe has joined #openstack-nova22:15
*** salv-orlando has joined #openstack-nova22:16
*** markvoelker has joined #openstack-nova22:17
*** xyang1 has quit IRC22:18
*** jwcroppe_ has quit IRC22:19
*** ckopper has quit IRC22:20
*** jwcroppe has quit IRC22:20
*** salv-orlando has quit IRC22:21
*** suresh12 has joined #openstack-nova22:26
openstackgerritTakashi NATSUME proposed openstack/nova master: Use PCIAddressField in oslo.versionedobjects  https://review.openstack.org/46620122:26
*** Sukhdev has joined #openstack-nova22:28
*** acormier has quit IRC22:28
*** suresh12 has quit IRC22:30
*** marst has quit IRC22:33
*** gbarros has quit IRC22:36
*** mingyu has joined #openstack-nova22:41
*** mingyu has quit IRC22:45
*** brault has quit IRC22:51
*** armax has quit IRC22:52
*** armax has joined #openstack-nova22:53
*** gongysh has joined #openstack-nova23:01
*** Apoorva_ has joined #openstack-nova23:01
*** nic1 is now known as nic23:02
*** gongysh has quit IRC23:03
*** suresh12 has joined #openstack-nova23:05
*** Apoorva has quit IRC23:05
*** suresh12 has quit IRC23:07
*** suresh12 has joined #openstack-nova23:09
*** armax has quit IRC23:10
*** sdague has quit IRC23:11
*** suresh12 has quit IRC23:13
*** gomarivera has joined #openstack-nova23:22
openstackgerritmelanie witt proposed openstack/nova master: Detach volume after deleting instance with no host  https://review.openstack.org/34061423:26
*** slaweq has joined #openstack-nova23:31
*** Apoorva_ has quit IRC23:33
*** gomarivera has quit IRC23:34
*** Apoorva has joined #openstack-nova23:34
*** slaweq has quit IRC23:36
*** chyka has quit IRC23:38
*** chyka has joined #openstack-nova23:39
*** hoonetorg has quit IRC23:39
*** chyka has quit IRC23:44
*** ckopper has joined #openstack-nova23:45
*** salv-orlando has joined #openstack-nova23:47
*** salv-orlando has quit IRC23:52
*** yingjun has joined #openstack-nova23:54
mriedemdansmith: i think it came to me while mowing23:56
mriedemhttp://paste.openstack.org/show/613339/23:56
mriedemand i think it will be quite a bit easier than i thought23:56
*** hoonetorg has joined #openstack-nova23:56
dansmithI'm about to run off but we can chat tomrrow23:56
mriedemi know, i'm just excited23:56
* dansmith throws ice water on mriedem 23:57

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