final ByteBuffer writeData1 = ByteBuffer.allocate(512 * numBlocks);
final ByteBuffer readData1 = ByteBuffer.allocate(512 * numBlocks);
final ByteBuffer writeData2 = ByteBuffer.allocate(512 * numBlocks);
final ByteBuffer readData2 = ByteBuffer.allocate(512 * numBlocks);
Random random = new Random(System.currentTimeMillis());
random.nextBytes(writeData1.array());
random.nextBytes(writeData2.array());
// init of initiator and the session
String target1 = "testing-xen2-disk1";
String target2 = "testing-xen2-disk2";