Merge "connector: Fix comment of get_connector_properties regarding enforce_multipath"

This commit is contained in:
Zuul 2021-03-26 22:48:56 +00:00 committed by Gerrit Code Review
commit 4baa502ec8
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ def get_connector_properties(root_helper, my_ip, multipath, enforce_multipath,
:param multipath: Enable multipath? :param multipath: Enable multipath?
:type multipath: bool :type multipath: bool
:param enforce_multipath: Should we enforce that the multipath daemon is :param enforce_multipath: Should we enforce that the multipath daemon is
running? If the daemon isn't running then the running? If the daemon isn't running then raise
return dict will have multipath as False. ProcessExecutionError to the caller.
:type enforce_multipath: bool :type enforce_multipath: bool
:param host: hostname. :param host: hostname.
:param execute: execute helper. :param execute: execute helper.