码迷,mamicode.com
首页 > Web开发 > 详细

kubenetes pv(nfs) pvc 搭建

时间:2017-06-02 12:35:54      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:filename   pat   tps   guid   ...   启动   cli   client   nbsp   

1:nfs-server的搭建。

install the NFS Server: sudo apt install nfs-kernel-server

2:配置server.

vim /etc/exports

for example add:

/ubuntu  *(ro,sync,no_root_squash)
/home    *(rw,sync,no_root_squash)

3: 安装client:

sudo apt-get install nfs-common

4: 在client 挂载。

sudo mount host_server:path local_path

5:启动服务
重启portmapper(端口映射)服务
lingd@Ubuntu:~$ sudo service portmap restart
portmap start/running, process 550
重启NFS服务
lingd@ubuntu:~$ sudo service nfs-kernel-server restart
 * Stopping NFS kernel daemon                                            [ OK ] 
 * Unexporting directories for NFS kernel daemon...                      [ OK ] 
 * Exporting directories for NFS kernel daemon...                        [ OK ] 
 * Starting NFS kernel daemon

参考:https://help.ubuntu.com/lts/serverguide/network-file-system.html

   http://blog.csdn.net/gujintong1110/article/details/42219039

kubenetes pv(nfs) pvc 搭建

标签:filename   pat   tps   guid   ...   启动   cli   client   nbsp   

原文地址:http://www.cnblogs.com/Spider-spiders/p/6932541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!