From the information in the linked email it seems you are using different gluster fs volumes for images and system datastore:
192.168.0.199:/fc-sys on /var/lib/one/datastores/102 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) 192.168.0.199:/fc-img on /var/lib/one/datastores/103 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) With glusterfs drivers the volume must be the same, that's why it is not finding the disk. If you don't have any VMs running you can probably fix it with: # umount /var/lib/one/datastores/102 # rmdir /var/lib/one/datastores/102 # ln -s /var/lib/one/datastores/103 /var/lib/one/datastores/102 Cheers On Wed, Dec 24, 2014 at 9:28 AM, hansz <[email protected]> wrote: > hi man, > i use centos7 and opennebula4.10 glusterfs3.5 > i also meet the > http://lists.opennebula.org/pipermail/users-opennebula.org/2014-July/045482.html > question. > > Fri Jul 11 14:35:33 2014 [VMM][D]: Message received: LOG I 10 error: Failed > to create domain from /var/lib/one//datastores/102/10/deployment.0 > Fri Jul 11 14:35:33 2014 [VMM][D]: Message received: LOG I 10 error: > internal error process exited while connecting to monitor: qemu-kvm: -drive > file=gluster+tcp://192.168.0.199:24007/fc-img/10/disk.0,if=none,id=drive-ide0-0-0,format=raw,cache=none: > could not open disk image gluster+tcp://192.168.0.199:24007/fc- > img/10/disk.0: No such file or directory > Fri Jul 11 14:35:33 2014 [VMM][D]: Message received: LOG I 10 [2014-07-11 > 06:35:36.105637] E [afr-common.c:4157:afr_notify] 0-fc-img-replicate-0: All > subvolumes are down. > Going offline until atleast one of them comes back up. > > > how can i solve it? pls > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Javier Fontán Muiños Developer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | @OpenNebula | github.com/jfontan _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
