Jun 1, 2020: update

This commit is contained in:
Sharad Ahlawat
2020-06-01 11:02:23 -07:00
parent 7707eb5865
commit b5674dda38
38 changed files with 320 additions and 51 deletions

35
configs/etc/ctl.conf Normal file
View File

@ -0,0 +1,35 @@
portal-group pg0 {
discovery-auth-group no-authentication
listen 0.0.0.0
listen [::]
}
target iqn.nas.ahlawat.com:lab13 {
# auth-group no-authentication
portal-group pg0
chap user secretsecret
lun 0 {
path /dev/zvol/ship/raw/lab13
size 128G
}
}
target iqn.nas.ahlawat.com:lab17 {
# auth-group no-authentication
portal-group pg0
chap user secretsecret
lun 0 {
path /dev/zvol/ship/raw/lab17
size 128G
}
}
target iqn.nas.ahlawat.com:lab18 {
# auth-group no-authentication
portal-group pg0
chap user secretsecret
lun 0 {
path /dev/zvol/ship/raw/lab18
size 128G
}
}

3
configs/etc/exports Normal file
View File

@ -0,0 +1,3 @@
/mnt/ship/pxe/FreeBSD11 -alldirs -maproot=root
/mnt/ship/pxe/FreeBSD12 -alldirs -maproot=root
/mnt/ship/pxe/FreeBSD13 -alldirs -maproot=root