Skip to content
Snippets Groups Projects
Commit 6953756f authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Small style adjustment


Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 3d7d3a12
No related branches found
No related tags found
No related merge requests found
......@@ -253,8 +253,8 @@ class IAReqRelocate(IARequestBase):
raise errors.OpPrereqError("Can't relocate non-mirrored instances",
errors.ECODE_INVAL)
if instance.disk_template in constants.DTS_INT_MIRROR and \
len(instance.secondary_nodes) != 1:
if (instance.disk_template in constants.DTS_INT_MIRROR and
len(instance.secondary_nodes) != 1):
raise errors.OpPrereqError("Instance has not exactly one secondary node",
errors.ECODE_STATE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment