----- Original Message -----
From: "Steve Dainard" <sdainard(a)miovision.com>
To: "Nir Soffer" <nsoffer(a)redhat.com>, "users"
<users(a)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