Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

rsync phase failing #83

@SebTardif

Description

@SebTardif

I uses aws.ami = "ami-c53fb7ac" #CentOS 6.3 EC2 AMI images 64 bit EBS ec2-user

Output:
vagrant up --provider=aws
Bringing machine 'default' up with 'aws' provider...
[default] Warning! The AWS provider doesn't support any of the Vagrant
high-level network configurations (config.vm.network). They
will be silently ignored.
[default] Launching an instance with the following settings...
[default] -- Type: m1.small
[default] -- AMI: ami-c53fb7ac
[default] -- Region: us-east-1
[default] -- Keypair: mygroup-key
[default] -- Security Groups: ["mygroup-dev"]
[default] Waiting for instance to become "ready"...
[default] Waiting for SSH to become available...
[default] Machine is booted and ready for use!
[default] Rsyncing folder: /home/stardif/vagrant/ => /vagrant
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mkdir -p '/vagrant'

But doing the following command is able to create the folder:
vagrant ssh-config > ssh-config.config ; ssh -t -F ssh-config.config default sudo mkdir /vagrant

So the plug-in should do the same.

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