Closed MartinForReal closed 6 years ago
The gluster-kubernetes project is for deploying a Gluster environment within Kubernetes. It does not offer the option to install nfs-ganesha or make snapshots. This is likely the wrong project to report your problem.
Best is probably to email gluster-users@gluster.org with more details so that a broader audience can help out. Explain carefully what you have done, and what you want to achieve.
Thanks for clarifying that snapshot is not supported. We are trying to deploy glusterfs in kubernetes cluster and we want to know if snapshot feature is supported when glusterfs is started in container.
Snapshots can work within containers. The functionality is partially there in heketi, it is used by the volume clone
interface. Questions or problems with that should be discussed in the Heketi project.
gluster client is invoked when snapshot request is received by heketi. and I think the creating snapshot request would be redirected to glusterd. And I searched the internet and found that lvm snapshot (which is the way how glusterfs implement snapshot) may be corrupted due to the limit of udev's functionality.
I installed nfs-ganesha and started but it doesn't work