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

[storage][front-end] Remove xxxDeleteResponse messages #181

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Nov 1, 2022

Following Google AIP-135 - Standard methods: Delete

Related to #174

Following Google AIP-135 - Standard methods: Delete

Related to opiproject#174

Signed-off-by: Boris Glimcher <[email protected]>
Signed-off-by: Boris Glimcher <[email protected]>
@glimchb glimchb requested a review from a team as a code owner November 1, 2022 22:49
@glimchb glimchb added the Storage APIs or code related to storage area label Nov 1, 2022
@glimchb glimchb self-assigned this Nov 1, 2022
glimchb added a commit to glimchb/opi-spdk-bridge that referenced this pull request Nov 2, 2022
glimchb added a commit to glimchb/opi-spdk-bridge that referenced this pull request Nov 2, 2022
@glimchb glimchb added the Merge Candidate in the open merge window, next candidate for merge label Nov 2, 2022
Copy link

@llabordehpe llabordehpe left a comment

Choose a reason for hiding this comment

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

Changes look good to me.

Copy link
Contributor

@jainvipin jainvipin left a comment

Choose a reason for hiding this comment

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

thanks @glimchb - this change looks good to me and aligned with standardized APIs.

Copy link
Contributor

@PWAlessi PWAlessi left a comment

Choose a reason for hiding this comment

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

👍 this is great progress.


// Front End (host-facing) APIs.

// NVMe/PCIe emulation

service NVMeSubsystemService {
rpc NVMeSubsystemCreate (NVMeSubsystemCreateRequest) returns (NVMeSubsystem) {}
rpc NVMeSubsystemDelete (NVMeSubsystemDeleteRequest) returns (NVMeSubsystemDeleteResponse) {}
rpc NVMeSubsystemDelete (NVMeSubsystemDeleteRequest) returns (google.protobuf.Empty) {}
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 better to return empty than an empty message

Copy link
Contributor

@mkalderon mkalderon left a comment

Choose a reason for hiding this comment

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

looks good. thanks

@glimchb glimchb merged commit 1b5a67c into opiproject:main Nov 2, 2022
glimchb added a commit to glimchb/opi-spdk-bridge that referenced this pull request Nov 2, 2022
glimchb added a commit to opiproject/opi-spdk-bridge that referenced this pull request Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Candidate in the open merge window, next candidate for merge Storage APIs or code related to storage area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants