今天在kubernetes集群上搭建wordpress時(shí)闲昭,利用pv nfs存儲(chǔ)方式持久化堤框,但是pod一直不能Running域滥,kubectl describe pod {wordpress pod name}
報(bào)錯(cuò)如下:
mount: wrong fs type, bad option, bad superblock on 125.64.41.244:/data/img,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
我的wordpress服務(wù)部署到kubernetes集群,主機(jī)是騰訊云蜈抓,nfs部署到阿里云启绰,在網(wǎng)上搜索了一下說是沒有安裝 mount.nfs
導(dǎo)致,也是說需要在我的騰訊云主機(jī)上安裝mount.nfs
就不會(huì)有wrong fs type, bad option, bad superblock錯(cuò)誤提示了沟使。
根據(jù)錯(cuò)誤提示委可,查看/sbin/mount.<type>
文件,果然發(fā)現(xiàn)沒有/sbin/mount.nfs
的文件腊嗡,安裝nfs-utils
即可着倾。
解決方法
ubuntu上執(zhí)行以下命令:
apt-get install nfs-common
centos上執(zhí)行:
yum install nfs-utils -y
安裝之后,/sbin/
下面多了兩個(gè)mount
文件燕少,分別是mount.nfs
和mount.nfs4
:
代碼如下 復(fù)制代碼
[root@master ~]# ll /sbin/mount*
-rwsr-xr-x 1 root root 117432 Aug 9 09:17 /sbin/mount.nfs
lrwxrwxrwx 1 root root 9 Jan 6 17:43 /sbin/mount.nfs4 -> mount.nfs
-rwxr-xr-x 1 root root 41563 Aug 9 09:16 /sbin/mountstats
作者簡(jiǎn)潔
作者:小碗湯卡者,一位熱愛、認(rèn)真寫作的小伙客们,目前維護(hù)原創(chuàng)公眾號(hào):『我的小碗湯』崇决,專注于寫go語(yǔ)言、docker镶摘、kubernetes嗽桩、java等開發(fā)岳守、運(yùn)維知識(shí)等提升硬實(shí)力的文章凄敢,期待你的關(guān)注。轉(zhuǎn)載說明:務(wù)必注明來源(注明:來源于公眾號(hào):我的小碗湯湿痢,作者:小碗湯)