Skip to content

Commit

Permalink
PWX-35939 Exposing cluster domain of a node in the SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Nimbalkar <[email protected]>
  • Loading branch information
Piyush Nimbalkar authored and piyush-nimbalkar committed Feb 21, 2024
1 parent 79e0a6f commit 8b87046
Show file tree
Hide file tree
Showing 7 changed files with 1,865 additions and 1,839 deletions.
4 changes: 4 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Releases

### v0.101.47 - (02/15/2024)

* Add cluster domain field to StorageNode

### v0.101.46 - (02/01/2024)

* Add mode field to SdkStorageRebalanceRequest
Expand Down
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ func (s *Node) ToStorageNode() *StorageNode {
SecurityStatus: s.SecurityStatus,
SchedulerTopology: s.SchedulerTopology,
NonQuorumMember: s.NonQuorumMember,
ClusterDomain: s.DomainID,
}

node.Disks = make(map[string]*StorageResource)
Expand Down
Loading

0 comments on commit 8b87046

Please sign in to comment.