tcmu+librbd ISCSI

帅比萌擦擦* 提交于 2019-12-06 18:10:38

tcmu+librbd环境搭建

1.环境

升级内核要求>=4.4.8

备注:解决 target__core__user.h 头文件缺失问题 

cp target__core__user.h /usr/include/linux/

2.安装依赖

2.1 ceph相关

yum install ceph-devel -y

2.1 其他依赖

yum install cmake3 make gcc libnl3-devel glib2-devel kmod-devel  zlib-devel -y

2.TCMU-runner编译安装

2.1 获取源码

git clone [https://github.com/kitwestneat/tcmu-runner.git](https://github.com/kitwestneat/tcmu-runner.git)

2.2 编译安装

cmake -DCMAKE_INSTALL_PREFIX=/usr -Dwith-glfs=false -Dwith-qcow=false -D SUPPORT_SYSTEMD=true .

make

make install

2.3 启动tcmu-runner

systemctl start tcmu-runner

3.targetcli安装

3.1下载地址

https://github.com/open-iscsi/targetcli-fb.git (v2.1-fb44)

https://github.com/open-iscsi/rtslib-fb.git (v2.1-fb61)

3.2 安装

python setup.py install

3.3 运行

targetcli ls 如果backstore出现user:rbd,则安装OK 此时可以查看help指令完成rbd-lun的创建。

权限 set attribute authentication=0 demo_mode_write_protect=0 generate_node_acls=1 cache_dynamic_acls=1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!