Hi All, I need to mount existing /var/lib/ranche...
# k3s
l
Hi All, I need to mount existing /var/lib/rancher/k3s/server/db into new mount point , what is the steps need to follow [note: this is a proactive step to avoid unnecessary I/O in etcd db]
1
c
this seems like a generic linux system administration question?
have you looked at mounting a new disk or partition there, or just using a bind mount?
You’d want to follow normal steps for moving stuff on linux… stop the service, mount the filesystem at a temporary path, move the files, remount the filesystem in the original path
none of this is k3s specific though
l
Thanks , already this is resolved sorry for late response