----- Original Message ----- > From: "Steve Dainard" <[email protected]> > To: "Nir Soffer" <[email protected]>, "users" <[email protected]> > Sent: Friday, February 7, 2014 6:27:04 PM > Subject: Re: [Users] Ovirt 3.3.2 Cannot attach POSIX (gluster) storage domain > > Hi Nir, > > Do you need any more info from me? I missed the 'sanlock client host_status > -D' request, info below:
Hi Steve, It looks like your glusterfs mount is not writable by vdsm or sanlock. This can happen when permissions or owner of the directory is not correct. Can you try to mount the glusterfs volume manually, and share the output of ls -lh? sudo mkdir /tmp/gluster sudo mount -t glusterfs 10.0.10.2:/rep2 /tmp/gluster ls -lh /tmp/gluster/ sudo umount /tmp/gluster Thanks, Nir _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

