Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slcli lock replica-failback
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BAD
$ slcli -v block replica-failback 41442919 Calling: SoftLayer_Network_Storage::failbackFromReplicant(id=41442919, mask='', filter='None', args=(None,), limit=None, offset=None))
GOOD
slcli -v call-api SoftLayer_Network_Storage failbackFromReplicant --id=6548079 Calling: SoftLayer_Network_Storage::failbackFromReplicant(id=6548079, mask='', filter='{}', args=(), limit=None, offset=None))
failbackFromReplicant doesn't accept parameters, so that needs to be changed in the manager.
failoverToReplicant doesn't take an immediate parameter either, which the manager is sending. So that hsould be fixed.
immediate
The text was updated successfully, but these errors were encountered:
Fixed in #1200 and #1204
Sorry, something went wrong.
FernandoOjeda
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
BAD
GOOD
failbackFromReplicant doesn't accept parameters, so that needs to be changed in the manager.
failoverToReplicant doesn't take an
immediate
parameter either, which the manager is sending. So that hsould be fixed.The text was updated successfully, but these errors were encountered: