
Hi, Am 01.10.2018 um 12:08 schrieb Simone Tiraboschi:
On Mon, Oct 1, 2018 at 10:40 AM Bernhard Dick <bernhard@bdick.de <mailto:bernhard@bdick.de>> wrote:
Hi,
after I changed the network configuration of one of my hosted engine hosts in oVirt I am no longer able to run the ha-daemon on the host. When I run hosted-engine --connect-storage on this host I get the following error: vdsm.client.TimeoutError: Request StoragePool.connectStorageServer with args {'connectionParams': [{'netIfaceName': 'ens1f1', 'port': '3260', 'connection': '192.168.1.1', 'iqn': 'iqn.2002-03.com.compellent:5000 d...', 'user': '', 'tpgt': '0', 'ifaceName': 'ens1f1', 'password': '', 'id': 'cd5fa13f-fbb7-4cc6-a094-4b280dc7b514'}], 'storagepoolID': '00000000-0000-0000-0000-000000000000', 'domainType': 3} timed out after 60 seconds
ens1f1 is the network card that has been used earlier for iSCSI, now it should connect via ens1f0. Is there a way to update this configuration for the host?
If you create an iSCSI bond on engine side with ens1f0, the engine will configure the host for that and ovirt-ha-agent will honor that configuration.
that worked. Thank you!
Regards Bernhard