33.13.iSCSI target 和 initiator 的配置
33.13.1. 配置 iSCSI 目标
portal-group pg0 {
discovery-auth-group no-authentication
listen 0.0.0.0
listen [::]
}
target iqn.2012-06.com.example:target0 {
auth-group no-authentication
portal-group pg0
lun 0 {
path /data/target0-0
size 4G
}
}33.13.1.1. 认证
33.13.2. 配置 iSCSI 发起者
33.13.2.1. 无配置文件连接目标
33.13.2.2. 使用配置文件连接目标
最后更新于