Skip to content

Commit

Permalink
(t) replication spawn error - continued 2 rockstor#2766
Browse files Browse the repository at this point in the history
- Improve diagnostic content of receiver failing to
retrieve senders IP address from sent appliance ID.
  • Loading branch information
phillxnet committed Dec 29, 2023
1 parent cd8e523 commit 3c765b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/rockstor/smart_manager/replication/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ def run(self):

self.ack = True
self.msg = (
f"Failed to get the sender ip for appliance: {self.sender_id}".encode(
"utf-8"
)
f"Failed to get the sender ip for appliance: {self.sender_id}. "
"Ensure receiver has sender in System -> Appliances.".encode("utf-8")
)
self.sender_ip = Appliance.objects.get(uuid=self.sender_id).ip

Expand Down

0 comments on commit 3c765b3

Please sign in to comment.