Snap refresh breaks MicroK8s cluster

I’ve updated the report on GitHub with the likely cause - snapd launched a “sync” which hangs forever because there was still a rook-ceph volume mounted, so the rbd kernel module is trying to connect to the ceph cluster which is running inside Kubernetes, but microk8s is stopped so it’s unreachable. Another example of many issues in an overly-complex system lining up to cause a problem…