当一个节点失败时,gluster操作会挂起

我有3个节点gluster服务器。 从它的大部分坐骑是只读的,并像本地主机:

mount -t glusterfs localhost:/volume /mnt/mountpoint/ -o ro 

卷是复制3副本(每个节点上一块砖)

我已经configuration了音量选项,如:

 cluster.quorum-count: 1 cluster.quorum-type: fixed cluster.server-quorum-type: none 

我期望一个节点的失败/重新启动不会中断从本地安装的卷的读取操作。 不幸的是 – 当我重新启动任何节点或任何节点失败 – 甚至像读取操作

 ls -l /mnt/mountpoint/somefile 

挂起,直到失败的节点启动或达到network.ping-timeout。 我已经尝试过目前的版本3.8。

有没有什么办法可以configurationglusterfs始终服务(本地!)内容,独立于失败的节点?