Make --group-name flag required for frostfs-adm morph frostfsid create-group command #1146

Closed
opened 2024-05-23 12:55:45 +00:00 by achuprov · 0 comments
Member

Currently, if the --group-name flag is missing, the error message does not reference the flag name.

Current Behavior

./bin/frostfs-adm morph frostfsid create-group
invalid group name: name must match regexp: ^[\w+=,.@-]{1,128}$

Possible Solution

  1. Make the --group-name flag required.
  2. Change the error message to include the flag name.
Currently, if the `--group-name` flag is missing, the error message does not reference the flag name. ## Current Behavior ``` ./bin/frostfs-adm morph frostfsid create-group invalid group name: name must match regexp: ^[\w+=,.@-]{1,128}$ ``` ## Possible Solution 1. Make the `--group-name` flag required. 2. Change the error message to include the flag name.
achuprov added the
bug
frostfs-adm
good first issue
triage
internal
labels 2024-05-23 12:55:45 +00:00
fyrchik removed the
internal
label 2024-05-23 13:50:15 +00:00
achuprov was assigned by fyrchik 2024-05-29 10:10:16 +00:00
fyrchik added this to the v0.41.0 milestone 2024-06-04 11:07:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1146
No description provided.