Tuesday, 2022-06-28

opendevreviewMerged openstack/ironic bugfix/20.2: Configure CI for bugfix/20.2  https://review.opendev.org/c/openstack/ironic/+/84777700:55
opendevreviewMerged openstack/ironic bugfix/19.0: Pin neutron to stable/yoga for bugfix/19.0 ironic-base job  https://review.opendev.org/c/openstack/ironic/+/84755002:20
opendevreviewVerification of a change to openstack/ironic master failed: Fix Redfish RAID to update raid_config  https://review.opendev.org/c/openstack/ironic/+/84297902:29
opendevreviewSONG SHUKUN proposed openstack/ironic master: [iRMC] Add SNMPv3 authentication functionality  https://review.opendev.org/c/openstack/ironic/+/84534704:24
opendevreviewSONG SHUKUN proposed openstack/ironic master: [iRMC] Add SNMPv3 authentication functionality  https://review.opendev.org/c/openstack/ironic/+/84534705:15
opendevreviewVerification of a change to openstack/ironic master failed: Fix Redfish RAID to update raid_config  https://review.opendev.org/c/openstack/ironic/+/84297906:45
kubajjMorning Ironic, does anybody know if the .kernel file created during the IPA compilation has to be compressed to create the .vmlinuz file or can I just use the .kernel?07:45
opendevreviewwaleed mousa proposed openstack/ironic-python-agent master: Update and configure nvidia nics fw by ironic-python-agent  https://review.opendev.org/c/openstack/ironic-python-agent/+/56654407:52
*** undefined_ is now known as Guest350107:59
*** mat_fechner is now known as matfechner08:38
opendevreviewMerged openstack/networking-generic-switch master: dell: Fix VLAN creation on OS9 devices  https://review.opendev.org/c/openstack/networking-generic-switch/+/84577310:03
iurygregorygood morning Ironic11:31
iurygregoryif any core is around and able to review https://review.opendev.org/c/openstack/ironic/+/847657 I would appreciate =) (I need this for some downstream tasks)12:07
opendevreviewVerification of a change to openstack/ironic-python-agent master failed: Use json for lsblk output  https://review.opendev.org/c/openstack/ironic-python-agent/+/77539112:21
opendevreviewVerification of a change to openstack/ironic-python-agent bugfix/8.3 failed: Remove swift stable/yoga pin  https://review.opendev.org/c/openstack/ironic-python-agent/+/84755212:41
opendevreviewVerification of a change to openstack/ironic-python-agent bugfix/8.3 failed: Fix discovering WWN/serial for devicemapper devices  https://review.opendev.org/c/openstack/ironic-python-agent/+/84715812:41
*** Guest3501 is now known as rcastillo12:59
jandershey iurygregory13:29
TheJuliagood late morning14:17
TheJuliakubajj: soo.. the kernel build should compress it14:17
TheJuliakubajj: the first bit of code executed decompresses the rest, so you should take no action14:17
TheJuliakubajj: basically, different shorthand14:18
kubajjTheJulia: so .kernel should just work?14:18
TheJuliakubajj: yes14:18
kubajjTheJulia: Does the distro that I compile it for matters? (I am trying to change the IPA with an unchanged IPA built from source for the nodes created by devstack and so far it's not going great.)14:20
TheJuliakubajj: often because your ramdisk needs additional modules in it14:29
TheJuliaso... could you elaborate a bit more on why your heading down that path?14:29
TheJuliaso we can figure out your context and how best to help you14:29
TheJuliaiurygregory: so you'll love this, changing to networkmanger;s internal dhcp client, it works like a champ :(14:30
kubajjTheJulia: Sure. My main task is to introduce some safeguards into ironic. One is to not allow more than a set number of nodes to be cleaned (I saw a change created by you that implemented something similar). The other is to make some drives inaccessible for cleaning (so that you don't erase some important data). For the latter, I looked into the implementation of conductor and api and did not see anything in particular 14:37
kubajjanywhere, so I asked Arne and he suggested that it is happening on the nodes themselves - hence, I wanted to learn how to update IPA to be able to implement and test such a feature.14:37
TheJuliaso typically we all use diskimage-builder to build images, and with that... we use generally use packages, but you can tell diskimage-builder to source files from a local working copy of the git repository14:39
TheJuliaThis is actually what we do in CI as well14:39
TheJuliaoften, developers or even admins needing to test/change one minor thing also leverage the ability to unpack and repack the ramdisk... since it is just a gzip compressed cpio file14:40
TheJuliajust remember to unpack and repack as a root user14:41
TheJuliakubajj: we have the commands to do that in our troubleshooting docs, fwiw14:41
kubajjTheJulia: thanks. Would it be troubleshooting of the general ironic project or IPA?14:43
TheJuliaI *think* it is both14:44
TheJuliaironic's general docs often superceed subprojects information wise14:44
kubajjThanks, I will look into it.14:47
kubajjBtw, do you think it makes sense to look into IPA for the disks cleaning? I am not really sure yet how exactly ironic works.14:47
TheJuliakubajj: it absolutely does.14:49
TheJuliain a default cleaning operation, it just interates through all block devices and tries to erase them14:49
TheJuliathe conductor knows nothing of the devices14:49
kubajjThanks for the help14:49
kubajjI have one more question. Has anybody ever had a problem that when you reboot the VM that you deployed devstack in, then the nodes no longer have IPMI access (they cannot clean and complain about ipmi power status).14:56
janderssee you tomorrow Ironic o/15:06
iurygregoryjanders, hey o/ (sorry I was out, I had to take my mother to the Ophthalmologist)15:15
iurygregoryTheJulia, good morning! dhcp... so networkmanager has the wrong configuration for some reason we don't know?15:17
jandersiurygregory no worries, hope it all went well!15:17
janderswill try touch base tomorrow morning15:17
iurygregorysure!15:17
iurygregoryyeah, just some routine check-up (but she can't drive after doing the exams)15:18
TheJuliaiurygregory: not really, I'll have to write $words after my current meeting15:25
iurygregoryok15:25
TheJuliaI think we're in a situation where we're going to need to explicitly let the internal client run for now, but that has downsides... then again they may have fixed them15:28
opendevreviewMerged openstack/ironic-python-agent bugfix/8.3: Remove swift stable/yoga pin  https://review.opendev.org/c/openstack/ironic-python-agent/+/84755217:19
opendevreviewMerged openstack/ironic bugfix/20.2: No deploy_kernel/ramdisk with the ramdisk deploy and no cleaning  https://review.opendev.org/c/openstack/ironic/+/84765717:19
opendevreviewJulia Kreger proposed openstack/ironic master: DNM: Discover what is going on with dhcp  https://review.opendev.org/c/openstack/ironic/+/84760117:22
*** akahat|ruck is now known as akahat|out18:11
TheJuliaiurygregory: can I get a quick review on https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/84741719:09
opendevreviewJulia Kreger proposed openstack/ironic master: DNM: Discover what is going on with dhcp  https://review.opendev.org/c/openstack/ironic/+/84760119:13
TheJuliaiurygregory: I think https://review.opendev.org/c/openstack/diskimage-builder/+/848017 should clear up our centos9 issues19:15
TheJuliastevebaker[m]: I think https://review.opendev.org/848017 will make our world a happier place in ironic, fwiw. job still running in zuul20:11
TheJuliahttps://review.opendev.org/847601 is pulling it in20:12
stevebaker[m]lets take a look20:37
TheJuliayup, test job is green.... only the nv multinode job remains20:51
NobodyCamgood afternoon Openstack folks21:12
NobodyCamany one ever encounter a case where SMC (SupperMicro) will not see a disk drive unless it is formatted or has a partition???21:13
TheJulianot see a disk drive as a valid boot device?21:18
NobodyCamGood Afternoon TheJulia 21:19
NobodyCamyes like after cleaning the SEL logs report disk fault21:20
TheJuliano, do OSes see the disk?21:20
NobodyCamSmart tools report healthy21:20
TheJuliaand can the OSes interact with the disk?21:20
TheJulianot in security lock state?21:20
NobodyCamin process of testing that21:20
iurygregoryTheJulia, +W in https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/847417 and +1 in https://review.opendev.org/c/openstack/diskimage-builder/+/84801721:21
NobodyCamhad some one tell me is a SMC thing.. I've never heard of this. 21:21
iurygregoryif you need any other reviews let me know 21:21
TheJuliak, if otherwise fine, sounds like their firmware is making some assumptions on the workload :(21:21
NobodyCam0/ iurygregory 21:21
TheJuliaiurygregory: I think that is it right now, thanks21:21
TheJuliaNobodyCam: not an SEL event, but I have seen disks not be viewable as bootable in uefi mode before something was on them21:22
TheJuliawhich makes sense, as frustrating as that can be21:22
iurygregoryNobodyCam, o/21:22
NobodyCam++++21:22
NobodyCamthat makes sense21:22
opendevreviewMerged openstack/ironic-python-agent-builder master: Remove some extra Centos Packages  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/84741722:03
TheJuliaWell, that will help with the image size which shoudl make ci ~8 seconds faster22:07
stevebaker[m]TheJulia: which of those jobs will actually do centos9 + dhcp? https://review.opendev.org/84760122:14

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!