Hi Team, I'm encountering some issues with Longho...
# longhorn-storage
n
Hi Team, I'm encountering some issues with Longhorn storage and would appreciate your help: 1. Automatic Storage Release: Currently, we are manually using the
fstrim
command to release unused storage, which is causing nodes to face disk pressure due to increased Longhorn PV size, even though the actual consumption is much lesser. Is there a way to configure Longhorn to automatically release unwanted storage to prevent unnecessary increases in storage size? I am encountering this issue as well - https://github.com/longhorn/longhorn/issues/9949 2. Unused Volume Replicas: I'm maintaining 3 replicas of each Longhorn PV across 3 worker nodes, which is working fine. However, I noticed that the same PV replica is also present on another worker node, but it's not being used or displayed in the Longhorn dashboard. Why is Longhorn unable to delete this unused volume replica? I'm using Longhorn version 1.4.3 on an RKE2 cluster running Kubernetes version 1.23. Thanks for your assistance!