path: tgt_1:1.0.85-1.3/scripts/tgt-setup-lun
# Check if tgtd is running (we should have 2 daemons)
tgtd_count=`pidof tgtd | wc -w`
if [ $tgtd_count -lt 1 ]; then
	echo "tgtd is not running"
