Skip to content

Conversation

@ansarars
Copy link

No description provided.

cmd = ['admitrcopylink', targetName, source_target_port_pair]
response = self._run(cmd)
if response != []:
response = response[0]
Copy link
Author

Choose a reason for hiding this comment

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

Initially we were returning only part of the message, now it will return whole message that
we are getting from storeserv

cmd = ['dismissrcopylink', targetName, source_target_port_pair]
response = self._run(cmd)
if response != []:
response = response[0]
Copy link
Author

Choose a reason for hiding this comment

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

same as above

cmd = ['startrcopy']
response = self._run(cmd)
if response != []:
response = response[0]
Copy link
Author

Choose a reason for hiding this comment

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

same as above

try:
response = self._run(cmd)
if response != []:
response = response[0]
Copy link
Author

Choose a reason for hiding this comment

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

same as above

try:
response = self._run(cmd)
if response != []:
response = response[0]
Copy link
Author

Choose a reason for hiding this comment

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

same as above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant