Thursday, 2018-11-01

*** jonaspaulo has joined #openstack-ironic00:05
jonaspauloHi all00:06
jonaspaulogetting this error when deploying ceph with tripleO OSP1300:06
jonaspaulo(undercloud) [stack@undercloud ~]$ openstack flavor show ceph-storage -c properties00:06
jonaspaulo+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+00:06
jonaspaulo| Field      | Value                                                                                                                                                                     |00:06
jonaspaulo+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+00:06
jonaspaulo| properties | capabilities:boot_option='local', capabilities:profile='ceph-storage', resources:CUSTOM_BAREMETAL='1', resources:DISK_GB='0', resources:MEMORY_MB='0', resources:VCPU='0' |00:06
jonaspaulo+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+00:06
jonaspaulo2018-10-30 17:14:17.804 24046 DEBUG nova.scheduler.filters.disk_filter [req-c06d8ad6-4a63-43b8-9b56-aff77e231d19 0424b354949845b9bb8735b29556495d e0e383dee8ca4b9a8c8e861ee31667d8 - default default] (undercloud.casa.pt, 173a1655-7536-4f9c-84cd-9568a387678d) ram: 8192MB disk: 39936MB io_ops: 0 instances: 0 does not have 40960 MB usable disk space before overcommit, it only has 39936 MB. host_passes /usr/lib/python2.7/site-packages/nova/schedul00:07
jonaspauloer/filter00:07
jonaspauloany ideas why?00:07
jonaspauloi have tagged the root disk also00:07
jonaspaulo2018-10-30 17:14:17.804 24046 DEBUG nova.scheduler.filters.disk_filter [req-c06d8ad6-4a63-43b8-9b56-aff77e231d19 0424b354949845b9bb8735b29556495d e0e383dee8ca4b9a8c8e861ee31667d8 - default default] (undercloud.casa.pt, 173a1655-7536-4f9c-84cd-9568a387678d) ram: 8192MB disk: 39936MB io_ops: 0 instances: 0 does not have 40960 MB usable disk space before overcommit, it only has 39936 MB. host_passes /usr/lib/python2.7/site-packages/nova/schedul00:07
jonaspauloer/filter00:07
jonaspauloups00:07
jonaspaulo properties | {u'cpu_arch': u'x86_64', u'root_device': {u'by_path': u'/dev/disk/by-path/pci-0000:00:07.0'}, u'cpus': u'6', u'capabilities': u'profile:ceph-storage,boot_option:local', u'memory_mb': u'8192', u'local_gb': 39} |00:07
*** betherly has joined #openstack-ironic00:35
*** betherly has quit IRC00:39
*** rloo has quit IRC00:48
*** betherly has joined #openstack-ironic00:56
jroll:q00:56
jrolloooops00:56
*** betherly has quit IRC01:01
*** zul has quit IRC01:04
*** betherly has joined #openstack-ironic01:48
*** MattMan_ has quit IRC01:49
*** MattMan_ has joined #openstack-ironic01:49
*** betherly has quit IRC01:52
*** tiendc has joined #openstack-ironic02:25
openstackgerritKaifeng Wang proposed openstack/ironic master: Passing thread pool size to IPA for parallel erasure  https://review.openstack.org/60886802:26
*** rh-jelabarre has quit IRC02:34
openstackgerritinspurericzhang proposed openstack/sushy master: [Trivial Fix] modify spelling error of "resource"  https://review.openstack.org/61467702:46
*** mjoseph has joined #openstack-ironic03:02
*** betherly has joined #openstack-ironic03:21
*** betherly has quit IRC03:26
*** betherly has joined #openstack-ironic03:53
*** betherly has quit IRC03:57
*** betherly has joined #openstack-ironic04:24
*** betherly has quit IRC04:29
*** betherly has joined #openstack-ironic05:16
*** betherly has quit IRC05:21
*** betherly has joined #openstack-ironic05:37
*** betherly has quit IRC05:42
*** betherly has joined #openstack-ironic05:57
*** betherly has quit IRC06:02
*** tiendc has quit IRC06:39
*** gkadam has joined #openstack-ironic06:58
openstackgerritDigambar proposed openstack/ironic master: Fix CPU count returned by introspection in Ironic iDRAC driver  https://review.openstack.org/60998207:14
openstackgerritDigambar proposed openstack/ironic master: Fix CPU count returned by introspection in Ironic iDRAC driver  https://review.openstack.org/60998207:16
*** pcaruana|elisa| has joined #openstack-ironic07:40
*** pcaruana|elisa| has quit IRC07:59
iurygregorygood morning08:04
*** pcaruana has joined #openstack-ironic08:05
*** serlex has joined #openstack-ironic08:43
*** mgoddard has joined #openstack-ironic08:50
*** dougsz has joined #openstack-ironic09:00
*** derekh has joined #openstack-ironic09:16
openstackgerritDigambar proposed openstack/ironic master: Fix CPU count returned by introspection in Ironic iDRAC driver  https://review.openstack.org/60998209:36
*** e0ne has joined #openstack-ironic09:43
*** v12aml has joined #openstack-ironic09:44
*** mkrai has joined #openstack-ironic09:49
mkraiHi, I tried to setup a multitenant devstack ironic environment following https://docs.openstack.org/ironic/latest/contributor/ironic-multitenant-networking.html09:51
mkraiThen tried to boot an instance and it failed after wait callback09:51
mkraiCan someone help me debugging the issue?09:51
*** serlex has quit IRC10:01
jonaspauloyou can check the logs at /var/log/ironic...10:17
jonaspaulowait call back can relate to power up/down also issues10:17
jonaspaulodo you have ipmi access?10:17
jonaspaulocan you turn on and off and check status with ipmitool?10:17
mkraijonaspaulo: Yes I have ipmi access10:24
mkraiI don't see any error in ironic logs as well10:24
*** tssurya has joined #openstack-ironic10:24
jonaspaulohave you checked the logs10:25
jonaspaulois the dhcp server working ok?10:25
mkraialso there's nothing inside the ~/ironic-bm-logs/deploy_logs10:25
kaifengmkrai usually it’s network problem, you need to check if vlan is correctly set10:25
mkraikaifeng: how can I check that?10:26
mkraikaifeng: sorry I don't have much networking knowledge10:26
kaifengAnd bm at provision network needs to have access to ironic api10:26
mkraii see that 3 networks were created in neutron after devstack setup10:27
mkraipublic, private, ironic-provision10:27
mkraiwhich one i should choose for the nova boot?10:27
mkraikaifeng: do I need to follow any additional steps to boot a instance in case of multitenant setup?10:29
mkraithe flat network setup works fine for me.10:29
kaifengI am not sure about the case of devstack, ironic-provision looks like the network used for provisioning, use a tenant for nova boot should be enough10:31
*** e0ne has quit IRC10:32
mkraikaifeng: I tried using tenant network but it still failed10:32
kaifengHave you checked configuration of networking generic switch?10:33
kaifengI guess you are using ovs as switch, you can check it as well10:33
*** e0ne has joined #openstack-ironic10:36
openstackgerritHamdy Khader proposed openstack/ironic master: Add support for smartNICs  https://review.openstack.org/58357310:41
*** jtomasek has quit IRC10:43
*** jtomasek has joined #openstack-ironic10:45
*** iurygregory is now known as iury|lunch11:00
*** pcaruana has quit IRC11:05
*** zul has joined #openstack-ironic11:27
*** S4ren has joined #openstack-ironic11:29
*** iury|lunch is now known as iurygregory11:36
*** skazi has quit IRC11:41
*** gkadam has quit IRC11:46
*** mkrai has quit IRC11:46
*** bfournie has quit IRC11:46
*** gkadam has joined #openstack-ironic11:50
*** pcaruana has joined #openstack-ironic11:52
openstackgerritDigambar proposed openstack/ironic master: Fix CPU count returned by introspection in Ironic iDRAC driver  https://review.openstack.org/60998211:54
*** gkadam_ has joined #openstack-ironic12:04
*** gkadam has quit IRC12:07
*** rh-jelabarre has joined #openstack-ironic12:15
*** trown|outtypewww is now known as trown12:18
TheJuliadtantsur|afk: jroll: Would one of you be up for kicking off or possibly even running the operator feedback session? I'm getting pulled in another direction for the exact same time.12:21
jrollTheJulia: I don't mind running it, those are easy12:22
jroll"complain to me"12:22
TheJuliaand answer some questions, and redirect, but yeah12:22
*** bfournie has joined #openstack-ironic12:23
* jroll is half joking :)12:23
TheJuliaIf nobody has already created the etherpad, I'll pre-create it12:23
jrollperfect, thank you12:23
TheJuliajroll: Awesome, thanks, that helps me out tons12:23
jrollno problem12:23
* TheJulia had no idea how much a ball of stress she has been this week until she woke up this morning12:27
openstackgerritAija Jaunteva proposed openstack/sushy master: Add support for loading resources from archive file  https://review.openstack.org/58914712:27
*** skazi has joined #openstack-ironic12:29
openstackgerritAija Jaunteva proposed openstack/sushy master: WIP: Add support for loading packaged standard registries  https://review.openstack.org/58983712:36
openstackgerritAija Jaunteva proposed openstack/sushy master: Add public resource loading and message parsing  https://review.openstack.org/59074712:37
*** dnuka has joined #openstack-ironic12:42
dnukaGood morning :)12:42
*** zul has quit IRC12:52
dnukafolks, I could use some reviews on https://review.openstack.org/#/c/608563/ and https://review.openstack.org/#/c/613828/12:52
patchbotpatch 608563 - sushy - Add support for the `CompositionService` resource - 13 patch sets12:52
patchbotpatch 613828 - sushy - Add support for the `UpdateService` resource - 5 patch sets12:52
iurygregorydnuka, remove the W-1, when someone mark means that is like a WIP and not ready for review yet =)12:53
dnukaiurygregory: sorry :) I'll remove it.12:53
iurygregoryI will take a look at them o/12:53
dnukaiurygregory: thank you12:54
iurygregorydnuka, no need to be sorry =) you prob didnt know o/12:54
dnukaiurygregory: :)12:54
*** e0ne has quit IRC12:55
*** zul has joined #openstack-ironic12:56
*** gkadam_ has quit IRC12:57
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Make external dependencies optional  https://review.openstack.org/61185913:03
*** jcoufal has joined #openstack-ironic13:04
*** zul has quit IRC13:04
*** zul has joined #openstack-ironic13:05
*** rloo has joined #openstack-ironic13:15
*** belmoreira has joined #openstack-ironic13:17
*** e0ne has joined #openstack-ironic13:40
*** e0ne_ has joined #openstack-ironic14:09
*** e0ne has quit IRC14:10
*** gkadam has joined #openstack-ironic14:13
bdoddGood morning ironic14:14
openstackgerritHamdy Khader proposed openstack/ironic master: Add support for smartNICs  https://review.openstack.org/58357314:16
bdoddSorry if this has been covered before, but what happened to the CI dashboard at http://ci-watch.tintri.com/project?project=ironic?14:17
openstackgerritMerged openstack/sushy master: [Trivial Fix] modify spelling error of "resource"  https://review.openstack.org/61467714:17
openstackgerritMerged openstack/ironic-ui master: Imported Translations from Zanata  https://review.openstack.org/61408414:20
openstackgerritDerek Higgins proposed openstack/ironic master: [WIP] Switch ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode  https://review.openstack.org/58736514:21
*** baha has joined #openstack-ironic14:23
iurygregoryi have no idea what happen to the dashboard =(14:26
iurygregorydnuka, i took a look at the UpdateService you can wait for other people to review before submit another patch o/ check my comments when you have time14:47
dnukathank you iurygregory :)14:47
iurygregorydnuka, yw o/14:49
dnukaiurygregory: :)14:49
*** dnuka has quit IRC14:52
openstackgerritMerged openstack/ironic master: Cleanup of remaining pxe focused is_ipxe_enabled  https://review.openstack.org/61193314:57
*** gkadam has quit IRC15:09
TheJuliabdodd: yeah, no idea. It just stopped responding. :\15:17
TheJuliabdodd: I asked in the third party CI channel15:24
*** gyee has joined #openstack-ironic15:33
*** e0ne_ has quit IRC15:34
TheJuliabdodd: looks like the person who set it up changed employers and just left it running... and the employer shut it down15:34
*** e0ne has joined #openstack-ironic15:34
iurygregorylol15:35
TheJuliaI've asked if the code is available out there. Worst comes to worst I can stand something up15:37
openstackgerritAija Jaunteva proposed openstack/sushy master: Add @Redfish.Settings update status and expose it for BIOS  https://review.openstack.org/59163515:40
rajinirbdodd: TheJulia: We are missing the dashboard too. Was very useful.16:06
*** belmoreira has quit IRC16:11
bdoddTheJulia - thanks. Bummer about how that transpired.16:12
openstackgerritIlya Etingof proposed openstack/ironic master: Kill misbehaving `ipmitool` process  https://review.openstack.org/61000716:25
*** e0ne has quit IRC16:26
TheJuliabdodd: it is life :(16:49
bdoddYes, I completely understand16:50
*** mgoddard has quit IRC17:02
*** belmoreira has joined #openstack-ironic17:02
*** trown is now known as trown|lunch17:12
*** belmoreira has quit IRC17:19
*** belmoreira has joined #openstack-ironic17:20
*** e0ne has joined #openstack-ironic17:31
openstackgerritDerek Higgins proposed openstack/ironic master: [WIP] Switch ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode  https://review.openstack.org/58736517:40
*** e0ne has quit IRC17:47
*** e0ne has joined #openstack-ironic17:59
*** derekh has quit IRC18:00
openstackgerritIlya Etingof proposed openstack/ironic master: Add configurable Redfish client authentication  https://review.openstack.org/60381818:01
*** e0ne has quit IRC18:02
*** e0ne has joined #openstack-ironic18:05
*** e0ne has quit IRC18:07
*** dougsz has quit IRC18:09
*** S4ren has quit IRC18:12
*** jcoufal has quit IRC18:28
*** jcoufal has joined #openstack-ironic18:28
*** baha has quit IRC18:29
*** tssurya has quit IRC18:30
*** jcoufal has quit IRC18:32
*** jcoufal has joined #openstack-ironic18:33
*** jcoufal has quit IRC18:36
*** jcoufal has joined #openstack-ironic18:36
*** belmoreira has quit IRC18:48
*** baha has joined #openstack-ironic18:51
*** pcaruana has quit IRC19:05
* TheJulia has decided that she must find one of her beer steins for a photograph....19:06
jrollTheJulia: photograph in berlin or before?19:07
TheJuliabefore I do the project update19:07
jrollI was thinking berlin seems like the perfect place to procure a new stein :)19:07
jrollah19:07
TheJuliaoh hey, I literally looked behind me and they are in a clear plastic storage bin19:08
jroll\o/19:08
*** trown|lunch is now known as trown19:14
*** gabys has joined #openstack-ironic19:14
TheJuliabdodd: http://ciwatch.mmedvede.net has been stood up, but very little data. It will take time for data to be collected19:17
bdoddTheJulia \o/19:18
etingofwhat a funny domain it is19:21
etingofit could be interpreted as 'no bears' reading it in a Slavic language19:22
*** gabys has quit IRC19:23
*** belmoreira has joined #openstack-ironic19:32
*** leifmadsen has left #openstack-ironic19:42
TheJuliaoh noes! My new pixie boots image might not like that when it comes to Stein :)19:44
TheJuliahttps://usercontent.irccloud-cdn.com/file/yy673AK9/pixiebootstein.jpg19:45
*** sthussey has quit IRC19:51
openstackgerritJulia Kreger proposed openstack/ironic master: Add ironic-status upgrade check command framework  https://review.openstack.org/61447219:58
*** e0ne has joined #openstack-ironic20:11
*** belmoreira has quit IRC20:12
*** e0ne has quit IRC20:28
*** belmoreira has joined #openstack-ironic20:35
*** belmoreira has quit IRC20:35
rpiosoTheJulia: I'm able to reproduce the iscsi deploy failure from my recent Stein-ish vintage, containerized RDO tripleo undercloud. Does your offer to take a look at the logs still stand?20:52
TheJuliarpioso: it does21:03
*** bfournie has quit IRC21:07
rpiosoTheJulia: Awesome! Which logs would you like? And how should I get them to you?21:10
*** trown is now known as trown|outtypewww21:11
TheJuliaironic-conductor.log the deploy logs, and the `openstack baremetal node show <uuid>` output for the node whose deploy failed21:13
TheJuliaThat would be a good start21:13
TheJuliawhich will allow me to figure out kind of what happened ironic side21:13
TheJulia(I think the deploy logs would normally be in /var/log/ironic/deploy/*21:14
TheJulia)21:14
TheJulia(but with containerized, I think it is /var/log/containers/ironic/deploy or something like that21:14
*** ElCoyote_ has joined #openstack-ironic21:15
rpiosoTheJulia: Where should I upload them to?21:16
TheJuliarpioso: you can zip them up and email them to me if that works21:16
rpiosoTheJulia: I'll give that a try. Hopefully, IT will let them out :) Which e-mail address do you prefer I use?21:20
TheJuliajuliaashleykreger @ gmail is open on all of the computers I'm using right now, so that works21:20
rpiosoCool! I'll try to get them to you by this evening. I'm going to perform another iscsi deploy to capture fresh logs.21:23
rpiosoThanks, again!21:23
TheJuliarpioso: okay, ping me on irc after you send them, and I'll try to take a look tonight. I am hosting some friends for dinner, but that just means I need to start dinner prep in a few hours21:25
rpioso+121:26
*** gabys has joined #openstack-ironic21:38
*** baha has quit IRC21:44
*** jcoufal has quit IRC22:02
*** threestrands has joined #openstack-ironic22:17
*** bfournie has joined #openstack-ironic22:24
TheJuliadtantsur|afk: I created the etherpads for the various sessions at the forum excluding the one you were going to run, the baremetal at the edge session. If you need me to create the etherpad, just let me know.22:35
*** gabys has quit IRC22:36
jrollTheJulia: could you link me an example in the morning, so I can get the CMDB session etherpad up (and consistently)?23:07
*** jonaspaulo has quit IRC23:15
TheJuliajroll: sure23:29
*** gyee has quit IRC23:58

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