I am trying to mount glusterfs on a kubernetes pod using a fuse mount. Kubernetes hardcodes the backup-volfile-servers option that is giving an error while mounting. I can mount without this option. IS there a way to make the client happy by setting something on the server? *Mounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/b52eaf11-ff94-11e9-9ced-0a60cc29152c/volumes/kubernetes.io <http://kubernetes.io>~glusterfs/glusterfs-fuse --scope -- mount -t glusterfs -o auto_unmount,backup-volfile-servers=192.168.103.185,log-file=/var/lib/kubelet/plugins/kubernetes.io/glusterfs/glusterfs-fuse/dc-appserver-689c988d67-7jvnh-glusterfs.log,log-level=ERROR,ro <http://kubernetes.io/glusterfs/glusterfs-fuse/dc-appserver-689c988d67-7jvnh-glusterfs.log,log-level=ERROR,ro> 192.168.103.185:gv0 /var/lib/kubelet/pods/b52eaf11-ff94-11e9-9ced-0a60cc29152c/volumes/kubernetes.io <http://kubernetes.io>~glusterfs/glusterfs-fuse* *Output: Running scope as unit run-18260.scope.* *WARNING: getfattr not found, certain checks will be skipped..* *[2019-11-05 06:40:00.282977] E [glusterfsd.c:825:gf_remember_backup_volfile_server] 0-glusterfs: failed to set volfile server: File exists* Thanks a lot in advance, Pankaj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20191104/41444208/attachment.html>