Skip to content

Commit

Permalink
Address review: iSER -> ISER
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeagherix committed Jan 13, 2025
1 parent 48bca35 commit 393841f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/api/v25_04_0/rdma.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class RdmaCapableProtocolsArgs(BaseModel):


class RdmaCapableProtocolsResult(BaseModel):
result: list[Literal["iSER", "NFS"]]
result: list[Literal["ISER", "NFS"]]
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/rdma/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class RDMAprotocols(enum.Enum):
NFS = 'NFS'
ISER = 'iSER'
ISER = 'ISER'

def values():
return [a.value for a in RDMAprotocols]

0 comments on commit 393841f

Please sign in to comment.