Provider libvirt not found
$ vagrant up
The provider 'libvirt' could not be found, but was requested to
back the machine 'master'. Please use a provider that exists.
Vagrant knows about the following providers: docker, hyperv, virtualbox
Make sure that we have ruby-dev or ruby-devel and then install libvirt plugin
$ yum install ruby-devel
$ vagrant plugin install vagrant-libvirt
$ vagrant plugin list
vagrant-libvirt (0.0.45, global)
Invalid: sshfs
$ vagrant up
Bringing machine 'master' up with 'libvirt' provider...
Bringing machine 'worker0' up with 'libvirt' provider...
Bringing machine 'worker1' up with 'libvirt' provider...
Bringing machine 'worker2' up with 'libvirt' provider...
==> worker2: Starting domain.
==> worker0: Starting domain.
==> worker1: Starting domain.
...
An error occurred while executing multiple actions in parallel.
Any errors that occurred are shown below.
An unexpected error occurred when executing the action on the
'master' machine. Please report this as a bug:
Internal error. Report this as a bug. Invalid: sshfs
/usr/share/vagrant/gems/gems/vagrant-2.2.4/lib/vagrant/action/builtin/mixin_synced_folders.rb:137:in `block in synced_folders'
/usr/share/vagrant/gems/gems/vagrant-2.2.4/lib/vagrant/action/builtin/mixin_synced_folders.rb:125:in `each'
/usr/share/vagrant/gems/gems/vagrant-2.2.4/lib/vagrant/action/builtin/mixin_synced_folders.rb:125:in `synced_folders'
/usr/share/vagrant/gems/gems/vagrant-2.2.4/lib/vagrant/action/builtin/synced_folder_cleanup.rb:19:in `call'
/usr/share/vagrant/gems/gems/vagrant-2.2.4/lib/vagrant/action/warden.rb:50:in `call'
...