-
Notifications
You must be signed in to change notification settings - Fork 16
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
Failed to apply topology in the GlusterFS lab #24
Comments
@johanrobinson Hi, this is interesting. Do you mind supplying the following?
Thanks. |
@lpabon Thanks, I'm using the openshift vagrant demo deployment //JR |
@johanrobinson The vagrant demo already sets everything up for you once the ansible commands are finished deploying. Are you trying to deploy before or after the ansible commands run (which are executed by the |
@lpabon: |
@johanrobinson Cool, so is everything all set? |
@lpabon, no it's not all set. As I said vagrant and Ansible ran through without errors, but then when trying to run the topology load in the lab, it fails according to my first post. |
After looking at #23 and this one, I think the centos/atomic-host vagrant box that @johanrobinson has might be pretty old. Updating the vagrant box by |
[vagrant@client ~]$ heketi-cli -s http://deploy-heketi-aplo.cloudapps.example.com topology load --json=/home/vagrant/topology.json
Found node 192.168.10.100 on cluster ea5233c7ce5dc284deaa6324ca83e823
Adding device /dev/vdb ... Unable to add device: Unable to execute command on glusterfs-dc-192.168.10.100-1-sghyu: WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
Device /dev/vdb not found (or ignored by filtering).
Device /dev/vdc not found (or ignored by filtering).
Device /dev/vdd not found (or ignored by filtering).
Device /dev/vdb not found (or ignored by filtering).
Device /dev/vdc not found (or ignored by filtering).
Device /dev/vdd not found (or ignored by filtering).
Device /dev/vdb not found (or ignored by filtering).
Device /dev/vdc not found (or ignored by filtering).
Device /dev/vdd not found (or ignored by filtering).
The devices /dev/vdb, /dev/vdc, /dev/vdd - doesn't exist on atomic0, atomic1, atomic2 in my setup.
Did I miss something in my setup? Using MBP with virtualbox...
The text was updated successfully, but these errors were encountered: