You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hopefully 41bc385 and its new vagrant box could solve this issue.
Vagrant + VirtualBox just recently support additional disk with experimental flag; without such disk Ceph OSD could not setup correctly and so RGW may also failed.
In case of Vagrant + Libvirt such support is much easy and out of the box.
Vagrant + VirtualBox hard coded first network interface as NAT (not NAT Network), so we could only add additional private interface for multi node interconnectivity, but then our Ansible variables also need to update with such eth1 for all interface related.
In case of Vagrant + Libvirt such support again default with NAT Network so much easy.
I have update the README.md example and also provide a sample Vagrantfile, hopefully helpful ;-)
I try vagrant up from this below config with VirtualBox. However RGW is not start. not sure what did I do wrong?
The text was updated successfully, but these errors were encountered: