How do I "freeze" an nfs mount in kubernetes to snapshot it if fsfreeze sends operation not permitted? How do I "freeze" an nfs mount in kubernetes to snapshot it if fsfreeze sends operation not permitted? kubernetes kubernetes

How do I "freeze" an nfs mount in kubernetes to snapshot it if fsfreeze sends operation not permitted?


From https://github.com/vmware-tanzu/velero/issues/2042 and some other quick poking around, fsfreeze doesn't support NFS mounts. In general it seems to mostly on work with real local volumes which you'll almost never use with Kubernetes.