Skip to content

Commit

Permalink
Set target
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 10, 2024
1 parent 331fdcf commit 1df394c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/s2pdump/s2pdump_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ bool S2pDump::DisplayInquiry(bool check_type)
<< target_lun << "\n" << flush;

disk_executor->SetTarget(target_id, target_lun, sasi);
tape_executor->SetTarget(target_id, target_lun, sasi);

// Clear potential UNIT ATTENTION status
disk_executor->TestUnitReady();
Expand Down

0 comments on commit 1df394c

Please sign in to comment.