nndocs:srp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nndocs:srp [2025/02/24 19:08] – massively improve, though it still doesn't work naptastic | nndocs:srp [2025/12/24 02:45] (current) – [Configuration] clarify naptastic | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| Now strip the first 4 bytes off (they change anyway) and remove the :'s | Now strip the first 4 bytes off (they change anyway) and remove the :'s | ||
| - | /srpt> ib.fe800000000000005849560e53b70b01/ | + | |
| - | Created Node ACL for ib.fe800000000000005849560e59150301 | + | |
| + | Initiator ACLs start with all 0's. Targets start with fe80. | ||
| + | |||
| + | | ||
| + | Created Node ACL for ib.00000000000000005849560e59150301 | ||
| Created mapped LUN 0. | Created mapped LUN 0. | ||
| + | |||
| + | A Linux SRP target is always visible from all InfiniBand partitions. | ||
| ====Dependencies==== | ====Dependencies==== | ||
| Line 20: | Line 26: | ||
| apt install srptools | apt install srptools | ||
| - | ===Login fails=== | + | Do **NOT** set srp_daemon loose without using the -o flag! It will flood dmesg on both the initiator and the target! |
| + | |||
| + | Find targets to connect to: | ||
| + | |||
| + | # srp_daemon -o -v -c -p 1 | ||
| + | |||
| + | * -o means "run once" otherwise dmesg on all your hosts will get polluted with SRP login noise. | ||
| + | * -v means "say what you're doing" | ||
| + | * -c means "emit target information in a format we can use later" | ||
| + | * -p 1 means "only scan on HCA port 1" so obviously change this if you are initiating from port 2... | ||
| + | |||
| + | ====Configuration==== | ||
| + | |||
| + | It is **critical** that you edit / | ||
| - | shark (initiator): | + | To connect to a target listed by srp_daemon, write it to the appropriate add_target file in / |
| - | [74794.509035] scsi host11: ib_srp: REJ received | + | [root]@[shark][~]# |
| - | | + | / |
| - | | + | [root]@[shark][~]# |
| + | (...snip...) | ||
| + | | ||
| + | [2719206.379439] scsi 8:0:0:0: Direct-Access | ||
| + | [2719206.380206] sd 8:0:0:0: Attached scsi generic sg5 type 0 | ||
| + | [2719206.380337] sd 8:0:0:0: [sdd] 33554432 512-byte logical blocks: (17.2 GB/16.0 GiB) | ||
| + | [2719206.380376] scsi host8: ib_srp: | ||
| + | [2719206.380380] sd 8:0:0:0: [sdd] Write Protect is off | ||
| + | [2719206.380384] sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 08 | ||
| + | [2719206.380452] sd 8:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn' | ||
| + | [2719206.395027] sd 8:0:0:0: [sdd] Preferred minimum I/O size 512 bytes | ||
| + | [2719206.395030] sd 8:0:0:0: [sdd] Optimal transfer size 4294967288 logical blocks > dev_max (65535 logical blocks) | ||
| + | [2719206.425809] sd 8:0:0:0: [sdd] Attached SCSI disk | ||
| - | southpark (target): | + | Lazy benchmarking seems good: |
| - | [4483481.918835] ib_srpt Received SRP_LOGIN_REQ with i_port_id 5849:560e:53b7: | + | |
| - | | + | 4096+0 records in |
| - | | + | 4096+0 records out |
| + | 17179869184 bytes (17 GB, 16 GiB) copied, 5.38771 s, 3.2 GB/s | ||
| + | |||
| + | [root]@[shark][~]# | ||
| + | dd: error writing '/ | ||
| + | 4097+0 records in | ||
| + | 4096+0 records out | ||
| + | 17179869184 bytes (17 GB, 16 GiB) copied, 13.7431 s, 1.3 GB/s | ||
| - | "port has not yet been enabled" | + | ====Logout==== |
| - | [root]@[southpark][/ | + | " |
| - | 1 | + | |
| + | # echo 1 > / | ||
nndocs/srp.1740424131.txt.gz · Last modified: 2025/02/24 19:08 by naptastic
