Vhtforums
AI Assistant
oVirt GlusterFS Hos...
 
Notifications
Clear all

oVirt GlusterFS Host is not added in Known_Hosts

1 Posts
1 Users
0 Reactions
1,955 Views
Brandon Lee
Posts: 681
Admin
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@brandon-lee)
Member
Joined: 16 years ago
[#326]

In playing around with oVirt in the home lab in the last couple of days, I wanted to show you guys the resolution to the error "Host is not added in Known_Hosts" when you are trying to run the GlusterFS single host hyperconverged wizard in oVirt. 

The error looks like this:

image

To get around this issue, you need to run the following command to add your SSH signature of the host itself to its own known_hosts:

ssh-keyscan ovirthost01.cloud.local >> /root/.ssh/known_hosts

 

image

Now when you run the command it should go past the error you were receiving before. I hope this helps others as this took me a bit to figure out.