Skip to content

Commit

Permalink
chore(bors): merge pull request openebs#755
Browse files Browse the repository at this point in the history
755: dummy implementation for replica entity id attribute r=abhilashshetty04 a=abhilashshetty04



Co-authored-by: Abhilash Shetty <[email protected]>
  • Loading branch information
mayastor-bors and abhilashshetty04 committed Feb 22, 2024
2 parents d8ffd9c + 8375717 commit 7559c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ impl AgentToIoEngine for transport::CreateReplica {
Self::IoEngineMessage {
name: ReplicaName::from_opt_uuid(self.name.as_ref(), &self.uuid).into(),
uuid: self.uuid.clone().into(),
entity_id: None,
pooluuid: match self.pool_uuid.clone() {
Some(uuid) => uuid.into(),
// TODO: implement a getter function to fetch the uuid of the pool from the given
Expand Down
2 changes: 1 addition & 1 deletion utils/dependencies

0 comments on commit 7559c7f

Please sign in to comment.