Thursday, 2016-11-17

*** owalsh has joined #openstack-nova00:02
*** cnf has quit IRC00:03
*** mirrorbo1 has quit IRC00:03
*** mirrorbo1 has joined #openstack-nova00:04
*** krtaylor has joined #openstack-nova00:04
openstackgerritmelanie witt proposed openstack/nova: WIP Experimenting with CellDatabases test fixture  https://review.openstack.org/39864500:04
harlowjaqq, have u guys seen http://logs.openstack.org/periodic/periodic-nova-py27-with-oslo-master/a627836/console.html#_2016-11-16_06_18_43_165502 ?00:08
harlowjamaybe a known thing?00:08
*** annegentle has quit IRC00:10
*** dtp has quit IRC00:11
*** tjones has quit IRC00:11
*** hfu has joined #openstack-nova00:14
openstackgerritYuiko Takada Mori proposed openstack/nova: Move VMwareAPI virt driver codes to Nova repo  https://review.openstack.org/38948200:18
*** dave-mccowan has joined #openstack-nova00:20
*** jwcroppe has joined #openstack-nova00:21
*** moshele has quit IRC00:22
*** diogogmt has joined #openstack-nova00:27
*** cdent has quit IRC00:27
*** owalsh_ has joined #openstack-nova00:31
*** owalsh has quit IRC00:31
*** irenab has joined #openstack-nova00:32
*** Zer0Byte__ has quit IRC00:33
*** rfolco has quit IRC00:35
*** david-lyle_ is now known as david-lyle00:35
*** annegentle has joined #openstack-nova00:36
*** ducttape_ has joined #openstack-nova00:36
*** hongbin has quit IRC00:37
*** irenab has quit IRC00:37
*** hoangcx has joined #openstack-nova00:37
openstackgerritsean mooney proposed openstack/os-vif: add support for vhost-user reconnect  https://review.openstack.org/35755500:39
*** sree has joined #openstack-nova00:40
*** jaypipes has quit IRC00:45
*** claudiub has quit IRC00:45
openstackgerritzhangyanxian proposed openstack/nova: Fix typo in image_meta.py & checks.py  https://review.openstack.org/39366400:45
*** cnf has joined #openstack-nova00:49
*** jwcroppe has quit IRC00:49
*** jwcroppe has joined #openstack-nova00:49
*** rrecio_ has quit IRC00:51
openstackgerritRong Han proposed openstack/nova: Make hypervisor-servers support one host has multi-compute-nodes.  https://review.openstack.org/39866100:53
*** ameade has quit IRC00:57
*** ameade has joined #openstack-nova00:57
*** phuongnh has joined #openstack-nova00:58
*** rfolco has joined #openstack-nova01:02
*** mriedem has joined #openstack-nova01:04
*** rfolco has quit IRC01:07
*** ducttape_ has quit IRC01:07
openstackgerritHuan Xie proposed openstack/nova: xenapi: support the hotplug of a neutron port  https://review.openstack.org/36550501:09
openstackgerritLeehom Li proposed openstack/nova: Support detach interface with same MAC from instance  https://review.openstack.org/37224301:09
*** esberglu_ has quit IRC01:11
*** esberglu has joined #openstack-nova01:11
mriedemlyarwood: word to the wise, when a backport has config option changes and a release note in it, it's suspect https://review.openstack.org/#/c/389017/01:15
*** tjones has joined #openstack-nova01:16
*** tjones has quit IRC01:16
*** esberglu has quit IRC01:16
*** dave-mccowan has quit IRC01:18
*** dimtruck is now known as zz_dimtruck01:18
diana_clarkemriedem: Those NFS tests now pass with just the one snapshot skip. I hope you didn't mind me playing with your patch.01:20
*** Sukhdev has quit IRC01:24
openstackgerritpangliye proposed openstack/nova: Typo error about help    libvirt.py  https://review.openstack.org/39867401:24
*** annegentle has quit IRC01:26
*** yuntongjin has joined #openstack-nova01:27
*** irenab has joined #openstack-nova01:27
mriedemdiana_clarke: nice, yeah that tempest skip is now pretty obvious since it's a volume snapshot test,01:29
mriedemit just goes through the compute proxy api tests01:29
mriedemso that's probably why it was missed01:29
diana_clarkemriedem: my only worry would be that other test that magically worked this time, not sure if it's a canary I should look into more or not01:31
*** irenab has quit IRC01:32
mriedemunless the server in the rescue test is volume-backed, i don't think it would be related01:32
*** zhangjl has joined #openstack-nova01:35
*** bvanhav has joined #openstack-nova01:37
diana_clarkecool01:41
*** ducttape_ has joined #openstack-nova01:42
*** rama_y has joined #openstack-nova01:44
*** zhangyufei has joined #openstack-nova01:45
*** thorst_ has joined #openstack-nova01:46
gmannmriedem: port id scheam is correct right, it allow only uuid and null only01:51
mriedemgmann: yeah i don't know how the bug reporter got past that01:52
mriedemwhich reminds me i created a new devstack env to try and recreate that01:52
mriedemwe get quite a few bugs for people hitting problems after forking the code or making other changes, which always makes me question what they are actually hitting is just something they broke01:53
*** ljxiash has joined #openstack-nova01:53
gmannmriedem: yea, i will check if we have negative tests for that in tempest01:53
*** ljxiash has quit IRC01:54
gmannmriedem: but from schema it is clerar we do not allow non uuid01:54
gmanneven uuid format is checked explicitly (not relying on json schme lib) - https://github.com/openstack/nova/blob/master/nova/api/validation/validators.py#L7501:54
*** esberglu has joined #openstack-nova01:56
*** gjayavelu has quit IRC01:58
alex_xumriedem: gmann maybe it is due to a bug we have before https://review.openstack.org/#/c/288268/02:00
gmannalex_xu: ah, may be02:00
alex_xumriedem: gmann, emm, looks like no, that bug is for the null value02:00
gmannmriedem: you have bug link we can check02:01
alex_xugmann: here is https://bugs.launchpad.net/nova/+bug/164212502:01
openstackLaunchpad bug 1642125 in OpenStack Compute (nova) "Unexpected API Error? (unable to launch instance)" [Undecided,Invalid]02:01
gmannalex_xu: thanks02:01
*** bvanhav has quit IRC02:02
alex_xugmann: np02:02
mriedemweird, he replied with more details02:04
mriedemsays he tried passing the port uuid but still gets the 40402:04
mriedemonly thing i could think is if he's using different tenants or something, like maybe the port is owned by another user/project02:05
mriedemso his nova request can't find it02:05
mriedembut then how could he list the ports to find the uuid?02:05
*** tuanluong has joined #openstack-nova02:06
*** ducttape_ has quit IRC02:07
openstackgerritzhangyanxian proposed openstack/nova: Fix typo in image_meta.py & checks.py  https://review.openstack.org/39366402:09
alex_xuyea, neutron return 404 for port that is belong to the requester02:10
*** ljxiash has joined #openstack-nova02:12
alex_xumriedem: whether he is running legacy v2 mode of nova v2.1 API?02:12
*** Apoorva has quit IRC02:12
*** Apoorva has joined #openstack-nova02:13
alex_xuin legacy v2 mode, the schema will be skipped02:13
alex_xuno, the schema won't be skipped02:14
alex_xuonly allow the extra input in the legacy v2 mode02:14
mriedemhmm, i don't see a schema check for server create in legacy v202:16
mriedemi see this http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/legacy_v2/servers.py?h=13.0.0#n30802:16
mriedembut i'm not sure that would actually fail02:16
gmannyea for v2, it schema would not come inot pic02:17
mriedemhttp://git.openstack.org/cgit/openstack/nova/tree/nova/objects/network_request.py?h=13.0.0#n3002:17
*** Apoorva has quit IRC02:17
mriedemUUIDField didn't actually enforce uuids02:17
mriedemhttp://git.openstack.org/cgit/openstack/deb-oslo.versionedobjects/tree/oslo_versionedobjects/fields.py?h=1.5.0#n31802:18
*** siva_krish has quit IRC02:19
alex_xuyea, looks like no validation in the api layer also https://github.com/openstack/nova/blob/stable/mitaka/nova/api/openstack/compute/legacy_v2/servers.py#L30002:21
*** irenab has joined #openstack-nova02:21
*** annegentle has joined #openstack-nova02:22
*** ljxiash_ has joined #openstack-nova02:23
*** hoangcx has quit IRC02:23
*** ljxiash has quit IRC02:24
alex_xumriedem: no..."Unexpected API Error" is an error message of v2.102:26
alex_xuemm....weird02:26
*** irenab has quit IRC02:26
gmannalex_xu: mriedem from his nova log, it runs on v2 not v2.102:28
gmannand this - NoMatchingPlugin: The plugin v2.0password could not be found02:28
alex_xugmann: but the trace have some path like ""/usr/lib/python2.7/site-packages/nova/api/validation/__init__.py", that means he is calling JSON-schema?02:29
*** esberglu has quit IRC02:30
*** esberglu has joined #openstack-nova02:30
gmannalex_xu: thats from expected_errors decorator02:31
gmannalex_xu: and in mitaka we had v2 path directing on openstack_compute_api_v21_legacy_v2_compatible02:32
openstackgerritMaciej Szankin proposed openstack/nova: conf: remove deprecated cells driver option  https://review.openstack.org/39842502:32
alex_xugmann: legacy v2 model still will validate the input with json-schema02:32
gmannoh yea, only additional property is loosen02:33
alex_xugmann: yea02:34
alex_xustill weird....02:34
gmannalex_xu: did you see this - 2016-11-15 14:40:32.242 12542 INFO nova.osapi_compute.wsgi.server [req-675ca326-b641-4ede-98d7-147e81a2a528 c59d232cfb274b49a5e4cb3d730b120c bdf4deeb6a944b9f8b878242032a3007 - - -] 10.1.13.251 "POST /v2/bdf4deeb6a944b9f8b878242032a3007/servers/e736d645-7738-4119-8ffa-88e07c52bb2f/action HTTP/1.1" status: 200 len: 325 time: 0.079981102:34
gmannnova.osapi_compute.wsgi.server ?02:34
*** esberglu has quit IRC02:34
mriedemwell, don't spend too much time on it.02:36
alex_xugmann: probably legacy v2 mode attach to '/v2' endpoint I guess02:36
*** hongbin has joined #openstack-nova02:42
*** namnh has joined #openstack-nova02:43
*** kaisers_ has joined #openstack-nova02:44
openstackgerritZhenyu Zheng proposed openstack/nova-specs: Add whitelist for filter and sort query parameters for server list API  https://review.openstack.org/39320502:44
*** zz_dimtruck is now known as dimtruck02:44
*** nic has quit IRC02:45
gmannyea may be02:45
*** fragatin_ has joined #openstack-nova02:47
*** kaisers_ has quit IRC02:49
*** dave-mccowan has joined #openstack-nova02:49
*** ducttape_ has joined #openstack-nova02:50
*** fragatina has quit IRC02:50
*** ducttape_ has quit IRC02:51
*** ducttape_ has joined #openstack-nova02:51
*** fragatin_ has quit IRC02:51
*** tbachman has quit IRC02:55
*** fragatina has joined #openstack-nova02:57
*** fragatina has quit IRC02:58
openstackgerritAlex Xu proposed openstack/nova: Adds support for versioned schema validation for query parameters  https://review.openstack.org/38900302:58
*** kevin__ is now known as kevinz02:58
openstackgerritMatt Riedemann proposed openstack/nova-specs: Consistent query parameters validation  https://review.openstack.org/38851803:06
mriedemjohnthetubaguy: i'm +2 on ^ now03:06
mriedemnice work alex03:06
* mriedem heads to bed03:06
*** mriedem has quit IRC03:06
*** Jeffrey4l has quit IRC03:11
*** bkopilov has quit IRC03:14
*** unicell has quit IRC03:14
*** irenab has joined #openstack-nova03:16
*** gjayavelu has joined #openstack-nova03:18
*** tlian has quit IRC03:18
*** trisq has joined #openstack-nova03:20
*** irenab has quit IRC03:20
*** thorst_ has quit IRC03:24
*** fragatina has joined #openstack-nova03:24
openstackgerritChangBo Guo(gcb) proposed openstack/nova: conf: Remove deprecated service manager opts  https://review.openstack.org/31953203:24
*** thorst_ has joined #openstack-nova03:26
*** ijw has quit IRC03:27
*** ijw has joined #openstack-nova03:28
*** fragatina has quit IRC03:29
*** yuntongjin has quit IRC03:30
*** kaisers_ has joined #openstack-nova03:31
*** thorst_ has quit IRC03:32
*** ijw has quit IRC03:33
*** dave-mccowan has quit IRC03:33
*** armax has quit IRC03:34
*** kaisers_ has quit IRC03:35
*** tjones has joined #openstack-nova03:37
*** maestropandy has joined #openstack-nova03:38
*** maestropandy has left #openstack-nova03:39
*** gjayavelu has quit IRC03:39
*** gjayavelu has joined #openstack-nova03:42
*** armax has joined #openstack-nova03:49
*** armax has quit IRC03:49
*** jwcroppe has quit IRC03:54
openstackgerritZhenyu Zheng proposed openstack/nova: api-ref: verification for os-server-actions(1)  https://review.openstack.org/39823303:55
*** sree has quit IRC03:55
*** jwcroppe has joined #openstack-nova03:55
*** sree has joined #openstack-nova03:56
*** yonglihe has quit IRC03:56
*** sree has quit IRC04:00
*** yamahata has quit IRC04:01
*** annp has joined #openstack-nova04:06
*** psachin has joined #openstack-nova04:12
*** walharthi has quit IRC04:14
*** walharthi has joined #openstack-nova04:16
*** ljxiash_ has quit IRC04:18
*** ljxiash has joined #openstack-nova04:18
*** hongbin has quit IRC04:19
*** ljxiash has quit IRC04:23
*** hoangcx has joined #openstack-nova04:24
*** pbandark has joined #openstack-nova04:26
*** mrhillsman has quit IRC04:29
openstackgerritint32bit proposed openstack/nova: List support for force-completing a live migration in Feature support matrix  https://review.openstack.org/39787104:30
*** thorst_ has joined #openstack-nova04:30
*** ducttape_ has quit IRC04:31
*** ducttape_ has joined #openstack-nova04:31
*** codebauss has joined #openstack-nova04:33
*** bkopilov has joined #openstack-nova04:33
*** ducttape_ has quit IRC04:36
*** GB21 has joined #openstack-nova04:37
*** thorst_ has quit IRC04:38
*** codebauss is now known as mrhillsman04:38
*** nicolasbock has quit IRC04:40
*** tojuvone has joined #openstack-nova04:42
*** tojuvone_ has joined #openstack-nova04:42
*** tojuvone_ has quit IRC04:42
*** yuntongjin has joined #openstack-nova04:45
*** walharthi has quit IRC04:46
*** I has joined #openstack-nova04:55
*** I is now known as Guest2827204:55
*** lpetrut has joined #openstack-nova04:59
*** Guest28272 has quit IRC05:01
openstackgerritChangBo Guo(gcb) proposed openstack/nova: conf: Remove deprecated service manager opts  https://review.openstack.org/31953205:03
*** takashin has joined #openstack-nova05:03
*** armax has joined #openstack-nova05:04
*** cdelatte has quit IRC05:08
*** tjones has quit IRC05:08
*** irenab has joined #openstack-nova05:09
openstackgerritTakashi NATSUME proposed openstack/nova: Remove unused code in nova/api/openstack/wsgi.py  https://review.openstack.org/39648505:09
*** owalsh_ has quit IRC05:10
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Delete duplicate check when live-migrating  https://review.openstack.org/33705605:11
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Improve _is_booted_from_volume implementation  https://review.openstack.org/38202405:11
*** owalsh_ has joined #openstack-nova05:11
*** irenab has quit IRC05:14
*** novafire has quit IRC05:16
*** diga has joined #openstack-nova05:18
*** unicell has joined #openstack-nova05:23
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_metadata to Python 3  https://review.openstack.org/39875005:27
*** claudiub has joined #openstack-nova05:28
*** prateek has joined #openstack-nova05:35
*** ljxiash has joined #openstack-nova05:35
*** thorst_ has joined #openstack-nova05:36
*** mfeoktistov has joined #openstack-nova05:39
*** thorst_ has quit IRC05:43
*** walharthi has joined #openstack-nova05:46
*** kaisers_ has joined #openstack-nova05:47
*** yamahata has joined #openstack-nova05:47
*** fragatina has joined #openstack-nova05:47
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Delete duplicate check when live-migrating  https://review.openstack.org/33705605:48
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Improve _is_booted_from_volume implementation  https://review.openstack.org/38202405:48
*** yuntongjin has quit IRC05:50
*** amotoki has joined #openstack-nova05:51
*** takashin has left #openstack-nova05:51
*** kaisers_ has quit IRC05:51
*** fragatina has quit IRC05:52
*** moshele has joined #openstack-nova05:53
*** pbandark has quit IRC05:54
*** adisky has joined #openstack-nova05:54
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Simplify internal usage of get_instance_disk_info  https://review.openstack.org/33490105:56
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Remove unused disk_info parameter  https://review.openstack.org/38202505:56
*** pbandark has joined #openstack-nova05:56
*** int32bit has joined #openstack-nova05:57
*** owalsh_ has quit IRC06:00
*** nkrinner_afk is now known as nkrinner06:00
openstackgerritAlex Xu proposed openstack/nova: Use JSON-Schema to validate query parameters for keypairs API  https://review.openstack.org/39875506:00
*** owalsh_ has joined #openstack-nova06:00
*** lpetrut has quit IRC06:02
*** irenab has joined #openstack-nova06:03
*** sree has joined #openstack-nova06:06
*** yuntongjin has joined #openstack-nova06:06
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_metadata to Python 3  https://review.openstack.org/39875006:07
*** sree_ has joined #openstack-nova06:07
*** sree_ is now known as Guest9795806:07
*** irenab has quit IRC06:08
*** sree has quit IRC06:10
*** siva_krish has joined #openstack-nova06:10
*** siva_krish has quit IRC06:14
*** jaosorior has joined #openstack-nova06:14
*** dimtruck is now known as zz_dimtruck06:17
openstackgerritint32bit proposed openstack/nova: Fix mock arg list order in test_driver.py  https://review.openstack.org/39692406:20
*** int32bit has quit IRC06:20
*** haplo37_ has quit IRC06:20
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Change condition of root disk snapshot handling  https://review.openstack.org/38203006:24
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Remove backward compatibility checks for disk snapshots  https://review.openstack.org/38203106:24
*** esberglu has joined #openstack-nova06:25
*** belmoreira has joined #openstack-nova06:25
*** Sukhdev has joined #openstack-nova06:27
*** esberglu has quit IRC06:29
*** haplo37_ has joined #openstack-nova06:29
*** moshele has quit IRC06:30
*** esberglu has joined #openstack-nova06:30
*** moshele has joined #openstack-nova06:31
*** armax has quit IRC06:33
*** esberglu has quit IRC06:35
*** jaosorior has quit IRC06:41
*** jaosorior has joined #openstack-nova06:42
*** thorst_ has joined #openstack-nova06:42
*** hshiina has joined #openstack-nova06:48
*** ekuris has joined #openstack-nova06:48
*** thorst_ has quit IRC06:48
*** fragatina has joined #openstack-nova06:49
*** pbandark has quit IRC06:53
openstackgerritChangBo Guo(gcb) proposed openstack/nova: [PY3] byte/string conversions and enable PY3 test  https://review.openstack.org/33321206:53
*** fragatina has quit IRC06:54
*** pbandark has joined #openstack-nova06:58
*** irenab_ has joined #openstack-nova06:58
*** irenab_ has quit IRC07:02
*** owalsh_ has quit IRC07:02
*** annp has quit IRC07:03
*** namnh has quit IRC07:03
*** mjura has joined #openstack-nova07:13
*** mjura has quit IRC07:17
*** pcaruana has joined #openstack-nova07:18
*** esberglu has joined #openstack-nova07:20
*** Guest97958 has quit IRC07:22
*** andreas_s has joined #openstack-nova07:23
*** owalsh_ has joined #openstack-nova07:23
*** esberglu has quit IRC07:24
*** gjayavelu has quit IRC07:28
*** owalsh_ has quit IRC07:28
*** mjura has joined #openstack-nova07:29
*** gjayavelu has joined #openstack-nova07:31
*** sree has joined #openstack-nova07:33
*** oanson has joined #openstack-nova07:33
*** Sukhdev has quit IRC07:38
*** ratailor has joined #openstack-nova07:41
*** ljxiash has quit IRC07:41
*** annp has joined #openstack-nova07:42
*** rmart04 has joined #openstack-nova07:45
*** thorst_ has joined #openstack-nova07:45
*** kaisers_ has joined #openstack-nova07:48
*** irenab_ has joined #openstack-nova07:52
*** kaisers_ has quit IRC07:52
*** thorst_ has quit IRC07:53
*** paul-carlton2 has joined #openstack-nova07:53
*** markus_z has joined #openstack-nova07:55
*** irenab_ has quit IRC07:56
*** nkrinner is now known as nkrinner_trainin07:56
openstackgerritJohn Hua proposed openstack/nova: WIP: fix memory usage miscalculation  https://review.openstack.org/39485707:57
*** lpetrut has joined #openstack-nova08:00
openstackgerritMoshe Levi proposed openstack/nova: placement: adds REST API for nested providers  https://review.openstack.org/38480708:03
openstackgerritMoshe Levi proposed openstack/nova: placement: add get_all_by_root_provider_uuid()  https://review.openstack.org/37721508:03
openstackgerritMoshe Levi proposed openstack/nova: placement: update client to set parent provider  https://review.openstack.org/38569308:03
openstackgerritMoshe Levi proposed openstack/nova: placement: add nested resource providers  https://review.openstack.org/37713808:03
*** walharthi has quit IRC08:03
*** rmart04 has quit IRC08:06
*** nherciu has joined #openstack-nova08:09
*** ljxiash has joined #openstack-nova08:12
*** esberglu has joined #openstack-nova08:19
*** kaisers_ has joined #openstack-nova08:23
*** esberglu has quit IRC08:24
*** jroll has quit IRC08:27
*** rmart04 has joined #openstack-nova08:33
*** moshele has quit IRC08:34
*** moshele has joined #openstack-nova08:34
*** gmann has quit IRC08:37
*** matrohon has joined #openstack-nova08:38
*** gmann has joined #openstack-nova08:39
*** moshele has quit IRC08:39
*** jroll has joined #openstack-nova08:40
*** moshele has joined #openstack-nova08:41
*** moshele has quit IRC08:42
*** rama_y has quit IRC08:43
*** rama_y has joined #openstack-nova08:44
*** gouthamr has joined #openstack-nova08:45
*** lennyb has quit IRC08:45
*** irenab_ has joined #openstack-nova08:46
*** diga has quit IRC08:46
*** liverpooler has joined #openstack-nova08:46
kwathore_@all: if we need to give some time delay(seconds) after some operation, is there any decorator for it or we use just time.sleep() function??08:48
*** huanxie has quit IRC08:48
*** irenab_ has quit IRC08:50
*** thorst_ has joined #openstack-nova08:51
openstackgerritChangBo Guo(gcb) proposed openstack/nova: conf: Remove deprecated service manager opts  https://review.openstack.org/31953208:51
*** ralonsoh has joined #openstack-nova08:51
*** lennyb has joined #openstack-nova08:53
*** moshele has joined #openstack-nova08:53
openstackgerritHiroaki Kobayashi proposed openstack/nova: The reference to an attribute of dict object is wrong at _extend_servers() in nova/api/openstack/compute/security_groups.py. That causes an AttributeError: 'dict' object has no attribute 'XXX'  https://review.openstack.org/39885508:55
*** sree has quit IRC08:57
*** sree has joined #openstack-nova08:58
*** thorst_ has quit IRC08:58
*** lucas-afk is now known as lucasagomes08:59
openstackgerritLi Yingjun proposed openstack/nova: Notifications on flavor operations  https://review.openstack.org/39817108:59
*** zzzeek has quit IRC09:00
openstackgerritJohn Hua proposed openstack/nova: WIP: fix memory usage miscalculation  https://review.openstack.org/39485709:01
*** walharthi has joined #openstack-nova09:01
*** zzzeek has joined #openstack-nova09:01
*** sree has quit IRC09:02
openstackgerritHiroaki Kobayashi proposed openstack/nova: Test fails due to wrong reference to attributes of dict object  https://review.openstack.org/39885509:03
*** sree has joined #openstack-nova09:04
*** gouthamr has quit IRC09:05
*** volenbovsky has joined #openstack-nova09:05
*** jaosorior is now known as jaosorior_lunch09:08
*** diga has joined #openstack-nova09:11
*** fragatina has joined #openstack-nova09:12
*** zhs has quit IRC09:13
*** esberglu has joined #openstack-nova09:14
*** gouthamr has joined #openstack-nova09:15
openstackgerritAbhishek Kekane proposed openstack/nova: Use is_valid_cidr from oslo_utils  https://review.openstack.org/32037509:15
*** snikitin has joined #openstack-nova09:17
*** yamahata has quit IRC09:17
*** fragatina has quit IRC09:18
*** diga_ has joined #openstack-nova09:18
*** esberglu has quit IRC09:18
*** diga has quit IRC09:20
*** ociuhandu has joined #openstack-nova09:21
openstackgerritJohn Hua proposed openstack/nova: WIP: fix memory usage miscalculation  https://review.openstack.org/39485709:21
*** walharthi has quit IRC09:24
*** volenbovsky has quit IRC09:27
*** markus_z has quit IRC09:30
openstackgerritJohn Hua proposed openstack/nova: WIP: fix memory usage miscalculation  https://review.openstack.org/39485709:30
*** roeyc has joined #openstack-nova09:31
*** BobBall_AWOL is now known as BobBall09:34
*** yuntongjin has quit IRC09:34
*** yassine has joined #openstack-nova09:35
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Change condition of root disk snapshot handling  https://review.openstack.org/38203009:35
openstackgerritFeodor Tersin proposed openstack/nova: libvirt: Remove backward compatibility checks for disk snapshots  https://review.openstack.org/38203109:35
*** yassine is now known as Guest7868809:36
openstackgerritLee Yarwood proposed openstack/nova: Add a releasenote for bug#1633518  https://review.openstack.org/39621709:38
*** irenab_ has joined #openstack-nova09:40
*** jaosorior_lunch is now known as jaosorior09:43
*** markus_z has joined #openstack-nova09:44
*** irenab_ has quit IRC09:45
openstackgerritMikhail Feoktistov proposed openstack/nova: Rename PCS to Virtuozzo in error message  https://review.openstack.org/39833409:48
*** openstackgerrit has quit IRC09:48
*** openstackgerrit has joined #openstack-nova09:49
schegiamur: https://status.1net.berlin.strato.de/09:52
openstackgerritRong Han proposed openstack/nova: Modify the value of instance'root_gb when flavor'root_gb is 0  https://review.openstack.org/39889109:55
openstackgerritLee Yarwood proposed openstack/nova: DNM - encryptors: Switch to os-brick encryptor classes  https://review.openstack.org/39159709:55
*** betherly has quit IRC09:55
*** thorst_ has joined #openstack-nova09:56
openstackgerritRong Han proposed openstack/nova: Make hypervisor-servers support one host has multi-compute-nodes.  https://review.openstack.org/39866109:57
openstackgerritMoshe Levi proposed openstack/nova: Use available port binding constants  https://review.openstack.org/38783009:58
*** derekh has joined #openstack-nova09:59
*** thorst_ has quit IRC10:02
*** hfu has quit IRC10:03
*** arecknag has joined #openstack-nova10:04
*** GB21 has quit IRC10:05
*** esberglu has joined #openstack-nova10:09
*** sahid has joined #openstack-nova10:13
*** esberglu has quit IRC10:13
*** markus_z has quit IRC10:14
*** gjayavelu has quit IRC10:15
*** hoangcx has quit IRC10:17
*** hshiina has quit IRC10:19
*** zhs has joined #openstack-nova10:21
*** walharthi has joined #openstack-nova10:21
*** betherly has joined #openstack-nova10:21
*** eliqiao has quit IRC10:22
betherlyhi is someone around who can help me with installing devstack locally with a nova and novaclient patch? i am getting various errors when running ./stack.sh10:22
*** eliqiao has joined #openstack-nova10:22
betherlyincluding 'cannot stat '/opt/stack//nova/etc/nova/policy.json'10:22
*** sambetts|afk is now known as sambetts10:23
*** zhangyufei has quit IRC10:23
*** zhangyufei has joined #openstack-nova10:25
*** markus_z has joined #openstack-nova10:26
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_keypairs to Python 3  https://review.openstack.org/39890910:29
sahidjohnthetubaguy: hello, can i have your +2 here https://review.openstack.org/#/c/284094/, dansmith is waiting for your approval first10:30
*** zhangjl has quit IRC10:31
lyarwoodcan anyone point me at the config for gate-grenade-dsvm-ubuntu-xenial on stable/newton? The move to xenial is borking the stable/mitaka part of the upgrade as it wasn't supported by devstack back then.10:32
lyarwoods/upgrade/install/g10:33
openstackgerritGábor Antal proposed openstack/nova: Remove mox in nova/tests/unit/api/openstack/compute (1)  https://review.openstack.org/39891310:34
*** hieulq has quit IRC10:36
*** fragatina has joined #openstack-nova10:42
*** ociuhandu has quit IRC10:43
*** fragatina has quit IRC10:47
*** GB21 has joined #openstack-nova10:49
openstackgerritedan david proposed openstack/nova: User-controlled SR-IOV ports allocation  https://review.openstack.org/37415110:51
*** diga_ has quit IRC10:51
*** rfolco has joined #openstack-nova10:51
*** trisq has quit IRC10:52
*** gouthamr has quit IRC10:53
*** edand has joined #openstack-nova10:55
*** phuongnh has quit IRC10:58
openstackgerritGábor Antal proposed openstack/nova: Remove mox in nova/tests/unit/api/openstack/compute (1)  https://review.openstack.org/39891310:58
*** esberglu has joined #openstack-nova10:59
*** thorst_ has joined #openstack-nova11:01
*** esberglu has quit IRC11:03
*** nkrinner_trainin has quit IRC11:05
*** khamtamtun has joined #openstack-nova11:06
*** nkrinner_trainin has joined #openstack-nova11:07
*** fragatina has joined #openstack-nova11:07
*** thorst_ has quit IRC11:08
*** cdent has joined #openstack-nova11:12
*** fragatina has quit IRC11:12
*** khamtamtun has quit IRC11:12
*** ociuhandu has joined #openstack-nova11:14
*** kamtamtun has joined #openstack-nova11:14
*** snikitin_ has quit IRC11:19
*** andreaf has quit IRC11:26
*** andreaf has joined #openstack-nova11:26
*** irenab_ has joined #openstack-nova11:28
sahidthanks johnthetubaguy11:28
*** roeyc has quit IRC11:29
*** purplerbot has quit IRC11:29
*** purplerbot has joined #openstack-nova11:29
sahidjohnthetubaguy: btw if you can make that change merged https://review.openstack.org/#/c/373264/, we are working on some cleaning in that area11:29
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port ironic unit tests to Python 3  https://review.openstack.org/39894811:30
johnthetubaguystuck in spec land today I fear, but will try get to things with +2s already at somepoint today11:31
*** ljxiash has quit IRC11:31
*** ljxiash has joined #openstack-nova11:31
*** gouthamr has joined #openstack-nova11:32
*** irenab_ has quit IRC11:33
*** purplerbot has quit IRC11:34
*** purplerbot has joined #openstack-nova11:34
*** ratailor has quit IRC11:35
*** nicolasbock has joined #openstack-nova11:35
*** ljxiash has quit IRC11:36
*** andreaf has quit IRC11:36
*** andreaf has joined #openstack-nova11:36
openstackgerritPawel Koniszewski proposed openstack/nova: Convert live migration uri back to string  https://review.openstack.org/39895611:38
*** sree has quit IRC11:38
*** sree has joined #openstack-nova11:39
openstackgerritPaul Carlton proposed openstack/nova: Enabling detach root volume for shelved_offloaded  https://review.openstack.org/32689911:39
openstackgerritPaul Carlton proposed openstack/nova: Attach/detach root volume for shelved_offloaded  https://review.openstack.org/31744611:39
openstackgerritPaul Carlton proposed openstack/nova: Adding device_present field to bdm table  https://review.openstack.org/26805311:39
*** andreaf has quit IRC11:39
*** andreaf has joined #openstack-nova11:43
gcbjohnthetubaguy,  about python3  porting for Nova   https://etherpad.openstack.org/p/ocata-python-311:43
*** sree has quit IRC11:44
johnthetubaguygcb: hey11:44
gcbjohnthetubaguy,  do we have time to merge python 3 related codes in Ocata ?11:44
johnthetubaguygcb: the idea was to propose a sprint on that stuff for a few days, and get everything lined up to merge what we can11:45
gcbhaypo, talked with me in the summit , I can take over  his work of porting Python 311:45
johnthetubaguyso the blueprint is approved: https://blueprints.launchpad.net/nova/+spec/goal-python3511:45
*** kamtamtun has quit IRC11:45
johnthetubaguyI think we are best trying to arrange a few days to push on the code, to try avoid lots of merge conflicts11:46
johnthetubaguyits worked for other things in the past, that have lots of conflicts11:46
gcbjohnthetubaguy,  agree , I start to push the commits.11:46
johnthetubaguygcb: so until we agree the dates, there will be a lot of conflicts11:47
johnthetubaguybut I think we can get agreement on the direction of each patch, then try sprint on them together to reduce the conflicts11:47
*** gouthamr has quit IRC11:47
gcbgot it,  I will prepare all codes  then need your help to review .11:48
gcbreducing conflicts is good11:48
arecknaghi channel, our CI is blocked by a bug that is solved by this patch: https://review.openstack.org/#/c/395067/411:49
*** hfu has joined #openstack-nova11:49
arecknagit's sitting around since a couple of days, so if some people could take a look and vote on it that would help a lot11:49
*** kuzko has quit IRC11:51
*** gouthamr has joined #openstack-nova11:52
*** kamtamtun has joined #openstack-nova11:52
*** kuzko has joined #openstack-nova11:52
*** kamtamtun has quit IRC11:53
*** novafire has joined #openstack-nova11:53
gcbjohnthetubaguy,  thanks for your declaration, will contact you again once everything is ready11:54
johnthetubaguygcb: thanks for getting in touch11:55
*** aloga_ has joined #openstack-nova11:55
*** roeyc has joined #openstack-nova11:57
*** esberglu has joined #openstack-nova11:59
sfinucansahid, sean-k-mooney: Would appreciate your eyes on this doc patch to make sure I'm not saying anything daft :) https://review.openstack.org/#/c/39853012:00
*** Guest78688 has quit IRC12:02
*** mkoderer_ has joined #openstack-nova12:02
*** betherly has quit IRC12:03
*** tuanluong has quit IRC12:04
*** esberglu has quit IRC12:04
*** kamtamtun has joined #openstack-nova12:04
*** kamtamtun has quit IRC12:05
*** thorst_ has joined #openstack-nova12:06
*** gstepanov has quit IRC12:07
*** fragatina has joined #openstack-nova12:08
*** zhangyufei has quit IRC12:09
*** raildo has joined #openstack-nova12:09
*** thorst_ has quit IRC12:12
openstackgerritMoshe Levi proposed openstack/nova: placement: adds REST API for nested providers  https://review.openstack.org/38480712:13
openstackgerritMoshe Levi proposed openstack/nova: placement: update client to set parent provider  https://review.openstack.org/38569312:13
*** fragatina has quit IRC12:13
openstackgerritAlex Xu proposed openstack/nova: Remove the code related to EC2 API tags filter  https://review.openstack.org/39897012:16
*** annp has quit IRC12:17
*** karthiks has quit IRC12:18
*** kaisers__ has joined #openstack-nova12:18
*** kaisers_ has quit IRC12:20
*** mgoddard_ has joined #openstack-nova12:20
*** raildo has quit IRC12:20
*** mkoderer_ has quit IRC12:21
*** mkoderer_ has joined #openstack-nova12:21
*** bkopilov has quit IRC12:22
*** irenab_ has joined #openstack-nova12:22
*** mgoddard has quit IRC12:23
*** raildo has joined #openstack-nova12:26
*** mnestratov has joined #openstack-nova12:27
*** irenab_ has quit IRC12:27
openstackgerritChris Dent proposed openstack/nova: Add {get_,set_}aggregates to objects.ResourceProvider  https://review.openstack.org/35526312:28
cdentalex_xu: I _think_ that gets the integrity issue you pointed out12:28
openstackgerritChris Dent proposed openstack/nova: Implement get and set aggregates in the placement API  https://review.openstack.org/35799312:29
alex_xucdent: review the patch now12:29
cdentthanks!12:29
openstackgerritSergey Nikitin proposed openstack/nova: DO NOT MERGE  https://review.openstack.org/39897812:30
cdentI'm unsure how/if to test it12:30
alex_xuyea, i'm thinking about that also12:30
*** dave-mccowan has joined #openstack-nova12:31
*** karthiks has joined #openstack-nova12:33
*** rfolco has quit IRC12:36
*** walharthi has quit IRC12:37
*** rodrigods has quit IRC12:40
openstackgerritAlex Xu proposed openstack/nova: Remove the EC2 compatible API tags filter related codes  https://review.openstack.org/39897012:40
*** rodrigods has joined #openstack-nova12:40
*** prateek has quit IRC12:41
*** lucasagomes is now known as lucas-hungry12:42
*** catintheroof has joined #openstack-nova12:46
*** edmondsw has joined #openstack-nova12:48
*** karthiks has quit IRC12:49
*** rfolco has joined #openstack-nova12:50
*** markvoelker has quit IRC12:50
*** psachin has quit IRC12:50
*** thorst_ has joined #openstack-nova12:51
*** gouthamr has quit IRC12:52
*** aloga_ has quit IRC12:53
openstackgerritBhagyashri Shewale proposed openstack/nova: Return 400 when name is more than 200 characters  https://review.openstack.org/39899812:54
*** esberglu has joined #openstack-nova12:54
*** GB21 has quit IRC12:56
*** baoli has joined #openstack-nova12:57
*** mriedem has joined #openstack-nova12:57
*** esberglu has quit IRC12:58
openstackgerritMatthew Edmonds proposed openstack/nova: update policy UT fixtures  https://review.openstack.org/39861013:00
*** baoli has quit IRC13:01
*** yassine has joined #openstack-nova13:02
*** yassine is now known as Guest3777113:03
mriedemmikal: if you're around can you update the vendordatav2 spec a bit to clarify the part about storing the original user's roles and then passing those to the vendordata rest service? https://review.openstack.org/#/c/395959/13:03
*** baoli has joined #openstack-nova13:04
*** baoli_ has joined #openstack-nova13:05
openstackgerritClaudiu Belu proposed openstack/nova: hyper-v: wait for neutron vif plug events  https://review.openstack.org/39900113:05
*** ducttape_ has joined #openstack-nova13:06
*** karthiks has joined #openstack-nova13:06
mriedemclaudiub: nice13:06
claudiubmriedem: :D13:06
mriedemclaudiub: i know the hyperv ci is patching in that one tempest change to workaround that - can we make sure the hyperv ci doesn't patch tempest when testing ^?13:07
openstackgerritBhagyashri Shewale proposed openstack/nova: Handle maximum limit in schema for int and float type parameters  https://review.openstack.org/39900213:07
claudiubmriedem: hmm, yes, if we start a debug job13:08
*** baoli has quit IRC13:09
*** pradk has joined #openstack-nova13:09
*** rtheis has joined #openstack-nova13:09
*** victorhe has joined #openstack-nova13:13
*** lamt has joined #openstack-nova13:14
claudiubmriedem: started a debug run. will post the results on the patch when it finishes13:14
mriedemok13:15
*** sree has joined #openstack-nova13:15
claudiubmriedem: unrelated, during the summit, i've asked if we could add the implementation for nested virt in the hyper-v driver. From the etherpad, i can't tell if it can be a specless blueprint or not13:16
claudiubthe blueprint is here: https://blueprints.launchpad.net/nova/+spec/hyper-v-nested-virtualization13:16
*** irenab_ has joined #openstack-nova13:17
mriedemi think we said specless13:17
mriedemapproved the bp13:19
claudiub\o/13:20
*** sree has quit IRC13:20
*** irenab_ has quit IRC13:21
sahidsfinucan: done13:22
sahidsfinucan: basically i think you are not demonstrating the best pratice way to reserve hugepages for operators13:23
jrollmriedem: there's a review up for the hash ring thing in tooz, do you want an rfe/bug/something else for moving nova.hash_ring to use that instead?13:23
*** esberglu has joined #openstack-nova13:27
*** lucas-hungry is now known as lucasagomes13:28
openstackgerritAlvaro Lopez Garcia proposed openstack/nova: Ensure that periodic reclaim cleans DB deleted instances  https://review.openstack.org/32325013:28
*** gouthamr has joined #openstack-nova13:30
lyarwoodmriedem: Morning, I noticed a grenade failure on stable/newton this morning that I think you introduced with a project-congfig change yesterday https://review.openstack.org/#/c/398517/1/zuul/layout.yaml13:30
lyarwoodmriedem: Can you take a look at https://review.openstack.org/#/c/398920/ that reverts back to trusty for these stable/newton jobs?13:30
*** Jeffrey4l has joined #openstack-nova13:30
*** rtheis has quit IRC13:30
alogaany change that https://review.openstack.org/#/c/323250/ gets some love?  :-)13:30
alogas/change/chance/13:31
*** rtheis has joined #openstack-nova13:31
lyarwoodmriedem: sorry, http://logs.openstack.org/12/398812/1/check/gate-grenade-dsvm-ubuntu-xenial/d9300b7/logs/grenade.sh.txt.gz#_2016-11-17_08_42_15_961 is the example failure from stable/newton.13:34
*** ducttape_ has quit IRC13:34
*** hfu has quit IRC13:35
*** rtheis has quit IRC13:35
mriedemjohnthetubaguy: a few small things in https://review.openstack.org/#/c/393888/ but should be easy to address, and then i'm +213:36
johnthetubaguymriedem: OK, thanks, I will take a peak right now13:37
mriedemlyarwood: hmm, so that would be https://review.openstack.org/#/c/398517/1/zuul/layout.yaml@1822 i think13:38
mriedemwhich just says run that job on newton changes13:38
mriedemand newton changes should be xenial only anyway13:38
mriedemso i'm confued13:38
mriedem*confused13:38
lyarwoodmriedem: well the grenade job starts with a mitaka install that isn't supported by devstack on xenial13:40
*** annegentle has quit IRC13:40
lyarwoodmriedem: someone did try to add xenial to the tested distro list a while ago on stable/mitaka but it was blocked - https://review.openstack.org/#/c/316355/13:41
mriedemi'm not sure how that worked before then...13:42
lyarwoodlooks like it was using trusty in my older stbale/newton changes13:42
lyarwoodhttps://review.openstack.org/#/c/397106/ for example13:42
*** purplerbot has quit IRC13:43
sfinucanrandom question: any regular vim users here who know how to configure text wrapping to insert one space between sentences instead two?13:43
mriedemlyarwood: so maybe we just need to make https://review.openstack.org/#/c/398517/1/zuul/layout.yaml@1822 a stable/(mitaka|newton)?13:44
mriedemlyarwood: might need to ask clarkb13:44
mriedemjohnthetubaguy: would you be able to run the nova meeting in 15 minutes? i've gotta get my daughter ready for school and on the bus13:45
openstackgerritJohn Garbutt proposed openstack/nova-specs: Add spec to use Cinder's new attachment APIs  https://review.openstack.org/37320313:45
johnthetubaguymriedem: I can do, no worries13:45
*** purplerbot has joined #openstack-nova13:45
lyarwoodmriedem: yeah and -trusty instead of -xenial13:45
*** jheroux has joined #openstack-nova13:46
*** trisq has joined #openstack-nova13:47
*** eharney has quit IRC13:48
mriedemlyarwood: ah yeah you're right, we ran gate-grenade-dsvm-ubuntu-trusty on the stable/newton changes13:48
*** tlian has joined #openstack-nova13:48
mriedemas seen here https://review.openstack.org/#/c/379041/13:48
mriedemjohnthetubaguy: thanks, the meeting agenda should already be ready to go13:49
johnthetubaguymriedem: thanks, yeah, looks good to go13:50
*** markvoelker has joined #openstack-nova13:51
*** mrhillsman has quit IRC13:52
mriedemlyarwood: btw welcome to nova stable maint core13:54
*** rtheis has joined #openstack-nova13:54
*** takashin has joined #openstack-nova13:54
*** prateek has joined #openstack-nova13:55
*** bkopilov has joined #openstack-nova13:55
lyarwoodmriedem: well thanks, looking forward to +2'ing some config changes in ASAP ;)13:56
*** markvoelker has quit IRC13:56
*** walharthi has joined #openstack-nova13:56
mriedemdoh!13:56
mriedemwhat have i done13:56
lyarwoodtoo soon?13:56
mriedemyeah dude you have to wait at least 24 hours before abusing the system13:57
*** tblakes has joined #openstack-nova13:57
* lyarwood starts the clock13:57
*** diogogmt has quit IRC13:58
diana_clarkemriedem: If you're still okay with my simple tenant pagination spec, can I get your +2 back? It got lost in a re-spin. https://review.openstack.org/#/c/386771/14:02
*** codebauss has joined #openstack-nova14:02
*** codebauss is now known as mrhillsman14:03
mriedemdiana_clarke: yeah i need to get back on it later today when i'm in the office14:04
mriedemwould like dansmith to make another pass on it too14:04
diana_clarkemriedem: Cool, thanks. I may need to be offline for a bit today, but I'll try to respin based on any feedback.14:06
*** ralonsoh has quit IRC14:06
*** mgoddard_ has quit IRC14:06
*** mgoddard has joined #openstack-nova14:06
*** maestropandy has joined #openstack-nova14:08
openstackgerritPaul Carlton proposed openstack/nova: Attach/detach root volume for shelved_offloaded  https://review.openstack.org/31744614:08
*** maestropandy has left #openstack-nova14:09
sfinucansahid: Yup, I avoided boot time instructions as they're a little trickier to configure. Definitely more deterministic though, so updated now14:09
*** fragatina has joined #openstack-nova14:10
*** irenab has joined #openstack-nova14:11
*** eharney has joined #openstack-nova14:12
mriedemedleafe: cdent: let's make sure to update this when we add new microversions to the placement API https://github.com/openstack/nova/blob/master/nova/api/openstack/placement/rest_api_version_history.rst14:12
cdentmriedem: roger that14:12
edleafeack14:12
cdenti'll update the pending aggregates change14:12
*** hieulq has joined #openstack-nova14:13
*** oanson has quit IRC14:13
*** mdrabe has joined #openstack-nova14:15
*** fragatina has quit IRC14:15
*** irenab has quit IRC14:15
openstackgerritjichenjc proposed openstack/nova: Add handle for 2 exceptions in force_delete  https://review.openstack.org/39737314:15
bauzaslyarwood: mriedem: mmm, I don't remember having waited for 24 hours last time I got extra powers14:17
bauzaslyarwood: just deconnect and reconnect should work, no ?14:17
openstackgerritLucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations  https://review.openstack.org/27350414:18
sfinucanbauzas: I assume he was thinking more along the lines of https://goo.gl/5MVMsR :)14:23
sahiddansmith: you might want to ack https://review.openstack.org/#/c/284094/14:26
*** ducttape_ has joined #openstack-nova14:28
*** ducttape_ has quit IRC14:29
*** mriedem has quit IRC14:31
moshelecdent: hi, see my response for https://review.openstack.org/#/c/385693/14:31
cdentthanks moshele that makes sense14:32
openstackgerritGábor Antal proposed openstack/nova: Remove mox in unit/cells/test_cells_manager.py  https://review.openstack.org/39903614:33
cdentmoshele: I expected some people might be concerned but I think the extra call is fine. I just wanted to be clear on why it's there, and get it know. Thanks.14:34
openstackgerritGábor Antal proposed openstack/nova: Remove mox in unit/cells/test_cells_manager.py  https://review.openstack.org/39903614:34
*** sree has joined #openstack-nova14:35
*** mlavalle has joined #openstack-nova14:35
openstackgerritTakashi NATSUME proposed openstack/nova: Remove unused code in nova/api/openstack/wsgi.py  https://review.openstack.org/39648514:38
*** READ10 has joined #openstack-nova14:38
dansmithsahid: I *might*14:39
*** jaypipes has joined #openstack-nova14:39
*** tblakes has quit IRC14:40
moshelecdent: np14:40
*** cleong has joined #openstack-nova14:40
openstackgerritMoshe Levi proposed openstack/nova: placement: adds REST API for nested providers  https://review.openstack.org/38480714:41
openstackgerritMoshe Levi proposed openstack/nova: placement: add get_all_by_root_provider_uuid()  https://review.openstack.org/37721514:41
openstackgerritMoshe Levi proposed openstack/nova: placement: update client to set parent provider  https://review.openstack.org/38569314:41
openstackgerritMoshe Levi proposed openstack/nova: placement: add nested resource providers  https://review.openstack.org/37713814:41
*** jaosorior has quit IRC14:41
*** cdelatte has joined #openstack-nova14:44
alex_xujaypipes: appreciate if you can take a look at this spec https://review.openstack.org/393205 again when you have time, thanks in advance14:45
*** HoloIRCUser2 has joined #openstack-nova14:47
*** pbandark has quit IRC14:47
openstackgerritTakashi NATSUME proposed openstack/nova-specs: Abort Cold Migration  https://review.openstack.org/33473214:51
*** mriedem has joined #openstack-nova14:56
*** zenoway has joined #openstack-nova14:58
jaypipesalex_xu: done.14:58
alex_xujaypipes: thanks14:58
*** ducttape_ has joined #openstack-nova14:59
*** mgoddard_ has joined #openstack-nova15:01
*** takashin has left #openstack-nova15:02
mriedemlpetrut: small thing in https://review.openstack.org/#/c/273504/ - i'm looking for a better way to handle that module reloading in the test15:03
markus_zpkoniszewski: regarding l-m + serial console, I've seen you worked with sahid on that. Where can I help? I'd like to see bug 1455252 fixed.15:03
openstackbug 1455252 in OpenStack Compute (nova) "enabling serial console breaks live migration" [High,In progress] https://launchpad.net/bugs/1455252 - Assigned to sahid (sahid-ferdjaoui)15:03
mriedemalex_xu: i see you caught the wild jay game15:03
alex_xumriedem: heh :)15:03
pkoniszewskimarkus_z: we just need to fix backward compatibility issue there https://review.openstack.org/#/c/27580115:04
sahidmarkus_z: I need to address a comment here, but that sounds on a good way https://review.openstack.org/#/c/398389/15:04
*** mgoddard has quit IRC15:04
jaypipesmriedem: :(15:05
pkoniszewskiother fixes are smaller, so it shouldn't be a big deal15:05
pkoniszewskisahid: markus_z: ^15:05
*** irenab has joined #openstack-nova15:05
alex_xumriedem: johnthetubaguy, https://review.openstack.org/#/c/393205/6 got +1 from jaypipes, would you like to take a look at also15:05
mriedemjaypipes: alex was saying he needed to hunt for you all day.15:05
mriedemjaypipes: you are the most dangerous game15:05
markus_zsahid: Do you also take care about the comment from pkoniszewski in 275801 or should I patch that?15:06
sahidmarkus_z: i just noticed it15:07
markus_zIIUC, it's simply reverting the move of "verify_serial_console_is_disabled()", right?15:07
markus_zpkoniszewski: ^15:07
mriedemjohnthetubaguy: you can drop the -2 on this now https://review.openstack.org/#/c/206163/15:08
mriedemthe bp is approved15:08
*** hongbin has joined #openstack-nova15:08
pkoniszewskimarkus_z: right15:08
markus_zpkoniszewski: Within the conditional "if not listen_addrs" it's plainly a no-op, IIRC.15:09
*** tblakes has joined #openstack-nova15:09
markus_zWhich isn't good, but also not bad.15:09
sahidmarkus_z, pkoniszewski: wait I'm not sure it's something we should consider15:09
pkoniszewskimarkus_z: there is another patch to finnaly fix console checks - https://review.openstack.org/#/c/373264/15:09
*** irenab has quit IRC15:09
*** annegentle has joined #openstack-nova15:09
pkoniszewskii hope it will be merged before we start landing all serial console changes15:09
pkoniszewskisahid: we support live migraiton both ways, N->N-1 and N-1->N15:10
markus_zpkoniszewski: It's a conflicting change right now, should we rebase that?15:10
sahidpkoniszewski: i know that, the problem is your are removing a check which are less chance to be executed on this way15:10
sahidand failing is going to make scheduler to do an retry on an other host15:11
pkoniszewskisahid: we already reverted such change, because it broke backward compatibility - https://review.openstack.org/#/c/36873215:12
pkoniszewskiand here it comes again15:12
sahidhum it's kind of different15:13
pkoniszewskimarkus_z: it's your preference, i'm fine with both ways, just slightly prefer to have checks fixed at the first place15:13
markus_zpkoniszewski: yeah, having the checks fixed first makes sense.15:13
markus_zpkoniszewski: The intel nvf ci complain is a false negative I guess?15:14
pkoniszewskii think so, haven't found anything valid15:14
jaypipescdent, bauzas, edleafe: can you three do a hangout in 15 minutes please?15:14
bauzasjaypipes: possible15:15
markus_zThe recheck you triggered 8h ago didn't bring a result yet...15:15
markus_zI triggered a recheck again15:15
edleafejaypipes: yep15:15
pkoniszewskilet's see the result15:15
markus_zpkoniszewski: Do you see the possibility to get this change merged by tomorrow?15:16
pkoniszewskii think so, i'd also love to see all those issues around serial/graphic consoles fixed15:16
markus_zme too15:17
*** cdent_ has joined #openstack-nova15:18
*** rubasov has joined #openstack-nova15:18
markus_zpkoniszewski: sahid: I'm out-of-office tomorrow, I'll talk to you on Monday about this. Let's fix that thing.15:18
pkoniszewskisahid: my point is that if migrating from Ocata to Newton, condition if 'serial_listen_addr' not in dest_check_data always evaluates to True15:18
*** ekuris has quit IRC15:18
vladikrdansmith, any chance you could please look at the pf vlan tags spec again : https://review.openstack.org/#/c/381370/15:19
*** prateek has quit IRC15:19
pkoniszewskias Newton will never set serial_listen_addr during check_can_live_migrate_destination15:19
jaypipescdent: I know you can, because you have a regularly scheduled meeting with me :)15:20
sahidpkoniszewski: i understand your point15:20
*** cdent has quit IRC15:20
*** cdent_ is now known as cdent15:20
*** siva_krish has joined #openstack-nova15:20
sahidbut if we try to be reasonable, we are keeping for the current release something "broken" just because that is going to make scheduler attempting a retry if operator is migrating an instance from Ocata to Newton during an upgrade15:21
sahidpkoniszewski: ^15:21
jaypipesok, bauzas, cdent, edleafe: join here in around 10 minutes: https://hangouts.google.com/hangouts/_/mirantis.com/resource-providers15:21
sahidanyway, i'm on something else right now, let discuss that on the review15:21
pkoniszewskiyeah15:22
pkoniszewskiI need to go offline, so let'15:22
bauzasjaypipes: what's the topic to discuss ? nested ?15:22
pkoniszewskiso let's move our discussion back to review board15:22
cdentjaypipes: as if I ever show up to meetings15:22
sahidmarkus_z: ack, i hope to push new serie by tomorrow15:23
jaypipesbauzas, edleafe, cdent: agenda: a) quick checkup on r-p blueprints b) figure out remaining reviews needed on bauzas and cdent's get_all_by_filters() and aggregates series c) figure out remaining stuff on custom-resource-classes series d) finalize agreement on the GET vs. POST thing REST API for the scheduler -> placement call.15:24
openstackgerritBob Ball proposed openstack/nova: INFO level logging should be useful in resource tracker  https://review.openstack.org/39907315:24
jaypipesbauzas: not going to discuss nested at this time.15:24
bauzasjaypipes: roger this.15:24
edleafejaypipes: fine to not cover nested, but we should look at the current get_all_by_filters() in that light15:27
jaypipespkoniszewski: "We are breaking all live migrations from Ocata to Newton with enabled serial console15:27
jaypipespkoniszewski: did you mean from Newton to Ocata?15:27
openstackgerritLee Yarwood proposed openstack/nova: libvirt: Detach volumes from a domain before detaching any encryptors  https://review.openstack.org/39847915:27
openstackgerritBence Romsics proposed openstack/nova-specs: Expose trunk details over metadata API  https://review.openstack.org/39907615:28
rubasovhi15:29
*** arecknag has quit IRC15:29
*** trisq has quit IRC15:30
jaypipesmoshele: if you're up for it, I'd like to do a hangout with you (and others if interested) specifically on the nested resource providers work.15:30
rubasovjohn, matt: Do you maybe have some time to look at this? https://review.openstack.org/39907615:30
jaypipesmoshele: we can do that tomorrow morning my time if good for you?15:30
openstackgerritJim Rollenhagen proposed openstack/nova: Move to tooz hash ring implementation  https://review.openstack.org/39902215:31
moshelejaypipes: I can do it now but only for half an hour15:31
rubasovthis is a respin of exposing trunk details over metadata the way it was suggested to me on the summit, that is via os-server-external-events15:31
*** kfarr has joined #openstack-nova15:32
jaypipesmriedem, dansmith, alex_xu, bauzas: any chance https://review.openstack.org/#/c/394422/ can get some reviews? there is code already pushed for that which demonstrates the functionality. avolkov is the coder behind it.15:33
jaypipesmoshele: no, *tomorrow* morning :)15:33
jaypipesmoshele: can you do then? :)15:33
openstackgerritMaciej Szankin proposed openstack/nova: conf: added notifications group  https://review.openstack.org/39214515:34
moshelejaypipes:  ok :)15:34
*** siva_krish has quit IRC15:34
*** cdelatte has quit IRC15:35
dansmithjaypipes: I thought we decided we weren't going to pursue that on friday at summt?15:35
*** sree has quit IRC15:35
dansmithmelwitt: ?15:35
*** fragatina has joined #openstack-nova15:37
dansmithI guess that was HMT specifically, but I would think the argument applies to this as well, especially as we try to transition the quota code15:38
* dansmith shrugs15:38
tdurakovmriedem: https://review.openstack.org/#/c/347161/4 - left a comment, what do you think?15:40
macszjohnthetubaguy: markus_z raised valid question related to configs - should we mark commits with UgradeImpact tag in changes which move/rename config options - what do you think15:40
*** mariojv has joined #openstack-nova15:40
markus_zI honestly don't remember anymore :-/15:41
*** fragatina has quit IRC15:41
*** armax has joined #openstack-nova15:42
*** fragatina has joined #openstack-nova15:42
jaypipesdansmith: sec, on phoen15:42
mriedemtdurakov: so basically accept the request, and then fail on the compute and log an instance action fault?15:44
mriedemtdurakov: i don't love it froma UX perspective15:44
mriedemjaypipes: i already have about a half dozen other specs for things we actually want to get into ocata, so i probably won't get to that one15:44
*** diogogmt has joined #openstack-nova15:46
openstackgerritLee Yarwood proposed openstack/nova: libvirt: Detach volumes from a domain before detaching any encryptors  https://review.openstack.org/39847915:46
*** tbachman has joined #openstack-nova15:48
*** matrohon has quit IRC15:50
*** mgoddard has joined #openstack-nova15:50
*** mgoddard_ has quit IRC15:50
*** markvoelker has joined #openstack-nova15:52
tdurakovmriedem: we already  do things that way15:52
tdurakovmriedem: i.e. checks for resizing instance down15:53
mriedemtdurakov: it kind of sucks though15:53
tdurakovmriedem: It kind of nova paradigm, no?15:53
mriedemwhich is why we want capabilities15:53
markus_zmacsz: I have thought about the "upgradeimpact" again, having the reno file is good enough I think. I'll leave a comment on your change.15:53
mriedemtdurakov: NoValidHost is also a nova paradigm that we don't like :)15:53
tdurakovmriedem: ++15:53
tdurakovmriedem: it shadows original error usually15:54
markus_zI love the "NoValidHostFoundException". It helps me to determine who has launched OpenStack once :)15:54
tdurakovmriedem: the optimal solution imho, to store capabilities in db...15:54
*** zz_dimtruck is now known as dimtruck15:55
*** armax has quit IRC15:56
*** markvoelker has quit IRC15:57
macszmarkus_z: seems reasonable15:58
tdurakovmriedem: I left one more comment on that patch explaining my idea in more details15:58
*** paw has quit IRC15:59
rubasovmriedem: Hi, I tried to steal your attention for a minute for this: https://review.openstack.org/399076, maybe you haven't noticed it.16:00
*** mfeoktistov has quit IRC16:00
*** rama_y has quit IRC16:01
bauzasmriedem: dansmith: so we discussed with jaypipes, edleafe and cdent about https://review.openstack.org/#/c/385618/3/specs/ocata/approved/resource-providers-get-by-request.rst16:02
mriedemtdurakov: we could store the compute host capabilities in the db, i think at some point that's traits16:02
*** penick has joined #openstack-nova16:02
bauzasmriedem: dansmith: I don't want to rathole on the REST API format yet again, what I want is a green light saying "go, write the implementation, we approve your blueprint that touches a REST API"16:02
bauzasmriedem: dansmith: so I made a proposal in that spec, but I also clearly stated within the spec that the format could totally change16:03
mriedembauzas: i'd like to see the other guys' +1s on there too16:03
*** siva_krish has joined #openstack-nova16:03
mriedemsince i haven't been following the discussion there16:04
bauzasmriedem: there is no consensus yet16:04
mriedemoh16:04
bauzasmriedem: what I'm trying to achieve is a way to have the spec being merged so that we can continue to have that real important discussion on the patch rather16:04
dansmithbauzas: consensus that it will get hammered out in the code is consensus16:04
dansmithbauzas: and acking that seems reasonable16:04
mriedemyeah i'm fine with the problem statement and use case in the spec, and deferring impl details until poc code  is up16:05
bauzasmriedem: but I'm stuck with our process that says "if you have a BP that touches a REST API, then it needs a spec that has to be merged before the spec freeze"16:05
*** nkrinner_trainin is now known as nkrinner16:05
bauzasmriedem: dansmith: okay, so I'll provide no REST API details in that spec whatsover16:05
bauzaswhatsoever16:05
mriedembauzas: this is also a dependency for the scheduler filters in db sec right?16:05
mriedem*spec16:05
*** moshele has quit IRC16:05
bauzasmriedem: yup16:05
*** rmart04 has quit IRC16:05
mriedemthen it's going to get an exception for the spec freeze regardless b/c ^ is a priority for ocata16:06
edleafedansmith: the concern is just that we are detailing one approach in the spec, but planning on doing it differently in code16:06
dansmithbauzas: no, having one thing and saying it may change seems fine.. don't just exclude it all16:06
bauzasdansmith: okay, so I made a very important disclaimer in that16:06
bauzasin that sense16:06
dansmithbauzas: right seems fine16:06
dansmithedleafe: I know16:06
dansmithedleafe: the disclaimer is there and visible16:06
rubasovmriedem: sorry, was that an answer to me?16:07
dansmithedleafe: so you should ack the spec (if you're okay with deferring) and make it clear you're good with hammering it out in the code16:07
*** amotoki has quit IRC16:07
edleafedansmith: ok, that's fair16:07
bauzasedleafe: I mentioned also the fact that the HTTP method could be different16:07
*** armax has joined #openstack-nova16:07
bauzasedleafe: so, it leaves the POST vs. GET discussion totally possible during the implementation16:07
bauzasand people should not feel constrainted to only consider POST if we merge the above16:08
mriedemrubasov: no it wasn't16:08
rubasovoh okay16:08
mriedemrubasov: as a start, maybe get jenkins to not have a -1 on your spec16:09
johnthetubaguymarkus_z: macsz: I had always assumed reno replaced that tag, but I hadn't thought about that properly I guess16:10
*** pcaruana has quit IRC16:10
*** ayoung has quit IRC16:10
*** ducttape_ has quit IRC16:10
bauzasjohnthetubaguy: which tag ?16:10
johnthetubaguyUpgradeImpact16:10
bauzasI made a doc on the use of that tag, sec16:11
siva_krishtdurakov: I have few questions in reproducing the bug https://bugs.launchpad.net/nova/+bug/1605016.16:11
openstackLaunchpad bug 1605016 in OpenStack Compute (nova) "Post copy live migration interrupts network connectivity" [High,Confirmed] - Assigned to Sarafraj Singh (sarafraj-singh)16:11
tdurakovsiva_krish: hi, sure16:11
bauzasjohnthetubaguy: markus_z: macsz: http://docs.openstack.org/developer/nova/code-review.html#when-a-release-note-is-needed16:11
bauzasUpgradeImpact => "A configuration option change (deprecation, removal or modified default)"16:12
rubasovabsolutely, sorry for that, my reason to ask is that we had a discussion about this with Armando and John on the summit, but then I went on vacation and now as I got back to work, I realized the nova spec freeze is already happening16:12
johnthetubaguybauzas: hmm, both seems a bit overkill though16:12
siva_krishtdurakov: In order to enable post copy live migration 1.3.3 libvirt version is needed. Currently ubuntu 16.10 is the only OS to have it. Is there any workaround to install it in ubuntu 14.0.4 ?16:12
bauzasjohnthetubaguy: deprecation is incorrect, I agree16:12
rubasovand what I'd like to ask if something like this could still happen in Ocata or not16:13
bauzasjohnthetubaguy: but removing a conf flag needs an upgrade note16:13
tdurakovsiva_krish: I'm not sure about installing libvirt 1.3.3 on Ubuntu 14.0416:13
johnthetubaguybauzas: I don't mean upgrade reno note, I mean having the UpgradeImpact tag, and a reno note, folks look at release notes for the upgrade impact, not the git commit messages16:13
openstackgerritLi Yingjun proposed openstack/nova: Notifications on flavor operations  https://review.openstack.org/39817116:13
bauzasjohnthetubaguy: oh that ? yeah16:14
bauzasjohnthetubaguy: I think the consensus was to forget the UpgradeImpact tag16:14
johnthetubaguybauzas: cool, makes sense16:14
bauzasnow that we have reno16:14
johnthetubaguyyeah, thats what I was saying16:15
bauzasbecause that tag was only useful for reviewing what was merged and write the relnotes16:15
sahiddansmith: so, you *did*16:15
siva_krishtdurakov: Can you please let me know how is post-copy generally tested ?16:15
johnthetubaguymarkus_z: macsz: ^16:15
bauzasjohnthetubaguy: sorry if I confused you16:15
dansmithsahid: I may or may not have16:15
*** fragatina has quit IRC16:15
markus_zjohnthetubaguy: yep thanks, I was unsure if the tag was used otherwise, but this is clear now. Thanks bauzas16:15
tdurakovsiva_krish: I think you could try ppa16:15
tdurakovsiva_krish: or latest ubuntu16:15
sahidanyway, thanks16:15
*** zzelle has joined #openstack-nova16:16
*** mjura has quit IRC16:16
siva_krishtdurakov: thanks :)16:17
mriedemrubasov: if you're asking me, i think the answer is no for ocata if you want me to be honest16:19
mriedemrubasov: we're way overloaded for things in ocata already16:19
mriedemand will be having a hard time even getting our priorities done16:19
rubasovmriedem: yes, that's what I was asking for, thanks for being honest16:20
rubasovmriedem: anyway I am getting off the -1 and let's go for pike then16:20
mriedemrubasov: cool, thanks for understanding16:21
*** andreas_s has quit IRC16:21
rubasovmriedem: thanks for you time16:21
raj_singhmriedem: mdbooth regarding http://lists.openstack.org/pipermail/openstack-dev/2016-September/104617.html, is there a consensus within community on the approach to persist server settings in nova?16:21
mriedemraj_singh: no16:22
mriedemfuture work, not for ocata16:22
raj_singhmriedem: ok. but approach seems sane enough to go to that direction?16:22
*** gouthamr has quit IRC16:23
*** edand has quit IRC16:24
*** HoloIRCUser2 has quit IRC16:25
openstackgerritGleb Stepanov proposed openstack/nova-specs: Add offset to console log  https://review.openstack.org/39002716:26
*** liverpooler has quit IRC16:27
*** baoli_ has quit IRC16:28
*** slaweq_ has quit IRC16:28
cdentjaypipes, bauzas: edleafe and I done with api-wg meeting, shall we reconvene?16:29
edleafecdent: ok with me.16:29
cdenthttps://hangouts.google.com/hangouts/_/mirantis.com/resource-providers16:30
*** fragatina has joined #openstack-nova16:30
mriedemraj_singh: mdbooth said at the summit he needed to think through it more, but it's not a thing to waste time thinking about in ocata16:30
openstackgerritBence Romsics proposed openstack/nova-specs: Expose trunk details over metadata API  https://review.openstack.org/39907616:30
*** penick has quit IRC16:30
*** slaweq_ has joined #openstack-nova16:30
raj_singhmriedem: alright. Thx16:30
*** nkrinner is now known as nkrinner_afk16:32
*** rrecio has joined #openstack-nova16:32
*** penick has joined #openstack-nova16:32
macszcdent, jaypipes: i heard that you have placement-related hangouts - can I join and just listen n the background next time? I am interested in doing some more work in this field, and I hope this would give me some more knowledge on this, i think that pumaranikar would be interested as well16:32
lpetrutmriedem: thanks again for all the reviews on this patch. I'm just going to set that attribute in the constructor, as you've suggested.16:33
cdentmacsz: the plan is for them to be a regular thing, but they haven't been16:33
*** zhs_ has joined #openstack-nova16:34
*** belmoreira has quit IRC16:35
*** rrecio_ has joined #openstack-nova16:36
*** yamahata has joined #openstack-nova16:36
BobBalljohnthetubaguy: Do you know why glance plugin (utils.py) uses subprocesses to run tar rather than using tarfile?16:36
*** paw has joined #openstack-nova16:36
openstackgerritLucian Petrut proposed openstack/nova: HyperV: use os-brick for volume related operations  https://review.openstack.org/27350416:36
*** rrecio has quit IRC16:36
mriedemlpetrut: cool16:36
*** gjayavelu has joined #openstack-nova16:36
mriedemthen i should be +2 on that beast16:36
*** zhs has quit IRC16:37
*** mdrabe has quit IRC16:39
*** gcb has quit IRC16:40
cdentmacsz: in any case, I'm sure you'd be welcome and welcomed16:41
johnthetubaguyBobBall: I am not sure I know why actually, I had assumed it wasn't around in 2.4, but it was16:41
*** fragatina has quit IRC16:41
*** gcb has joined #openstack-nova16:41
macszcdent: thanks, appreciate it :)16:42
cdentjaypipes, bauzas: we've dropped, ping me and edleafe when you are around16:43
bauzascdent: I was focusing on another stuff, but I can join in like 516:44
BobBalljohnthetubaguy: There are a few things I'd like to do - 1) support non-xen VHDs and 2) support LVM SRs.  They both can easily be done in the glance plugin using tarfile then streaming to the vdi-import http method, but I'm not yet sold on if it'd be better to preserve the existing behaviour for ext3 SRs with xen-created VHDs or get rid of the external process16:44
cdentbauzas: cool, but I guess we need jaypipes as he had the agenda16:44
*** mdrabe has joined #openstack-nova16:44
*** lpetrut has quit IRC16:44
bauzascdent: I have a limited availability till around 1700UTC and then I'll need to bail out until 2000UTC-ish16:45
johnthetubaguyBobBall: so the VDI chains in glance are invalid, if that helps?16:45
BobBalljohnthetubaguy: What do you mean they are invalid?16:45
johnthetubaguyBobBall: they are all renamed to 0, 1, etc, and the VHD header info is not corrected for that16:46
BobBallTrue; but the header *is* corrected on import for the children VHDs16:46
*** cdent_ has joined #openstack-nova16:46
johnthetubaguyright, but they are all in a single tar, lots of unrelated VHDs with missing parents16:47
BobBallyup16:47
johnthetubaguyif the import http method works with that, you should be OK16:47
BobBallPoint taken.  It may not.  It would depend on the order of the VHD files within the tar archive.  The base would need to be first (i.e. 0.vhd) rather than a child being first.16:48
johnthetubaguyyeah, I don't remember how the ordering is done16:48
*** cdent has quit IRC16:48
BobBallI think it's reverse (we did look into this at one point) - i.e. children come first16:49
johnthetubaguyI suspect it starts at the leaf and follows the parent pointers16:49
johnthetubaguyand just iterates until no more parents16:49
*** cdent has joined #openstack-nova16:49
johnthetubaguyyeah, that would fit16:50
johnthetubaguyBobBall: anyways, probably worth getting all new deploys over to the new system16:50
*** rama_y has joined #openstack-nova16:51
BobBallActually, it doesn't quite work like that - we start at the base and iterate to the leaf over the UUIDs and create hard links; we then use tar to just tar everything together; so it depends on the order the 'tar' command choses to use.16:51
BobBallBut yes; we can easily fix upload so it pushes up something sensible.16:52
*** cdent_ has quit IRC16:52
BobBallInfact one thing I want to do is fix upload so it just puts a single VHD in the tgz - which we can do trivially with the streaming approach16:52
*** penick has quit IRC16:52
BobBallThe great benefit of that is we don't care what the garbage collector is doing - coalescing wise - because we just export from the leaf.16:53
openstackgerritMatt Riedemann proposed openstack/nova: Revert "Make n-net refuse to start unless using CellsV1"  https://review.openstack.org/39913216:53
openstackgerritMatt Riedemann proposed openstack/nova: Log a warning when starting nova-net in non-cellsv1 deployments  https://review.openstack.org/39913316:53
mriedemdansmith: melwitt: ^16:53
*** edand has joined #openstack-nova16:54
dansmithmriedem: I can just double approve that under our fast revert policy can't I?16:54
dansmithkinda stretching it, but.. seems fine16:54
mriedemyeah16:54
*** ducttape_ has joined #openstack-nova16:55
*** derekh has quit IRC16:55
*** browne has joined #openstack-nova16:55
gibijohnthetubaguy, mriedem: I filed the bp for the searchlight related additional notification fields: https://blueprints.launchpad.net/nova/+spec/additional-notification-fields-for-searchlight16:59
mriedemgibi: ok i'll take a look16:59
claudiubmriedem: debug job done: all green: http://64.119.130.115/debug/nova/399001/1/17-11-2016_15-35/16:59
*** penick has joined #openstack-nova17:00
johnthetubaguyBobBall: yep, agreed with all those, given the new APIs XenServer now has, remember reading through the first versions of those when I was still at citrix17:01
mriedemclaudiub: lgtm17:05
pkholkinmriedem: hey Matt, will you review this)? https://review.openstack.org/#/c/38191217:06
* mriedem hides17:06
gibimriedem: thanks, I have to run, but I can check/update the bp tomorrow if it is needed17:07
pkholkin)17:07
pkholkinI hope this will be merged, I've got the most part of implementation already17:07
openstackgerritGergely Csatari proposed openstack/nova: Checking the parameters of servers-actions.inc  https://review.openstack.org/32711217:08
*** ayoung has joined #openstack-nova17:10
*** zenoway has quit IRC17:10
*** zenoway has joined #openstack-nova17:11
*** tjones has joined #openstack-nova17:11
*** markus_z has quit IRC17:12
*** lpetrut has joined #openstack-nova17:12
openstackgerritSujitha proposed openstack/nova: Improve help text for libvirt options  https://review.openstack.org/37272217:13
openstackgerritPaul Carlton proposed openstack/nova: Enabling detach root volume for shelved_offloaded  https://review.openstack.org/32689917:14
openstackgerritPaul Carlton proposed openstack/nova: Attach/detach root volume for shelved_offloaded  https://review.openstack.org/31744617:14
openstackgerritPaul Carlton proposed openstack/nova: Adding device_present field to bdm table  https://review.openstack.org/26805317:14
*** zenoway has quit IRC17:15
jaypipesjaypipes, bauzas, edleafe: so sorry guys. back now. did we make any progress?17:15
*** nic has joined #openstack-nova17:18
*** fragatina has joined #openstack-nova17:19
*** migi is now known as migi_afk17:25
*** migi_afk is now known as migi17:25
*** lpetrut has quit IRC17:26
*** ducttape_ has quit IRC17:27
*** ducttape_ has joined #openstack-nova17:27
*** annegentle has quit IRC17:28
*** paul-carlton2 has quit IRC17:28
cdentjaypipes: when edleafe and I were done with the api-wg we got back on the phone but without you and bauzas, and especially without the list of thing you apparently had to discuss we didn't make any motion, other than to agree to keep on truckin17:28
*** zzelle has quit IRC17:28
*** annegentle has joined #openstack-nova17:29
*** fragatina has quit IRC17:29
*** jamesdenton has joined #openstack-nova17:29
*** fragatina has joined #openstack-nova17:30
*** cdent has quit IRC17:33
*** cdent has joined #openstack-nova17:34
*** lucasagomes is now known as lucas-afk17:35
*** Guest37771 has quit IRC17:37
jaypipescdent: ok.17:38
openstackgerritDaniel Berrange proposed openstack/nova: console: introduce basic framework for security proxying  https://review.openstack.org/34539617:38
openstackgerritDaniel Berrange proposed openstack/nova: console: introduce framework for RFB authentication  https://review.openstack.org/34539717:38
openstackgerritDaniel Berrange proposed openstack/nova: console: introduce the VeNCrypt RFB authentication scheme  https://review.openstack.org/34539817:38
openstackgerritDaniel Berrange proposed openstack/nova: console: provide an RFB security proxy implementation  https://review.openstack.org/34539917:38
openstackgerritChris Dent proposed openstack/nova: Add {get_,set_}aggregates to objects.ResourceProvider  https://review.openstack.org/35526317:38
openstackgerritChris Dent proposed openstack/nova: Implement get and set aggregates in the placement API  https://review.openstack.org/35799317:38
openstackgerritJay Pipes proposed openstack/nova-specs: Resource providers: custom resource classes  https://review.openstack.org/31269617:39
*** sahid has quit IRC17:40
*** unicell has quit IRC17:41
*** yamahata has quit IRC17:43
mriedemwtf, so this looks bad http://logs.openstack.org/00/398800/1/gate/gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial/a387fb0/logs/screen-n-cpu.txt.gz?level=TRACE#_2016-11-17_11_29_10_96517:45
*** ihrachys has joined #openstack-nova17:46
*** baoli has joined #openstack-nova17:46
*** Zer0Byte__ has joined #openstack-nova17:46
jaypipesmriedem: uh, yeah, that looks very bad.17:48
mriedemnew regression as of yesterday17:48
*** paw has quit IRC17:49
* jaypipes wonders how that could have passed gating. :(17:49
dansmithmriedem: 41591c9456fd4eb91407551b9b9898e8f497405017:49
mriedemyup17:49
mriedemhttps://review.openstack.org/#/c/209362/17:49
mriedemshit17:49
mriedemthat got into o-1 too17:50
jaypipesdansmith: "TrivialFix".17:50
dansmithmriedem: I'll fix17:50
dansmithmriedem: got bug?17:50
mriedemdansmith: https://bugs.launchpad.net/nova/+bug/164268117:50
openstackLaunchpad bug 1642681 in OpenStack Compute (nova) "_process_instance_vif_deleted_event fails with "TypeError: detach_interface() takes exactly 4 arguments (3 given)"" [Undecided,New]17:50
mriedemyou know it17:50
*** edand has quit IRC17:51
*** sambetts is now known as sambetts|afk17:51
mriedemok, back to the other whale i was chasing...17:51
openstackgerritDan Smith proposed openstack/nova: Fix detach_interface() call from external event handler  https://review.openstack.org/39915517:54
dansmithmriedem: ^, just running tests locally now though17:54
*** ihrachys has quit IRC17:55
*** _ducttape_ has joined #openstack-nova17:55
*** ayoung has quit IRC17:55
*** tbachman has quit IRC17:55
*** tbachman has joined #openstack-nova17:56
*** tbachman has left #openstack-nova17:56
*** tbachman has joined #openstack-nova17:57
openstackgerritAlex Szarka proposed openstack/nova: Transform instance.rebuild notification  https://review.openstack.org/38492217:57
openstackgerritAlex Szarka proposed openstack/nova: Transform instance.rebuild.error notification  https://review.openstack.org/39662117:58
melwittjaypipes: on the hierarchical quota driver thing, I have heard the cinder team mention more than once that the implementation they have of it has enough problems that they don't recommend anyone else implement nested quota until they're resolved17:58
*** ducttape_ has quit IRC17:58
melwittjaypipes: and my opinion is we should at least talk to the cinder team to find out what the problems are or if they are still problems before going forward ourselves17:59
*** thorst_ has quit IRC17:59
*** thorst_ has joined #openstack-nova18:00
*** Apoorva has joined #openstack-nova18:00
jaypipesmelwitt: avolkov is the one who is working with mdulko from Cinder team and addressing the issues they had in Cinder nested quota driver (mostly around getting adminstrative creds)18:01
jaypipesmelwitt: so, he understands where some of the challenges were.18:01
*** ijw has joined #openstack-nova18:02
*** browne has quit IRC18:02
jaypipesmelwitt: that said, I understand it's not a priority. we can make forward progress on proving out that PoC code and performance testing it.18:02
mriedemmelwitt: here is a fun little ceph bug you can hack on https://bugs.launchpad.net/nova/+bug/1642689 :)18:03
openstackLaunchpad bug 1642689 in OpenStack Compute (nova) "ceph: volume detach fails with "libvirtError: operation failed: disk vdb not found"" [Medium,Triaged]18:03
jaypipesmelwitt: and perhaps also make some forward progress on the keystone side.18:03
melwittjaypipes: okay, that's good to hear. last time I said the same thing no one said they were in touch with cinder on the existing issues18:04
mriedemseems like an easyish fix - we're in a wait loop for the device to be gone from the guest on detach, and we get an unhandled 'device not found' error from libvirt - we should handle that and just exit the loop18:04
*** gjayavelu has quit IRC18:04
mriedemas that's essentially what we're waiting for anyway18:04
*** fragatin_ has joined #openstack-nova18:04
mriedemlyarwood: you like libvirt + volumes too ^18:04
mriedemwe've had similar things with interface detach18:05
melwittjaypipes: the only other concerning thing is this cycle for cells v2 we plan to count resources instead of use quota_usages for counts, so that may clash with other quota work18:06
melwittmriedem: I'll take a look at the ceph bug18:06
*** markvoelker has joined #openstack-nova18:07
mriedemthanks18:07
openstackgerritDan Smith proposed openstack/nova: Fix detach_interface() call from external event handler  https://review.openstack.org/39915518:07
*** Swami has joined #openstack-nova18:07
*** fragatina has quit IRC18:07
*** roeyc has quit IRC18:08
mriedemi'll tackle this lunch issue18:08
melwitt:)18:09
mriedembtw, ceph + volume backup is pretty gd jacked18:10
mriedemthe majority of the failures in the ceph job here http://status.openstack.org//elastic-recheck/data/integrated_gate.html18:10
mriedemare due to c-backup in the ceph job blowing up18:10
mriedemwhich is reported in https://bugs.launchpad.net/cinder/+bug/164267618:10
openstackLaunchpad bug 1642676 in Cinder "cinder-backup service randomly dies in ceph jobs" [Undecided,Confirmed]18:11
mriedemjdurgin: ^18:11
melwittthe service dies altogether? yikes18:11
*** jwcroppe has quit IRC18:12
jaypipesmelwitt: understood.18:14
*** unicell has joined #openstack-nova18:15
openstackgerritEd Leafe proposed openstack/nova: Add a retry loop to ResourceClass creation  https://review.openstack.org/39917018:17
edleafejaypipes: ^^18:17
openstackgerritJohn Garbutt proposed openstack/nova-specs: Add prep-for-network-aware-scheduling-ocata spec  https://review.openstack.org/39388818:20
*** yamahata has joined #openstack-nova18:20
johnthetubaguymriedem: sorry, kept getting diverted, but updated that spec now: https://review.openstack.org/39388818:20
*** ayoung has joined #openstack-nova18:21
jaypipesedleafe: reviewed.18:24
harlowjamriedem have u seen http://logs.openstack.org/periodic/periodic-nova-py27-with-oslo-master/bdf68e8/console.html#_2016-11-17_06_13_53_362194 ?18:24
mriedemharlowja: nope18:24
edleafejaypipes: huh, I got something different. Must have picked the wrong day to stop smoking crack.18:25
harlowjamriedem kk, think i see why18:25
edleafelemme dig in some more18:25
jaypipesedleafe: what did you get?18:25
*** irenab has joined #openstack-nova18:25
edleafejaypipes: don't remember - it was when I started this yesterday18:26
edleafehence the re-digging18:26
*** thorst_ has quit IRC18:26
*** thorst_ has joined #openstack-nova18:26
mriedemjroll: what was the ironic spec that would allow us to no longer care about the macs on the host when booting an instance and allocating networking?18:26
edleafejaypipes: one other thing - I separated the test clases for ResouceClassList and ResourceClass in that patch. Does that cross the "one-thing-per-patch" line?18:27
mriedemjroll: this? https://blueprints.launchpad.net/nova/+spec/ironic-plug-unplug-vifs-update18:27
openstackgerritJay Pipes proposed openstack/nova: placement: implement ResourceClass.create()  https://review.openstack.org/38684418:28
openstackgerritJay Pipes proposed openstack/nova: placement: REST API for resource classes  https://review.openstack.org/39195918:28
openstackgerritJay Pipes proposed openstack/nova: placement: adds ResourceClass.get_by_name()  https://review.openstack.org/39191718:28
openstackgerritJay Pipes proposed openstack/nova: placement: implement destroy() resource class  https://review.openstack.org/39191818:28
jaypipesedleafe: you will want to rebase your retry patch on updated revision of 391959.18:28
jaypipesedleafe: just pushed above with fixes from mriedem's review comments.18:28
edleafejaypipes: sure thing18:28
mriedemyup will hit that after lunch18:29
jaypipesedleafe: no, separating those two test case classes is fine by me.18:29
*** irenab has quit IRC18:29
jaypipesedleafe: mysql> INSERT INTO resource_classes VALUES (10001, 'IRON_NFV');18:31
jaypipesERROR 1062 (23000): Duplicate entry '10001' for key 'PRIMARY'18:31
jaypipesmysql> INSERT INTO resource_classes VALUES (10002, 'IRON_NFV');18:31
jaypipesERROR 1062 (23000): Duplicate entry 'IRON_NFV' for key 'uix_resource_classes0name'18:31
jaypipesedleafe: the error coming back from MySQL is the same (just shows a different key being violated)18:31
jaypipesedleafe: so I think we'll need to look for the name of the key being violated to tell whether it's the integer ID that races or whether it's a name violation.18:32
mriedemdansmith: you should probably be the +W on this https://review.openstack.org/#/c/393888/18:32
dansmithmriedem: but I dun wannah18:32
mriedemdansmith: but it's partly your baby,18:33
mriedemconceived through johnthetubaguy's body18:33
*** _ducttape_ has quit IRC18:33
mriedemwell, i guess technically you conceived it, john delivered it18:33
*** ducttape_ has joined #openstack-nova18:33
mriedemeither way you owe child support18:33
*** ducttape_ has quit IRC18:33
johnthetubaguywow, that got weird quickly, lol18:34
dansmithhaha18:34
*** ducttape_ has joined #openstack-nova18:34
edleafejaypipes: hmmm... the message is different in sqlite18:34
edleafejaypipes: let me figure something out18:34
jaypipesedleafe: yup, it will be :)18:34
*** annegentle has quit IRC18:34
openstackgerritAlex Szarka proposed openstack/nova: Transform instance.rebuild.error notification  https://review.openstack.org/39662118:35
*** lpetrut has joined #openstack-nova18:36
jrollmriedem: yes, that is the one18:37
*** gjayavelu has joined #openstack-nova18:37
mriedemjroll: cool, called it out in PS2 of https://review.openstack.org/#/c/393888/18:37
*** krtaylor has quit IRC18:38
jrollmriedem: nice18:38
openstackgerritjichenjc proposed openstack/nova: Add handle for 2 exceptions in force_delete  https://review.openstack.org/39737318:40
*** paw has joined #openstack-nova18:40
*** baoli_ has joined #openstack-nova18:41
*** ociuhandu has quit IRC18:43
*** baoli has quit IRC18:43
*** bvanhav has joined #openstack-nova18:47
*** browne has joined #openstack-nova18:49
openstackgerritijw-ubuntu proposed openstack/nova-specs: VIF plugging negotiation between Nova and Neutron  https://review.openstack.org/39051218:49
jrollmriedem: btw, this will need to wait for a tooz release, but do you want an rfe/bug/reno/all of the above for it? https://review.openstack.org/#/c/399022/18:51
jrolltl;dr replace nova.hash_ring with tooz.hashring18:51
mriedemnova is going to have to depend on tooz?!18:51
*** dhellmann has joined #openstack-nova18:52
mriedemi don't think we need any of those things for that patch18:52
jrolloh god18:52
mriedemit's a drop in replacement right?18:52
jrollyeah18:52
mriedemthis is just the tip of the zk iceberg18:53
*** moshele has joined #openstack-nova18:53
jrollyeah, you've discovered my real goal18:53
jrollthis is all just a facade18:53
*** walharthi has quit IRC18:53
mriedemwhat has harlowja done with your family?!18:53
harlowjatrumpified them18:54
mriedemso, made infinitely more fabulous?18:54
harlowjathey will now be extra tremendous18:54
mriedemha18:54
*** adisky has quit IRC18:55
*** diogogmt has quit IRC18:55
*** diogogmt has joined #openstack-nova18:57
*** cdent has quit IRC18:58
*** thorst_ has quit IRC18:58
*** irenab has joined #openstack-nova18:58
openstackgerritMaciej Szankin proposed openstack/nova: conf: remove deprecated cells driver option  https://review.openstack.org/39842518:58
*** fragatin_ has quit IRC19:01
*** fragatina has joined #openstack-nova19:02
*** diogogmt has quit IRC19:02
*** irenab has quit IRC19:03
*** walharthi has joined #openstack-nova19:03
*** thorst_ has joined #openstack-nova19:05
openstackgerritAlex Szarka proposed openstack/nova: Transform instance.rebuild.error notification  https://review.openstack.org/39662119:15
*** penick has quit IRC19:17
melwittis today freeze for all specs or just non-priority specs?19:19
dansmithall of them. we said no separate prio/non-prio freezes this cycle right?19:20
melwittoh. uh oh19:20
mriedemha19:22
*** novafire has quit IRC19:24
edleafecan I run local functional tests against MySQL instead of sqlite?19:24
edleafeassuming I have a MySQL db available?19:24
*** penick has joined #openstack-nova19:28
*** tjones has quit IRC19:31
*** penick has quit IRC19:31
*** ijw has quit IRC19:32
*** nherciu_ has joined #openstack-nova19:33
*** tblakes has quit IRC19:34
*** ijw has joined #openstack-nova19:35
*** ijw has quit IRC19:35
*** ijw has joined #openstack-nova19:35
*** nherciu has quit IRC19:37
*** novafire has joined #openstack-nova19:37
*** ijw has quit IRC19:38
*** gyee has joined #openstack-nova19:38
*** krtaylor has joined #openstack-nova19:42
openstackgerritMaciej Szankin proposed openstack/nova: conf: remove deprecated cert_topic option  https://review.openstack.org/39735119:43
*** Sukhdev has joined #openstack-nova19:44
*** bvanhav has quit IRC19:44
*** tblakes_ has joined #openstack-nova19:45
*** openstackgerrit has quit IRC19:48
*** tblakes_ is now known as tblakes19:48
*** bvanhav has joined #openstack-nova19:48
*** openstackgerrit has joined #openstack-nova19:49
*** walharthi has quit IRC19:49
*** annegentle has joined #openstack-nova19:50
*** irenab has joined #openstack-nova19:52
*** sambetts|afk has quit IRC19:53
*** bvanhav has quit IRC19:54
*** sambetts_ has joined #openstack-nova19:55
*** irenab has quit IRC19:57
*** kylek3h has quit IRC19:57
*** bvanhav has joined #openstack-nova19:57
*** ijw has joined #openstack-nova19:58
*** ducttape_ has quit IRC19:59
*** ducttape_ has joined #openstack-nova19:59
*** slaweq_ has quit IRC20:00
*** rfolco has quit IRC20:00
*** slaweq_ has joined #openstack-nova20:01
*** irenab has joined #openstack-nova20:03
*** ijw has quit IRC20:03
*** irenab has quit IRC20:07
openstackgerritMatt Riedemann proposed openstack/nova: DNM: testing removal of non libguestfs injection paths  https://review.openstack.org/32472020:08
*** rfolco has joined #openstack-nova20:09
*** READ10 has quit IRC20:10
*** rfolco has quit IRC20:13
*** ijw has joined #openstack-nova20:15
*** slaweq_ has quit IRC20:18
openstackgerritEd Leafe proposed openstack/nova: Add a retry loop to ResourceClass creation  https://review.openstack.org/39917020:18
edleafejaypipes: ^^ updated to use the oslo.db error20:20
*** slaweq_ has joined #openstack-nova20:21
*** ijw has quit IRC20:30
*** tblakes has quit IRC20:33
*** ijw has joined #openstack-nova20:34
*** bvanhav has quit IRC20:35
*** walharthi has joined #openstack-nova20:35
*** walharth_ has joined #openstack-nova20:38
*** walharthi has quit IRC20:39
*** ijw has quit IRC20:39
mriedemha, never noticed this before https://github.com/openstack/nova/blob/f8a81807e016c17e6c45d318d5c92ba0cc758b01/nova/db/sqlalchemy/models.py#L21920:39
mriedemwow diablo https://github.com/openstack/nova/commit/e9ef6e04786a40d20f8022bec5d23d2e4503ce3a20:40
openstackgerritMaciej Szankin proposed openstack/nova: conf: added notifications group  https://review.openstack.org/39214520:43
*** ijw has joined #openstack-nova20:44
openstackgerritMaciej Szankin proposed openstack/nova: conf: added notifications group  https://review.openstack.org/39214520:46
edleafemriedem: onset_files?20:47
mriedemi guess20:47
mriedemearly onset files20:47
mikalmriedem: I see your ping, and will take a look at the review comments on the spec this arvo20:47
edleafeI only remember 'personality'20:47
*** irenab has joined #openstack-nova20:48
*** ijw has quit IRC20:49
*** irenab has quit IRC20:52
*** slaweq_ has quit IRC20:52
*** slaweq_ has joined #openstack-nova20:52
*** slaweq_ has quit IRC20:53
edleafemriedem: oh geez, look what idiot added 'onset_files': https://github.com/openstack/nova/blame/c0972233901774598fe6c836fcc3a0dd1f28f180/nova/api/openstack/servers.py#L18320:55
mriedemedleafe: i was just waiting for you to say something like, 'back when i added the file injection feature to nova in 2010...'20:56
*** slaweq_ has joined #openstack-nova20:57
edleafemriedem: get real - it wasn't *that* early20:57
edleafemriedem: more like Feb 201120:57
*** Apoorva has quit IRC20:58
edleafebut seriously - I have no memory of them being called 'onset_files'. Musta been a Rackspace-ism that I copied from Slicehost20:58
*** ayoung has quit IRC20:59
*** _ducttape_ has joined #openstack-nova20:59
*** raildo has quit IRC21:00
*** _ducttape_ has quit IRC21:01
*** _ducttape_ has joined #openstack-nova21:01
*** kylek3h has joined #openstack-nova21:02
*** ducttape_ has quit IRC21:02
*** penick has joined #openstack-nova21:03
*** ducttape_ has joined #openstack-nova21:04
openstackgerritmelanie witt proposed openstack/nova-specs: Proposal to count resources to check quota in API for cells  https://review.openstack.org/38826221:04
*** claudiub has quit IRC21:05
*** ijw has joined #openstack-nova21:05
*** _ducttape_ has quit IRC21:08
openstackgerritmelanie witt proposed openstack/nova-specs: Proposal to count resources to check quota in API for cells  https://review.openstack.org/38826221:09
*** ijw has quit IRC21:10
*** ijw has joined #openstack-nova21:10
melwittmriedem, dansmith: I updated the cells quota spec ^ sorry for doing it at the last minute21:10
bauzasedleafe: jaypipes: thanks for voting on the specs21:11
bauzasmriedem: dansmith: https://review.openstack.org/#/c/385618/3 got +1s from the subteam21:11
*** penick has quit IRC21:12
*** mfeoktistov has joined #openstack-nova21:12
dansmithbauzas: I'll hit it after mriedem does21:12
bauzasokay, no worries21:12
*** dimtruck is now known as zz_dimtruck21:14
*** annegentle has quit IRC21:15
mriedemoh far21:15
mriedemso i just went through https://review.openstack.org/#/c/393205/21:16
mriedemthat seemed to miss the mark on what i thought we had agreed to do for restricting the sort/filter params for listing servers21:16
mriedemam i missing something? i thought in the initial pass we were just going to exclude sort/filter on joined table columns?21:16
mriedemjaypipes: do you agree with just fixing this as a bug? https://bugs.launchpad.net/nova/+bug/164272921:17
openstackLaunchpad bug 1642729 in OpenStack Compute (nova) "instances.updated_at should be indexed for "nova list --changes-since" queries" [Wishlist,Confirmed]21:17
mriedemmikal: what's an arvo?21:18
*** penick has joined #openstack-nova21:18
mriedemoh i see, afternoon21:18
mriedemaustralian style21:18
mriedemi'm gonna go for a walk, biab21:19
*** ijw has quit IRC21:20
*** rtheis has quit IRC21:22
*** gjayavelu has quit IRC21:25
*** rrecio_ has quit IRC21:31
*** Jeffrey4l has quit IRC21:33
*** jamielennox is now known as jamielennox|away21:40
*** penick has quit IRC21:40
*** ducttape_ has quit IRC21:40
*** annegentle has joined #openstack-nova21:41
*** ducttape_ has joined #openstack-nova21:41
*** irenab has joined #openstack-nova21:41
*** ijw has joined #openstack-nova21:42
vladikrany chance someone can take a look at the pf vlans spec https://review.openstack.org/#/c/381370 - missing +W21:42
mriedemoh boy, but that's not one of the 3 nfv specs pointed out earlier today21:45
*** irenab has quit IRC21:46
*** ijw has quit IRC21:46
*** ijw has joined #openstack-nova21:47
*** ijw has quit IRC21:49
*** ijw has joined #openstack-nova21:49
*** walharth_ has quit IRC21:50
*** cleong has quit IRC21:51
*** Apoorva has joined #openstack-nova21:52
dansmithmriedem: it's kindof an iteration of the device metadata stuff to expose another thing important to networky people21:52
*** yamahata has quit IRC21:52
dansmithand has pretty broad support from the people that know about that stuff21:53
*** yamahata has joined #openstack-nova21:53
mriedemflargen, still reviewing bauzas' spec o doom21:53
*** penick has joined #openstack-nova21:56
*** rrecio has joined #openstack-nova21:56
melwittdansmith: thanks for the comments on the spec. when I said "resource claims happen on the compute host" I was thinking of when cores/ram get put into allocations. I was thinking instance_claim on the compute host triggered that22:00
melwittI'm looking through it now22:01
dansmithmelwitt: that happens whenever we do the resource update, which is periodic and maybe on claim commit or something, I forget22:02
dansmithbut that doesn't matter anyway I think, since you can't peer into those tables :)22:02
melwittyeah, probably moot anyway because of that. I forgot we'd have to go through the placement API to do it that way22:03
mriedemdansmith: bauzas: ok +2 from me on https://review.openstack.org/#/c/385618/ - you could add the use case later22:03
melwittdansmith: so if we do it via flavor on instance, maybe we wouldn't have the racing problem nearing quota limits? or you think we still would22:04
melwittI guess we would since we have to aggregate all instances across a project22:05
melwittto look at the flavors though we have to read cell DBs22:05
dansmithmelwitt: ...and the flavor info is in a blob22:05
dansmithmelwitt: so not very efficient :/22:05
melwittdansmith: ugh. you think it's still better than calling placement API for allocations?22:06
dansmithmelwitt: well, the only way to call placement for this would be one at a time for each instance, which would be really really bad yeah :)22:07
*** zz_dimtruck is now known as dimtruck22:08
melwittbecause we can't give a list of consumer_id :( okay22:08
*** jheroux has quit IRC22:08
dansmithnot that I know of yeah22:08
*** edmondsw has quit IRC22:09
*** moshele has quit IRC22:09
*** eharney has quit IRC22:12
*** cdent has joined #openstack-nova22:15
cdentdansmith, melwitt there was some discussion of add a usage by consumer endpoin to complement the exist usage by rp22:18
cdentbut I'm not sure how far it went22:18
*** thorst_ has quit IRC22:18
dansmithcdent: right, we could add something to let us bulk-query, but...22:18
cdentthat data is there22:18
*** thorst_ has joined #openstack-nova22:19
*** ihrachys has joined #openstack-nova22:19
cdentI missed the earlier conversation, so I may be missing some context22:19
melwittcdent: yeah, we were just talking about options for getting say, total cores consumed for a project at present22:19
dansmitha single query for potentially thousands of instances would be a huge thing to GET from placement,22:20
dansmithand we still have to iterate a bunch of dict objects to add up all the numbers22:20
dansmithso I'm not sure it's better than just doing queries to the cell databases22:20
*** ihrachys has quit IRC22:20
dansmith(to get the flavors)22:20
*** ihrachys has joined #openstack-nova22:20
cdentat least for now that will certainly be faster/more efficient22:20
dansmithyeah, that's my thinking22:21
dansmithwhen placement has lots more data then it can do this for us and be much better about it22:21
* cdent nods22:21
melwitt+122:21
cdenton that happy note I think I'll go play game or watch netflix or something22:22
* cdent waves22:23
*** cdent has quit IRC22:23
*** penick has quit IRC22:23
*** jamesdenton has quit IRC22:23
*** thorst_ has quit IRC22:24
*** jamielennox|away is now known as jamielennox22:24
*** lpetrut has quit IRC22:27
*** krtaylor has quit IRC22:30
*** ihrachys has quit IRC22:30
*** ijw has quit IRC22:31
openstackgerritmelanie witt proposed openstack/nova-specs: Proposal to count resources to check quota in API for cells  https://review.openstack.org/38826222:33
*** ijw has joined #openstack-nova22:33
*** nherciu_ has quit IRC22:34
*** irenab has joined #openstack-nova22:36
*** irenab has quit IRC22:40
*** novafire has quit IRC22:50
mriedemvladikr: dansmith: where do the vlan tags come from? port binding details?22:51
*** annegentle has quit IRC22:52
vladikrmriedem, yea, it comes from the neutron port22:52
*** annegentle has joined #openstack-nova22:56
openstackgerritSujitha proposed openstack/nova: Do not merge: Test devstack patch  https://review.openstack.org/39515422:56
mriedemvladikr: i want the docs section updated before i'm +2 on this https://review.openstack.org/#/c/381370/522:58
mriedemrelease notes aren't going to cut it for unicorn nfv features22:58
mriedemand i don't want people thinking that's a substitute for real end user docs in nova22:58
vladikrmriedem, ok22:59
mriedemdon't feel too bad though, i've dropped the same hammer on moshele :)22:59
mriedemeasy update, i'll check back on it later tonight22:59
*** rama_y has quit IRC23:00
mriedemoy, we still have several things in this list https://etherpad.openstack.org/p/nova-ocata-spec-review-sprint23:00
mriedembut i'm gonna head home23:00
*** thorst_ has joined #openstack-nova23:02
*** mriedem has quit IRC23:02
*** mdrabe has quit IRC23:03
*** ijw has quit IRC23:03
*** ijw has joined #openstack-nova23:09
*** ayoung has joined #openstack-nova23:10
*** ducttape_ has quit IRC23:12
*** ijw has quit IRC23:13
*** pradk has quit IRC23:17
openstackgerritOpenStack Proposal Bot proposed openstack/os-vif: Updated from global requirements  https://review.openstack.org/39534723:18
*** esberglu has quit IRC23:18
*** ijw has joined #openstack-nova23:19
*** esberglu has joined #openstack-nova23:19
*** tbachman has quit IRC23:20
*** kfarr has quit IRC23:21
*** tbachman has joined #openstack-nova23:22
*** esberglu has quit IRC23:23
*** rama_y has joined #openstack-nova23:28
dansmithmelwitt: a couple more comments on there, and I think you should say your extra thing too23:29
melwittdansmith: cool, thank you23:29
dansmiththen I think we should just approve it knowing we'll have to figure it out in code anyway23:29
*** catintheroof has quit IRC23:29
dansmiththat's always going to be the case with something so new like this, so ..23:29
*** irenab has joined #openstack-nova23:30
*** catintheroof has joined #openstack-nova23:30
*** ntpttr has quit IRC23:31
*** Jeffrey4l has joined #openstack-nova23:31
*** ntpttr has joined #openstack-nova23:31
* melwitt nods23:32
openstackgerritTakashi NATSUME proposed openstack/nova: Remove unused code in nova/api/openstack/wsgi.py  https://review.openstack.org/39648523:32
*** krtaylor has joined #openstack-nova23:32
openstackgerritTakashi NATSUME proposed openstack/nova-specs: Abort Cold Migration  https://review.openstack.org/33473223:32
*** mlavalle has quit IRC23:33
*** irenab has quit IRC23:34
*** catintheroof has quit IRC23:35
*** irenab has joined #openstack-nova23:35
*** lamt has quit IRC23:37
openstackgerritEd Leafe proposed openstack/nova: Add a retry loop to ResourceClass creation  https://review.openstack.org/39917023:39
*** irenab has quit IRC23:40
*** bnemec has quit IRC23:42
*** dave-mccowan has quit IRC23:42
*** baoli_ has quit IRC23:45
*** mriedem has joined #openstack-nova23:45
*** hongbin has quit IRC23:46
*** ijw has quit IRC23:48
*** TTris has joined #openstack-nova23:49
openstackgerritmelanie witt proposed openstack/nova-specs: Proposal to count resources to check quota in API for cells  https://review.openstack.org/38826223:54
*** victorhe has quit IRC23:54
*** Swami has quit IRC23:56
*** edand has joined #openstack-nova23:57

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