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

[BUG]: cert-csi help message uses wrong name of "csi-cert" #938

Closed
vincent1chen opened this issue Aug 8, 2023 · 4 comments
Closed

[BUG]: cert-csi help message uses wrong name of "csi-cert" #938

vincent1chen opened this issue Aug 8, 2023 · 4 comments
Assignees
Labels
area/cert-csi Issues pertaining to Cert CSI type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@vincent1chen
Copy link

Bug Description

when check cert-csi help menu, it wrongly use a "csi-cert". it's just a typo.

[root@registry ~]# ./cert-csi -h
[2023-08-08 03:54:33] INFO Starting cert-csi; ver. 0.8.1
NAME:
csi-cert - unified method of benchmarking and certification of csi drivers

USAGE:
cert-csi [global options] command [command options] [arguments...]

VERSION:
0.8.1

here is the main code

func main() {
app := cli.NewApp()
app.Name = "csi-cert"
app.Version = "0.8.1"
app.Usage = "unified method of benchmarking and certification of csi drivers"
app.EnableBashCompletion = true

Logs

no log

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

check cert-csi help menu

./cert-csi -h

Expected Behavior

all content of "cert-csi" are consistent

CSM Driver(s)

CSI driver for powerstore

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

K8s 1.24.4

Operating System

debian 11

@vincent1chen vincent1chen added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Aug 8, 2023
@csmbot
Copy link
Collaborator

csmbot commented Aug 8, 2023

@vincent1chen: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and assign an appropriate priority label.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.

@adarsh-dell adarsh-dell self-assigned this Aug 8, 2023
@adarsh-dell adarsh-dell added this to the v1.8.0 milestone Aug 8, 2023
@adarsh-dell
Copy link
Contributor

Hi @vincent1chen Thank you for bringing this to our notice.
We will address this in the upcoming release as an inclusion in CSM version 1.8.0.
Could you kindly attach the cert-csi labels to all the issues generated for the cert-csi repository? This will facilitate streamlined issue sorting and resolution. Much appreciated.

@adarsh-dell adarsh-dell added the area/cert-csi Issues pertaining to Cert CSI label Aug 8, 2023
@vincent1chen vincent1chen changed the title [BUG]: cert-csi help message use wrong name of "csi-cert" [BUG][cert-csi] : cert-csi help message use wrong name of "csi-cert" Aug 9, 2023
@vincent1chen
Copy link
Author

@adarsh-dell i don't have right to update label. I update all issue title with "csi-cert" label

@adarsh-dell adarsh-dell removed the needs-triage Issue requires triage. label Aug 9, 2023
@adarsh-dell
Copy link
Contributor

The issue has been resolved and will be included in the upcoming release of csm v1.8.0.
If you're familiar with compiling the standalone binary, you can give it a go by building it from the latest changes in the main branch. This approach should yield positive results if you decide to give it a try.

@shaynafinocchiaro shaynafinocchiaro changed the title [BUG][cert-csi] : cert-csi help message use wrong name of "csi-cert" [BUG]: cert-csi help message uses wrong name of "csi-cert" Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cert-csi Issues pertaining to Cert CSI type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

3 participants