Hi Nir,

[root@ovirt001 storage]# mount -t glusterfs 10.0.10.2:/rep2 rep2-mount/
[root@ovirt001 storage]# ls -lh rep2-mount/
total 0
-rwxr-xr-x. 1 vdsm kvm  0 Feb  5 10:36 __DIRECT_IO_TEST__
drwxr-xr-x. 4 vdsm kvm 32 Feb  5 10:36 ff0e0521-a8fa-4c10-8372-7b67ac3fca31
[root@ovirt001 storage]# ls -lh
total 0
drwxr-xr-x. 4 vdsm kvm  91 Jan 30 17:34 iso-mount
drwxr-xr-x. 3 root root 23 Jan 30 17:31 lv-iso-domain
drwxr-xr-x. 3 vdsm kvm  35 Jan 29 17:43 lv-storage-domain
drwxr-xr-x. 3 vdsm kvm  17 Feb  4 15:43 lv-vm-domain
drwxr-xr-x. 4 vdsm kvm  91 Feb  5 10:36 rep2-mount


Steve Dainard 
IT Infrastructure Manager
Miovision | Rethink Traffic
519-513-2407 ex.250
877-646-8476 (toll-free)

Blog  |  LinkedIn  |  Twitter  |  Facebook

Miovision Technologies Inc. | 148 Manitou Drive, Suite 101, Kitchener, ON, Canada | N2C 1L3
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.


On Sat, Feb 8, 2014 at 5:28 PM, Nir Soffer <nsoffer@redhat.com> wrote:
----- Original Message -----
> From: "Steve Dainard" <sdainard@miovision.com>
> To: "Nir Soffer" <nsoffer@redhat.com>, "users" <users@ovirt.org>
> 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