Damian Ryse
Damian Ryse
Hi, I just installed huly on my server and the e-mail topic was the first thing I noticed is missing. I suggest using environment variables to use for SMTP settings?
Here's an example frontend error that sometimes occurs.
The NFS are mounted using the PersistentVolumeClaims in my yaml files. For example: ```yaml apiVersion: v1 kind: PersistentVolume metadata: name: opencloud-config-pv spec: storageClassName: "" capacity: storage: 100Mi accessModes: - ReadWriteMany...
It actually does. The rest is done automatically by the k3s node and I didn't have to manually mount the share. But here's the output of `mount` directly on the...
I have modified the PersistentVolumes and added: ```yaml mountOptions: - noac - vers=4.2 ``` After restarting the service, the `mount` options now look like this: ``` (rw,sync,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,hard,noac,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.1.1.4,local_lock=none,addr=192.168.178.12) ``` Which should...
So, I'm getting different errors now. The old error still occurs but not that often anymore. Instead, I'm getting a lot of `numerical result out of range` errors. ```json {...
Another issue I'm facing now is when I'm trying to rename a folder in a space: ```yaml {"level":"error","service":"storage-users","host.name":"opencloud-67f7cff9f6-wvbw5","pkg":"rgrpc","traceid":"3ebf412ad45e70384a47ed6ef14c217d","error":"node.XattrsWithReader: no data available","spaceid":"c3e284a5-5e4d-4be5-80c6-49b31de55616","nodeid":"","time":"2025-10-02T12:47:12Z","message":"error reading permissions"} ``` I'm certainly sure it has something...
After experimenting around more with this setup, I'd like to share my observations: ## Case 1: Data dir is a default NFS share OpenClouds speed is somewhat okay. It does...