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
creamy-pencil-82913
06/03/2024, 4:00 PM
this seems like a generic linux system administration question?
creamy-pencil-82913
06/03/2024, 4:00 PM
have you looked at mounting a new disk or partition there, or just using a bind mount?
creamy-pencil-82913
06/03/2024, 4:01 PM
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
creamy-pencil-82913
06/03/2024, 4:01 PM
none of this is k3s specific though
l
late-breakfast-52642
06/03/2024, 4:31 PM
Thanks , already this is resolved
sorry for late response