场景:k8s glusterfs | 存储后端 | sc动态存储
zookeeper 无头服务 kafka-zookeeper-0 一直处于ContainerCreating状态查看kubectl describe pod kafka-zookeeper-0
循环打印一下错误…

Mounting command: systemd-run
Mounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/625c27d3-1951-428c-b4b3-dd5c341a5b73/volumes/kubernetes.io~glusterfs/pvc-2715b689-9d36-46ee-a429-39a350af0dfe --scope -- mount -t glusterfs -o auto_unmount,backup-volfile-servers=10.0.2.34:10.0.2.35:10.0.2.33,log-file=/var/lib/kubelet/plugins/kubernetes.io/glusterfs/pvc-2715b689-9d36-46ee-a429-39a350af0dfe/kafka-zookeeper-0-glusterfs.log,log-level=ERROR 10.0.2.34:vol_2ca30e3ac75b9ae09b0cb1a0add66dbe /var/lib/kubelet/pods/625c27d3-1951-428c-b4b3-dd5c341a5b73/volumes/kubernetes.io~glusterfs/pvc-2715b689-9d36-46ee-a429-39a350af0dfe
Output: Running scope as unit run-8680.scope.
[2022-01-24 09:30:40.006404] E [glusterfsd.c:828:gf_remember_backup_volfile_server] 0-glusterfs: failed to set volfile server: File exists
Mount failed. Check the log file /var/lib/kubelet/plugins/kubernetes.io/glusterfs/pvc-2715b689-9d36-46ee-a429-39a350af0dfe/kafka-zookeeper-0-glusterfs.log for more details.
, the following error information was pulled from the glusterfs log to help diagnose this issue:
[2022-01-24 09:30:40.019085] E [MSGID: 108006] [afr-common.c:5313:__afr_handle_child_down_event] 0-vol_2ca30e3ac75b9ae09b0cb1a0add66dbe-replicate-0: All subvolumes are down. Going offline until at least one of them comes back up.
[2022-01-24 09:30:42.430281] E [fuse-bridge.c:5298:fuse_first_lookup] 0-fuse: first lookup on root failed (Transport endpoint is not connected)Warning  FailedMount  119s  kubelet  MountVolume.SetUp failed for volume "pvc-2715b689-9d36-46ee-a429-39a350af0dfe" : mount failed: mount failed: exit status 1

https://stackoverflow.com/questions/60683873/0-glusterfs-failed-to-set-volfile-server-file-exists

在自己电脑上、服务起不来、又TM给我自动断开连接.索性再次卸载安装(pvc/pv 什么的没删)

… 起来了 莫名其妙的问题

0-glusterfs: failed to set volfile server: File exists相关推荐

  1. Php错误邮件提示linux,linux下phpmailer发送邮件出现SMTP ERROR: Failed to connect to server: (0)错误...

    在作项目的过程当中,后期客户提出了发送邮件的需求,既然客户有需求,那么没啥说的,上呗.php 通过网上的通常资料查找,PHPMailer这个插件貌似用起来不错,那就从github clone一份下来, ...

  2. Android7.0编译出现问题(Failed to contact Jack server)

    Android N,O在初始源码编译时,很多会出现Failed to contact Jack server: Problem reading .jack-server/client.pem. Try ...

  3. Failed to issue method call: Unit mysql.service failed to load: No such file or directory解决的方式...

    Failed to issue method call: Unit mysql.service failed to load: No such file or directory解决的方式 作者:ch ...

  4. nginx: [emerg] bind() to 0.0.0.0:66 failed (98: Address already in use)

    查看进程 查看日志 root@ubuntu:/usr/local/nginx/sbin# find / -name error.log /var/log/apache2/error.log /usr/ ...

  5. zabbix4.0 zabbix-server.service never wrote its PID file. Failing.

    CentOS7.6启动Zabbix4.0时,报出如下错误(错误没保存,从网上其他位置复制而来): [root@iZuf6fdluqx20hmkk68ndfZ zabbix]# systemctl st ...

  6. Jack Server--Android N AOSP编译--Failed to contact Jack server

    准备 今天正式担任Android7.0(N)项目模块的开发和维护工作,借此机会git和make了一套系统代码用来研究.在编译的过程中,与以往系统不同的是Android7.0系统编译工具链使用了全新的J ...

  7. nginx填坑之路(1)Nginx 检测语法正常,启用报 [emerg] bind() to 0.0.0.0:XXXX failed (13: Permission denied)错误处理...

    参考文档:Nginx 启动报 [emerg] bind() to 0.0.0.0:XXXX failed (13: Permission denied)错误处理 nginx 启动失败: 检测语法正常, ...

  8. rabbitmq启动失败-报Failed to load advanced configuration file解决方法

    [README] 1.本文基于 centos8 搭建 rabbitmq:  版本信息如下: rabbitmq rabbitmq-server-3.8.12-1.el8.noarch.rpm erlan ...

  9. Failed to resolve: android.arch.lifecycle:runtime:1.0.0,Failed to resolve: support-v4

    Android studio 导入项目报错: Failed to resolve: com.android.support:support-core-ui:26.1.0 Add Google Mave ...

  10. linux 修改网卡报错xe,centos修改端口出现Failed to start OpenSSH server daemon 启动报错和-xe报错的解决方法...

    修改SSH端口: # vi /etc/ssh/sshd_config 里面找port 22,在前面加上#,去掉注释,然后把22改成你想要的端口. #port 22 建议去掉注释之前,先增加你需要的端口 ...

最新文章

  1. 物联网:企业需要面临七大风险
  2. MQTT 与 Kafka
  3. c++ 哈希_详解Python中的可哈希对象与不可哈希对象(二)
  4. 表迁移工具的选型-复制ibd的方法-传输表空间
  5. 【实用】表维护视图SM30增加自定义按钮的实现
  6. python集合与字典区别_Python中的字典与集合
  7. pom.xml中提示web.xml is missing and failonmissingw...
  8. jar包中的类如何读取包内和包外的配置文件
  9. 易买电商网站项目总结
  10. 解决docker+openvpn搭建完成后客户端能连接,但是无法访问互联网或其他机器
  11. 使用ffmpeg将视频转成HLS(m3u8)格式
  12. NTP实现联网校对时间详解
  13. Idea 中最常用的10款插件(提高开发效率),一定要学会使用!
  14. (DFS)深度优先搜索算法详解
  15. 测试人员绩效考核KPI指标
  16. 嵌入式工作会越来越少吗?
  17. 开源至上:面试官轮轮虐你?深入剖析
  18. 用循环不定式来证明冒泡排序的正确性
  19. 微软官方制作纯净版的U盘启动盘(详细步骤)
  20. Apache Kylin的安装和使用

热门文章

  1. 计算机arp 各命令,ARP命令参数详解
  2. MapperReducer
  3. linux so 加壳,[android] 从加壳的so文件中抽出symbols
  4. 韩天峰 - Swoole4-全新的PHP编程模式
  5. iOS图片加载策略的简单实现
  6. Onedrive创建软链接同步指定文件夹
  7. Evaluate the standards between the Top Five through ratings of transferred players on whoscored.com
  8. juniper防火墙定义策略生效时间
  9. 3种夸克有多少组合?
  10. 【模式匹配】之 —— Z-BOX算法