输出:mount:未知文件系统类型' glusterfs'

时间:2016-10-24 03:29:38

标签: kubernetes

  

FailedMount MountVolume.SetUp卷失败   " kubernetes.io/glusterfs/f8c3bcce-42010a80007d-glusterfsmilogvol"   (spec.Name:" glusterfsmilogvol")pod" f8c3bcce-42010a80007d" (UID:   " f8c3bcce - 42010a80007d")with:glusterfs:mount failed:mount failed:   退出状态32挂载参数:IPAddress:GlusterTestVol   /var/lib/kubelet/pods/f8c3bcce-42010a80007d/volumes/kubernetes.io~glusterfs/glusterfstestlogvol

     

glusterfs [log-level = ERROR   日志文件=的/ var / lib中/ kubelet /插件/ kubernetes.io / glusterfs / glusterfstestlogvol /荚22ohg-glusterfs.log]   输出:mount:未知文件系统类型' glusterfs'

1 个答案:

答案 0 :(得分:1)

进一步分析显示我在Kubernetes 1.4上,其中gci作为节点的图像类型。 https://cloud.google.com/container-engine/docs/node-image-migration 从Kubernetes 1.4开始,gci图像默认为GKE Con​​tainer Cluster,并且它不支持GlusterFS FileSystem作为PV-Persistent Volume。

因此,将图像类型从gci转换为container_vm

gcloud容器群集升级--image-type = container_vm" test-cluster"

此外,还有一点说明 gci 尚不支持以下不推荐使用的 container-vm 支持的Kubernetes卷类型:

NFS

GlusterFS

的iSCSI