Mixing CID and container ID #717

Closed
opened 2023-10-03 20:14:33 +00:00 by achuprov · 1 comment
Member

Right now, the command frostfs-cli container create provides the CID in this format:

container ID: 2LPn4P5YquiDD78JkuZuS2sDU1FngK91mTWfsRcYu9t9

However, the command frostfs-cli object put shows the CID like this:

OID: ETZSaS1R3FGMFvwfZqbENEgWTn2wnt1p8ArK4qQzR3XM
CID: 6U4JMr2cvws2kgY9cyHTi5W8UCKkErhB8tEN4SjJKyjP

Because of this inconsistency, it's challenging to use tools like grep and similar bash commands.

Right now, the command `frostfs-cli container create` provides the CID in this format: ``` container ID: 2LPn4P5YquiDD78JkuZuS2sDU1FngK91mTWfsRcYu9t9 ``` However, the command `frostfs-cli object put` shows the CID like this: ``` OID: ETZSaS1R3FGMFvwfZqbENEgWTn2wnt1p8ArK4qQzR3XM CID: 6U4JMr2cvws2kgY9cyHTi5W8UCKkErhB8tEN4SjJKyjP ``` Because of this inconsistency, it's challenging to use tools like grep and similar bash commands.
achuprov added the
bug
triage
labels 2023-10-03 20:14:33 +00:00
Owner

While doing this, let's check whether frostfs-testcases and ask other people who might have scripts for parsing this.

While doing this, let's check whether frostfs-testcases and ask other people who might have scripts for parsing this.
fyrchik added this to the v0.38.0 milestone 2023-10-04 09:36:55 +00:00
fyrchik added the
discussion
label 2023-10-04 09:36:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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#717
No description provided.