Skip to content

Add options to only run INQUIRY and to scan the bus to scsidump (#1092)#1261

Merged
uweseimet merged 2 commits intodevelopfrom
issue_1092
Oct 30, 2023
Merged

Add options to only run INQUIRY and to scan the bus to scsidump (#1092)#1261
uweseimet merged 2 commits intodevelopfrom
issue_1092

Conversation

@uweseimet
Copy link
Copy Markdown
Contributor

No description provided.

@uweseimet uweseimet linked an issue Oct 22, 2023 that may be closed by this pull request
@uweseimet uweseimet marked this pull request as ready for review October 22, 2023 16:00
@uweseimet uweseimet requested a review from dialtr October 22, 2023 16:00

opterr = 0;
while ((opt = getopt(static_cast<int>(args.size()), args.data(), "i:f:s:t:rvp")) != -1) {
while ((opt = getopt(static_cast<int>(args.size()), args.data(), "i:f:s:t:rvpILS")) != -1) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the "L" option that you add here?

Copy link
Copy Markdown
Contributor Author

@uweseimet uweseimet Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably from a previous (temporary) change and I forgot to remove it. Now it's gone. I will merge soon.

Thank you for reviewing my PRs, by the way. I really appreciate it.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uweseimet You are very welcome, happy to help.

What do you say about next weekend, Saturday Nov 4, to tag the next stable release? Looking at the state of the project, you have two more TODO tickets planned, #975 and #1256 . Do you think you can finalize everything in the coming 4 days or do you need more time?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rdmark I just removed one of them from the next release, because it's not that important. The remaining one I can finalize immediately after my two remaining PRs have been merged. I cannot work on that ticket before because of potential merge conflicts.
Regarding the remaining 2 C++ PRs: If you also want to review them, please just go ahead ;-). I have already tested them quite a lot. Besides with scsictl #1262 has also been tested with my app.
statistics

Copy link
Copy Markdown
Contributor Author

@uweseimet uweseimet Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I almost missed that #1240 is still in progress, without a PR yet. But also this one can easily be finalized after merging the still open PRs.

@uweseimet uweseimet merged commit 8f45e4f into develop Oct 30, 2023
@uweseimet uweseimet deleted the issue_1092 branch October 30, 2023 10:34
@sonarqubecloud
Copy link
Copy Markdown

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

4.5% 4.5% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

uweseimet added a commit that referenced this pull request Oct 30, 2023
… (#1261)

* Add options to only run INQUIRY and to scan the bus to scsidump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to run inquiry only with scsidump

2 participants