安装nfs-provide-client的时候pod 一直不能启动,报错Unable to attach or mount volumes:

wrong fs type,

Events:Type     Reason       Age                  From               Message----     ------       ----                 ----               -------Normal   Scheduled    2m54s                default-scheduler  Successfully assigned kube-system/nfs-subdir-external-provisioner-7d6dd967f8-p86dr to node02Warning  FailedMount  51s                  kubelet            Unable to attach or mount volumes: unmounted volumes=[nfs-subdir-external-provisioner-root], unattached volumes=[nfs-subdir-external-provisioner-root kube-api-access-d7p44]: timed out waiting for the conditionWarning  FailedMount  46s (x9 over 2m54s)  kubelet            MountVolume.SetUp failed for volume "nfs-subdir-external-provisioner-root" : mount failed: exit status 32
Mounting command: mount
Mounting arguments: -t nfs 172.16.2.131:/data/market_k8s/ /var/lib/kubelet/pods/24404fca-4a49-4f33-9cbd-326560b59d26/volumes/kubernetes.io~nfs/nfs-subdir-external-provisioner-root
Output: mount: wrong fs type, bad option, bad superblock on 172.16.2.131:/data/market_k8s/,missing codepage or helper program, or other error(for several filesystems (e.g. nfs, cifs) you mightneed a /sbin/mount.<type> helper program)In some cases useful info is found in syslog - trydmesg | tail or so.

wrong fs type, bad option ??

先找了个客户端挂载,试了下,发现是可以写入到nfs-server的挂载路径的

但是安装的nfs-provider却启动不来

然后发现是要挂载NFS的客户端【就是node 节点】 没有安装nfs-utils,被挂载的节点必须安装nfs的客户端,否则不适配

解决:

安装nfs的客户端即可

yum install nfs-utils -y 

【已解决】 Unable to attach or mount volumes: unmounted volumes相关推荐

  1. Conmi的正确答案——Unable to attach or mount volumes: unmounted volum...timed out waiting for the condition

    k8s:v1.22.12 kubesphere版本:v3.3 完整错误信息: Unable to attach or mount volumes: unmounted volumes=[prometh ...

  2. Unable to attach or mount volumes: unmounted volumes=[nfs-client-root], unattached volumes=[nfs-clie

    一.环境 在k8s 集群中创建了一个存储类,但是发现这pod 一直处于ContainerCreating 中 [root@master xlj]# kubectl get pod -A NAMESPA ...

  3. Unable to attach or mount volumes ... timed out waiting for the condition

    k8s pod一直起不起来,遇到这个错误: Unable to attach or mount volumes: unmounted volumes=[data], unattached volume ...

  4. Etcd Unable to attach or mount volumes

    1.etcd报错日志如下: Events:Type Reason Age From Message---- ------ ---- ---- -------Warning FailedMount 42 ...

  5. Uable to attach or mount volumes: unmounted volumes=[xxxx], unattached volumes=[xxxx]: timed out wa

    错误信息:Unable to attach or mount volumes: unmounted volumes=[xxxx], unattached volumes=[xxxx]: timed o ...

  6. SpringBoot:Unable to start LiveReload server(已解决)

    SpringBoot:Unable to start LiveReload server(已解决) 问题分析 经查询,发现DevToolsProperties中配置了一个端口,默认是35729. pu ...

  7. 已解决sitk::ERROR: Unable to determine ImageIO reader for “D:zuj\fx05(IOSUDA-master datasetsretinal_dat

    已解决return _SimpleITK.ImageFileReader_Execute(self) RuntimeError: Exception throm in SimplelTk ImageF ...

  8. 已解决COLS value must be >= 2 and <= 1182: got 1 initscr(): Unable to create SP

    已解决Python获取无人机状态数据,抛出异常COLS value must be >= 2 and <= 1182: got 1 initscr(): Unable to create ...

  9. TS:git clone出现 fatal unable to access ‘httpsgithub.com...‘的解决办法(已解决)-2021.12.04

    TS:git clone出现 fatal: unable to access 'https://github.com/-'的解决办法(已解决)-2021.12.04 目录 文章目录 TS:git cl ...

最新文章

  1. zeptojs-跑马灯效果
  2. Detail-Preserving Pooling in Deep Networks
  3. Sqoop2入门之导入关系型数据库数据到HDFS上(sqoop2-1.99.4版本)
  4. 运动估计算法的程序实现_偷天换日,逼真的天空置换算法
  5. springcloud 组件_深入理解 Spring Cloud 核心组件与底层原理
  6. asp.net内置对象
  7. 软件测试 理念 价值,软件测试价值观-SMBT新理念
  8. vulhub安装教程
  9. 将二维列表输出到excel
  10. mysql数据库加载太慢_使用MySQL数据库很慢
  11. 健身房,我用python给她写了个小米计时器助人为乐
  12. vim设置Tab为空格
  13. 使用spss做各种相关性分析的方法和步骤
  14. LaTeX 页面大小和页边距
  15. Coursera | Applied Plotting, Charting Data Representation in Python(UMich)| Assignment3
  16. 淘宝中影响产品SEO权重的因素有哪些?
  17. Python 玫瑰花绘制
  18. Android 闹钟demo
  19. FCPX教程|如何在Final Cut Pro 的时间线中调整转场?
  20. 宇宙的最初三分种(转)

热门文章

  1. win10光驱位连接计算机,搞定Win10系统识别不了光驱位机械硬盘的设置方法
  2. 【月夜特效------附 效果+源代码】
  3. SameSite Cookie问题处理解决方案(谷歌Chome浏览器出现Whitelabel Error Page或者不停请求现象解决)
  4. IOS端微信小程序API播放视频无效,应该这样做
  5. L2-027. 名人堂与代金券
  6. Windows 10免费原生打开HEIC格式的图片(无需转换,直接用照片打开)
  7. 教你如何用Unity和Cardboard把3D游戏做成VR游戏
  8. Python 时间标准化
  9. 小猿日记(8) - 接口优化从13秒到3秒,我做了什么
  10. python中seed的用法什么作用_Python代码中seed()函数有什么功能呢?