Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test vdis fail to mount #222

Open
howdoicomputer opened this issue Jan 7, 2016 · 2 comments
Open

test vdis fail to mount #222

howdoicomputer opened this issue Jan 7, 2016 · 2 comments

Comments

@howdoicomputer
Copy link

I've been trying to test this cookbook and kitchen test fails to create any of the vms.

default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...

I enabled the VirtualBox GUI and the box reported 'Could not read from the boot medium! System halted.'

I personally think this has to do with this section of the vagrantfile used for testing.

Sometimes I get this error:

#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["createhd", "--filename", "disk-0", "--size", "1000"]

Stderr: 0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Failed to create medium
VBoxManage: error: Could not create the medium storage unit '/Users/doctordoom/workspace/work/ceph-cookbook/.kitchen/kitchen-vagrant/kitchen-ceph-cookbook-osd-ubuntu-1204/disk-0.vdi'.
VBoxManage: error: VDI: cannot create image '/Users/doctordoom/workspace/work/ceph-cookbook/.kitchen/kitchen-vagrant/kitchen-ceph-cookbook-osd-ubuntu-1204/disk-0.vdi' (VERR_ALREADY_EXISTS)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium
VBoxManage: error: Context: "RTEXITCODE handleCreateMedium(HandlerArg*)" at line 448 of file VBoxManageDisk.cpp
>

Please fix this customization and try again.

I am running VirtualBox 5.0.0.

@wallnerryan
Copy link

seeing the same

@wallnerryan
Copy link

running VB 5.0.16, for some reason I need to do sudo vagrant up on a mac to get it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants