08:52:51 dumb question, someone posted a link to my.mnx.io the other day and i opened it, is that the open source interface for triton? is the open-source version feature-complete? i'm more of a ssh+vmadm guy :p 10:52:41 gonzosysadm[m]1: this is probably the customer end portal that is available for paid support subscriptions, but I'm just guessing 11:36:27 i yelled "hi mnx people" on my way down 75 yesterday 15:56:00 tsoome seems that in the latest smartos image things look better I see the nblocks property on the device but the install still fails https://termbin.com/owfvx 15:57:04 I compiled ipxe again but in omnios, and with a couple of changes smartos boots successfully using ipxe now I we just need to find out the disk issue 15:57:35 is the ipxe version or the new smartos image, but now it works in oracle cloud 16:54:48 Just checking to see if github issues, are the correct place for bug reports from the OSS community, I saw the last triton bug was opened by me in 2019. 18:59:28 barfield: They are usually opened in their respective repos. So like in TritonDataCenter/sdc-vmadm, not just in TritonDataCenter/triton. 19:04:45 That makes sense. So would I open an sdc-migrate issue under sdc-vmapi then? Or under tritondatacenter/sdc? 19:04:51 gonzosysadm[m]1: The only difference between open source Triton and paid support Triton is whether you're paying for support. 19:05:01 Yes, sdc-vmapi. 19:05:05 cool 19:11:23 barfield: With migration issues, I'll need exact reproducible steps. "something weird happened one time" isn't really something that can be diagnosed. 19:13:17 Any time a vm is altered outside of triton itself, it makes it an outlier and things can go wrong. 19:14:22 And by "outside of Triton", that is really more like outside of cloudapi. Calling the APIs directly can change a vm in a lot of ways that sdc-migrate might not expect. 19:15:52 Also stuff like "cn panic'd partway through and now it's wedged" isn't considered a bug, because that's what the rollback stuff is for. 19:16:59 https://github.com/TritonDataCenter/sdc-vmapi/issues/89 19:17:16 This can be reproduced on a fresh VM provisioned from cloudapi 19:17:42 Ah, so that happens any time indestructable root is set? 19:17:49 yes sir 19:17:58 I've encountered this numerous times 19:18:04 So I finally decided to report it lol 19:18:08 Cool, that's a perfect example of a good bug with migration. 19:18:12 Do you need version info? 19:18:33 Nah. 19:18:53 So next Triton release is Feb 9. I'll try to get this in for that. 19:19:02 It should be fairly simple. 19:19:05 awesome! Thanks man 19:19:32 Yeah I kind of thought and in looking at the source I didn't see any functionality pertaining to the indestructible setting, so I didn't really think that this was currently version specific 19:20:15 So the migration works, but it leaves a mess on the source, right? 19:20:20 I'll look at it again, if I think I could fix easy enough I'll shoot over a PR unless you want me to leave it alone and let you guys handle 19:20:23 That is correct 19:20:29 And it also cannot start on the destination 19:20:32 Sorry 19:20:36 let me clarify 19:20:36 And because it leaves a mess, it considers that the finalization failed. 19:20:39 It does not start 19:20:43 right 19:20:47 Ok, yeah, that makes sense. 19:20:57 Does the new copy have deletion protection? 19:21:04 I didn't verify though, let me do this now, if it does set the boolean on the destination cn 19:21:07 LAMO 19:21:11 checking that now 19:22:07 It might inherit it from the zfs send. 19:22:19 I was wodnering since its just a snapshot basically 19:22:45 from my command history it appears to fail on the "switch" step 19:23:34 It does set the value to true on the destination node 19:24:42 Also oddly the error that I saw was "unable to `zfs set quota=0`" I didn't copy the error though so I am not sure where it was claiming that error to be true. 19:25:06 That seemed buggy as well, since zfs set quota=0 doesn't work, syntax is zfs set quota=none 19:25:27 Yeah, that sounds weird. 19:25:51 TRITON-2127 19:25:51 Sorry, TRITON-2127 is not public. 19:26:01 All good, I figured its your own jira 19:26:01 Well let's fix that. 19:26:14 Should I update those details in the github issue? 19:26:23 TRITON-2127 19:26:23 https://smartos.org/bugview/TRITON-2127 19:26:55 oh hell, thats an old bug haha 19:27:05 regression maybe? 19:27:15 So...yeah, your version info may be relevant here :-) 19:27:19 I see a fix appears to have been merged in 19:27:31 I'm only like 2 releases behind current 19:27:36 which is like June 2022 I think 19:27:57 There's fixes in both sdc-vmapi and cn-agent. 19:28:01 You need both for it to work. 19:28:04 Is jinni a user or is that like joybot haha 19:28:20 Do you know which Triton release those were in? 19:28:24 It's a bot 19:28:31 cool 19:29:12 9e1d678a-5686-474f-9b98-14c98626dc9c 19:29:14 release-20200521 and later 19:29:33 sorry 19:29:42 bahamat is there documentation on how to setup a netboot server for smartos? I need to test some changes in smartos and the only way to test them is through ipxe (is faster really) 19:29:49 I thought that sdcadm services is where versions were at 19:30:33 oh I found it `sdcadm insts` 19:30:53 release-20220825-20220825T003215Z-g6ac7d1c 19:31:15 This is a bhyve VM BTW 19:32:10 neirac: Mostly it's just clone the repo and run `tools/setup.sh`, though it makes some assumptions about our own deployment (e.g., cert names). 19:32:45 ^release is vmapi 19:33:24 cn-agent 2.14.7 19:34:46 I'll update the issue with the rest of these details, I know you're probably slammed 19:35:52 I'm also on vacation right now :-) 19:36:07 so youre an addict or a masochist? haha 19:36:18 I'm on PTO too lol 19:36:50 Well, today is the SmartOS office hours, so I was checking in just on my own. 19:37:30 I had thought for a bit that maybe you were taking an IRC break and I wouldn't blame you a bit if you did 19:38:15 Mostly, yes. 19:40:57 Are the details that I added enough? I think that I got everything. Will stop bothering you. Hopefully you're near a beach and a beach-bar :) 19:56:12 okay done spamming you with github edits 20:21:57 danmcd: I saw something on the illumos developers list discussing kernel memory exaustion with i40e NIC when dladm generates VNIC's. I was actually hitting this issue on a compute node the other day that had 3 VM's provisioned and I think around 24G of free RSS on the compute node. the PI is from 202206, but I am wondering if anything has been updated in the driver since June to enhance memory 20:22:03 management, to determine if I should do some PI updates on Triton. 20:22:50 I haven't found anything specifically in release notes yet...thought you might be aware of something that I wasn't was all 20:58:06 using the triton repo for creating netboot server worked, thanks bahamat.