libiscsi
libiscsi copied to clipboard
iscsi client library and utilities
I traced through it a bit, if you're doing a read and you pull the network plug out, the event loop checks for results from poll. It correctly picks up...
On OSX system, I used libiscsi to test a target, and it looks like a bug in iSCSICmdSnTooHigh test case. For the first test case, it will set the CMDSN...
Currently libiscsi enables multipath support by allowing multiple connections (in the sense of initiators) to the same portal/lun. In the case of qemu this means that a OS within a...
when i used libiscs for analysis URL , I found that the "iscsi_parse_url" function in lib/init.c returned NULL : iscsi://localhost/[email protected]_xxxxx/1 By checking the code of the function, I found that...
We can add a test to verify that the portals eturned are not completely invalid. At least check for v4/6 loopback addresses and v6 link local addresses.
1. Check via the VPD, what's the max number of unmap block descriptor count that is possible - and use it. 2. (Negative test) Try to unmap more than the...
Where with '-v' you see some nice and well understood failure messages, with '-x' you just get the asserts. For example: test_verify12_simple.c:52: CU_ASSERT_EQUAL(ret,0) In the XML, compared to: VERIFY12 command:...
This patch adds a timestamp before each logged line. That could help correlating a logging to a network-trace. Because of offsets in time between the tracer and the test and...