Commit 189843f7 authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

test/iscsi_tgt: Remove outdated comment and extra stats



In practice, actual nvme is used during the test not malloc. For
emulated nvmes (that's where the test is run) we allocate 5GB
so this gives ~2.5GB per target device - this should be plenty
to accomodate SPDK build.

Change-Id: Ieaf56e5eb7b5b3e1ae39ae41aec77a3ab55b122b
Signed-off-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21105


Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <ben@nvidia.com>
parent f1e1d084
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -101,10 +101,6 @@ for dev in $devs; do
	(cd /mnt/${dev}dir/spdk && ./configure $(get_config_params))
	make -C /mnt/${dev}dir/spdk -j

	# Print out space consumed on target device to help decide
	#  if/when we need to increase the size of the malloc LUN
	df -h /dev/$dev

	rm -rf /mnt/${dev}dir/spdk
	umount /mnt/${dev}dir
	rm -rf /mnt/${dev}dir