kubernetes/test/images/volume/iscsi
Humble Chirammal 29ad028396 update base image version of ISCSI test image
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-07-28 11:53:45 +05:30
..
BASEIMAGE update base image version of ISCSI test image 2022-07-28 11:53:45 +05:30
block.tar.gz
create_block.sh Fix shellcheck lint errors in test/images/volume/iscsi/create_block.sh 2019-04-15 20:01:25 -04:00
Dockerfile test images: Adds Windows support (part 1) 2020-02-21 02:09:49 -08:00
README.md Remove stale analytics links from docs 2020-11-18 07:04:48 -06:00
run_iscsi_target.sh
VERSION update base image version of ISCSI test image 2022-07-28 11:53:45 +05:30

iSCSI target container for testing.

Inspired by https://github.com/rvykydal/dockerfile-iscsid

  • The container needs /lib/modules from the host to insert appropriate kernel modules for iscsi. This assumes that these modules are installed on the host!

  • The container needs to run with docker --privileged

block.tar.gz is a small ext2 filesystem created by create_block.sh (run as root!)