I believe that it’s something to do with stopping Windows (at the target) from sending TURs to the tape every 30s or so.
Setting streaming bit ? Is that something I can do with mt-st or mt commands? The best I am getting is about 29MB/s over a 1Gbit LAN L
Here’s my backup script:
root@charon:~/bin# cat backup-system
#!/bin/bash
# init
function pause(){
read -p "$*"
}
#
# Connect to the iSCSI tape drive and make sure it's set up
#
sudo iscsiadm -m node --targetname "iqn.2008-08.com.starwindsoftware:mercury-hp1840" --portal "192.168.129.66:3260" --login
sleep 5
sudo stinit -vv
# Set the device blocksize to 64k
set -v
sudo mt-st -f /dev/st0l setblk 65536
#
# Actually run the backup
#
sudo dd bs=16M if=/dev/disk/by-id/ata-KINGSTON_SVP100S296G_312Y10B7Y5SK | pv | dd ibs=16M obs=64K of=/dev/st0l
set +v
pause 'Press [Enter] key to unload the tape ...'
sudo mt-st -f /dev/st0l offline
sudo iscsiadm -m node --targetname "iqn.2008-08.com.starwindsoftware:mercury-hp1840" --portal "192.168.129.66:3260" --logout
root@charon:~/
Thanks
--
You received this message because you are subscribed to a topic in the Google Groups "open-iscsi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-iscsi/jp7zMTdWbN8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-iscsi+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/open-iscsi/4ad354c3-5d6a-4b1f-b978-afee5d1219aen%40googlegroups.com.
I believe that it’s something to do with stopping Windows (at the target) from sending TURs to the tape every 30s or so.
Setting streaming bit ? Is that something I can do with mt-st or mt commands? The best I am getting is about 29MB/s over a 1Gbit LAN L
Here’s my backup script:
...
Direct throughput about 140MB/s
From: open-...@googlegroups.com [mailto:open-...@googlegroups.com] On Behalf Of Lee Duncan
Sent: 26 October 2020 22:51
To: open-iscsi
Subject: Re: Slow iSCSI tape performance
On Oct 25, 2020, at 10:42 AM, David C. Partridge <david.p...@perdrix.co.uk> wrote:
--
You received this message because you are subscribed to a topic in the Google Groups "open-iscsi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-iscsi/jp7zMTdWbN8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-iscsi+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/open-iscsi/CCD69511-2C68-4703-9BDD-A1345922DA2D%40gmail.com.