10000 Error: "No synced folder implementation is available for your synced folders!" · Issue #138 · mitchellh/vagrant-rackspace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Error: "No synced folder implementation is available for your synced folders!" #138
Open
@cgoldammer

Description

@cgoldammer

The full output is

No synced folder implementation is available for your synced folders!
Please consult the documentation to learn why this may be the case.
You may force a synced folder implementation by specifying a "type:"
option for the synced folders. Available synced folder implementations
are listed below.

docker, nfs, rsync, smb, virtualbox

I obtain this error when running vagrant up --provider=rackspace on Windows 7.

My Vagrantfile looks as follows:

Vagrant.configure("2") do |config|
  config.vm.box = "hashicorp/precise32"
  config.vm.synced_folder "synced", "/var/www/synced"
  config.vm.provider :rackspace do |rs|
    rs.username = "..."
    rs.api_key = "..."
    rs.flavor = /512 MB Standard Instance/ 
    rs.image = /Ubuntu/
    rs.rackspace_region = :dfw
  end
end

If this is due to me mis-reading the documentation or added documentation can be helpful, I'd be happy to add that documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0