Shawn Wilsher
Shawn Wilsher
I think this can be closed now: https://github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.1.0
After seeing https://github.com/HaveAGitGat/Tdarr/issues/936, I decided to add more memory to the worker, and that seems to have fixed my underlying issue. The logs that tdarr gave me from this flow...
@thebsdbox, it looks like https://github.com/kube-vip/helm-charts/blob/gh-pages/index.yaml didn't get updated as it has in past releases when 0.4.3 was released.
disk temperature is one thing that is already integrated, FWIW I was playing around with a subscription to `reporting.realtime` over the weekend, but was very perplexed as to what unit...
I put some work into how to do this yesterday, and it's hard to do it at our library level, I think. We can make it easier for clients to...
Is it the case that `VOLUME` is a zfs volume (block device that is created with `zfs create -V`), and `FILESYSTEM` is a dataset (filesystem that is user-visibile and created...
> So you think we should create two new completely separate abstract classes DatasetVolume & DatasetFilesystem? What do you think about having a base class Dataset which DatasetVolume and DatasetFilesystem...
#92 does the basics that are common between both of these. I might land that as-is, and we can then add an the additional specializations to it as needed (I...
I'm totally open to contributions. My primary purpose of this is to set it up for an integration I'm working on for Home Assistant (in sdwilsh/hass-freenas). For my immediate needs,...
> I like the use of typing and descriptors. This is my first python project in many, many years, so it was for my own sanity ;) > I'm unsure...