04:04:41 Does zfs have any special 8.3 file name features, like apparently ntfs? 04:45:05 myrkraverk_ um, only special name popping in my head is .zfs in root of the dataset 04:46:15 Oh, I was glancing through https://devblogs.microsoft.com/oldnewthing/20050715-14/?p=34923 04:46:34 and wondering now if ZFS ever had a similar feature, since I know it was meant to share to different operating systems. 04:47:11 Maybe I guess it's always just been part of Samba, and never Unix file systems? 04:55:09 the short name support is more about SMB property, but zfs itself is having casesensitivity, normalization, and utf8only properties affecting the names; I can not remember if illumos zfs has utf8only or not, I think, it does 06:11:33 Is something like this possible with an extension to ZFS proper? 06:11:44 If I tried to write said extension, that is. 06:11:59 Or would that have to be submitted as a patch to zfs? 16:16:11 finally, my lan is connected to internet again:) 16:46:27 tsoome_, internet connections are so overrated. 17:03:23 yea, and those new appliances all need internet and cloud even to start to work or at least to enable access to all features:/ 17:26:21 yep. Our new dishwasher's "delay start" is app-only. And my dishwasher's ipv6 stack is wonky. I've observed it do a neighbor solicitation for a DNS recursive nameserver that's not on-link. 17:58:06 @sommerfeld ==> Brand? I bought my dishwasher a couple of years ago when its wifi stack was an add-on extra we refused. 17:58:50 We have a new washer/dryer combo that might have app-only features but we don't apparently need 'em as the front panel DTRT. 17:59:15 (pardon latency... meetings start in 1min) 18:42:01 danmcd: Bosch - one of the higher-end models. 18:43:20 we also have an LG washer that's wifi connected. The wash-completed notifications are useful (on both appliances). 18:44:26 tsoome: sorry it took a bit to get to, but your efiserial changes appear to work with azure 19:45:00 jbk great, thanks! 19:47:17 the completion notices are really useful, unfortunately jura does not believe in those, so I really have to be watchful to save my coffe from receiving extra water from milk system wash cycle... :P 19:47:41 i wonder if it might be worth throwing up the hyper-v bits to upstream now... 19:47:53 definitely:) 19:48:33 with the understanding that there's no documentation, so a lot of answers are likely 'because that's how the support on FreeBSD works' or 'i don't know' :) 19:53:33 btw, have you tested 16606 with non-ssds? 19:56:53 jbk: Is this basically the original delphix work + your stuff for v2? 19:57:35 tsoome: yes, are you having issues w/ it? 19:57:59 There were definitly a lot of things that weren't just 'because FreeBSD' in the last review effort. 19:58:02 rmustacc: pretty much, though I tried to improve the vmbus stuff as well so it was at least a bit better as a nexus bus 19:58:51 no, I have been busy with getting access to my heating etc systems but I intend to create build with it and see:) I happen to have 4 SATA disks in this machine:) 19:59:15 jbk: Gotcha. Well, I'm hoping a bunch of the reivew feedback from last time didn't just get thrown out. :/ 19:59:50 no, i remember going through and trying to address what I could, though it's been a long time since that bit was done 20:00:25 All good. 20:00:35 if andyf still has that somewhere, we could go back over it with all of the changes 20:00:46 I think just the caveat is that even if the answer is because freebsd, we'll just want to understand why where practical. I realize it's not always practical. 20:00:48 as a 'first' pass 20:01:48 tsoome: my home server has 4 sata drives as well, so i tested it there too and at least with those disks, all looked good 20:01:59 good. 20:02:46 ACS-3 said the SATA log pages it uses for that info should return 0s if not supported, unfortunately it doesn't really say if any are mandatory or not for certain things 20:03:25 which given SAT-5 says most of the time such scenarios are undefined, and the logs pages themselves don't appear to report anything too exotic 20:04:18 i'm working on the assumption they're probably fairly standard and not worth the trouble of worrying about disks where those pages might not exist unless examples can actually be found to necessitate the additional complexity 20:04:38 since the failback if they don't right now is you basically get 'empty' values or such 20:06:29 I would probably worry about the more likely case of say qemu not implementing it. 22:08:51 yeah, virt is the worry there 22:09:12 because people do understandably implement as little as necessary, often.