Thomas
Thomas
> > > > Invalid argument: "invalid pool layout 'main-nvme-ec'--need a valid data pool > > > > > > > > > > > > This says you its...
The original storage class and ceph file system is here: https://github.com/uhthomas/automata/blob/main/k8s/amour/rook_ceph/storage_class_list.cue https://github.com/uhthomas/automata/blob/main/k8s/amour/rook_ceph/ceph_filesystem_list.cue The new one is basically identical except with nvme as the device class.
> AFAIK ceph fs doesn't support cloning across filesystems,cloning is supporting when source and destination are in same filesystem is it something supported? It works with RBD, and the Kubernetes...
I am using different ceph file systems. It's a real shame it may be unsupported? Could we understand why, or if it's possible to support? The error is very misleading...
I've tested the SOCKS5 proxy on my own instance and it works great, thank you :)
Just chiming in to say I'm using a plaintext SOCKS5 proxy. I run redlib in Kubernetes and have a [user space wireguard SOCKS5 proxy](https://github.com/uhthomas/socks5-wireguard-proxy) as a [sidecar container](https://github.com/uhthomas/automata/blob/95dd2a984f511034b05c750dd7fe7c2b26357ff7/k8s/magiclove/redlib/deployment_list.cue#L27). Forced encryption...
I am pretty sure some projects use two different environment variables: HTTP_PROXY and HTTPS_PROXY. That should be pretty clear on whether encryption is intended? This is how Go handles it:...
There isn't really a standard for these env vars unfortunately, and their meaning can be a bit weird / deceptive. The example I linked will prefer HTTPS_PROXY for https requests,...
Is there anything blocking this @sigaloid? It would be great to have this on the main branch so I don't have to build my own image and rebase it to...
Yeah, that worked, thank you! I couldn't find this anywhere in the [documentation](https://sapling-scm.com/docs/introduction/), or issues.