0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vagrant 1.9.4にしたらvagrant up --provider=hypervできない

Posted at

vagrant_1.8.5からvagrant_1.9.4にアップデートしたら下記のようなエラーががが

The provider 'hyperv' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

The Hyper-V provider requires that Vagrant be run with
administrative privileges. This is a limitation of Hyper-V itself.
Hyper-V requires administrative privileges for management
commands. Please restart your console with administrative
privileges and try again.

調べたらバグの模様
https://github.com/mitchellh/vagrant/issues/8527

対応方法はこちら↓
https://github.com/mitchellh/vagrant/pull/8548/commits/1dfc646fb3dd0f7b22a45d6c17ae0669933d7011

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?