Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Oct 30, 2023

Conversation

uweseimet
Copy link
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
@@ -95,7 +99,7 @@ void ScsiDump::ParseArguments(span<char *> args)
int buffer_size = DEFAULT_BUFFER_SIZE;

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
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
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
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
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
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
10 checks passed
@uweseimet uweseimet deleted the issue_1092 branch October 30, 2023 10:34
@uweseimet uweseimet moved this from In Progress to Done in Release 23.11.01 (first Bookworm release) Oct 30, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

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
No open projects
Development

Successfully merging this pull request may close these issues.

Add option to run inquiry only with scsidump
2 participants