Hi, we would like to have a dedicated disk for etc...
# k3s
n
Hi, we would like to have a dedicated disk for etcd to improve performance, and so we are trying to figure out what would be a sensible mountpoint path for it. Using the full etcd path ("/var/lib/rancher/k3s/server/db/etcd") interferes with something like "k3s server --cluster-reset" as it tries to rename the etcd folder to a backup before creating a new one. What would you suggest as a sensible mountpoint where the intention is improved etcd performance. (and to avoid using something like "/var/lib/rancher" as the mountpoint, which would pollute the disk with a lot of data we don't wish to have on it)