01:34:52 jperkin: the tailscale package is lovely. 01:35:04 haven't had a chance to test the WireGuard ones yet. 01:35:22 but man, create zone, install package, enable service, tailscale up. boom. 01:35:58 tested it on the new zone image. haven't tested on a GZ yet. 08:55:41 sweet, thanks! 13:24:35 Anyone ever get a "Unrecognized input header: 72" while using sdc-docker? 13:29:11 while trying to view logs that is* 14:03:38 Can I not use du from the GZ to see disk usage in a zone? 14:08:32 sure, /zones/zoneuuid/root/opt/local or whatever 14:10:45 i run du and it only outputs 14:11:10 https://gist.github.com/Smithx10/e501612bf9c7f8368bfbc60c07ee9a3f 14:13:28 looks like a VM not a zone 14:14:19 "brand": "lx", 14:20:18 df -h says im using /dev/zfsds0 61G 42G 20G 68% / 42G 14:21:59 yeh that's not using the global zpool like a normal zone would 14:22:17 you can see the zvol device entries in your du output 14:23:47 https://gist.github.com/Smithx10/d400faaeebb2d578d6a3e8c29bb7e7e0 14:25:24 I only can find like 13 gb used within the instance tho 14:26:47 check that there aren't still processes that have open file handles to large files that you've removed or rotated 14:27:32 also as you appear to be using zfs on the zvol check for snapshots etc taking up space 14:28:21 no snaps 14:28:46 check that there aren't still processes that have open file handles to large files that you've removed or rotated what command would I use to do this>? 14:30:23 you'd need to script it up if you don't know what large files you might have rotated or removed recently, combination of pfiles et al 14:31:51 its just a users haproxy instance, and i dont think they were doing anything, but they could be not giving me context 15:06:00 Smithx10: Check /zones//logs. 15:06:23 I did, <1 mb 15:06:27 Hmm. 15:06:42 Looking at this users instance tho... there are a lot of strange proccesses running 15:06:47 AV / IRQBalance 15:07:00 *wat* these folks are doing is beyond me 15:07:46 centos for the win 15:09:11 Does the instance have a delegated dataset? Did they create zvols there? 15:10:38 https://gist.github.com/Smithx10/cdf1de8d675f47635d76811170b651e9 15:10:49 du -sh in / shows 13G 15:15:42 Well, the zpool calculator shows that you're going to have 19% overhead. 11 disks per vdev and 128k recordsize == 19% for both 512b or 4k disks 15:16:45 That's going to bump you up to 15.5G used. 15:16:54 Are there any snapshots? 15:17:02 Those count against the quota. 15:17:21 nope: 15:17:22 zones/b1002673-3ef5-ec84-d83d-8fe2b44e3202 usedbysnapshots 0 - 15:17:31 usedbydataset 40.5G 15:18:47 I gotta get my kids to school, but I'm intrigued. I want to know where the rest of this data is. 15:42:57 Smithx10: You should use /native/usr/bin/df and /native/usr/bin/du instead of the linux ones. 15:43:04 when inside the zone 15:43:09 k, im heading ot hockey 15:43:12 ill be back at like 1 eastern 18:46:34 bahamat: back if you wanna try to help figure this out 18:53:20 We have a call at 2pmET, pardon any latency. 18:53:33 np 18:53:35 lol i went to hockey 20:59:37 :) 22:26:49 bahamat: native du had 12.4G https://gist.github.com/Smithx10/0d1c5712dd520e11ed84339c7b546e6d 23:11:50 interesting.... [root@b1002673-3ef5-ec84-d83d-8fe2b44e3202 system]# find /system/contract/process/ | wc -l; 918433 23:12:23 another lx zone I run has [root@ce03794b-8b03-447b-8518-45c047dab4f2 system]# find /system/contract/process/ | wc -l; 13