Hide Forgot
Created attachment 814613 [details] logs Description of problem: vdsm fails to mount glusterfs, manually works fine. Version-Release number of selected component (if applicable): is19 How reproducible: 100% Steps to Reproduce: 1. set gluster volume on gluster server 2. try to create new gluster storage domain 3. Actual results: fails Expected results: should work Additional info: =========== Thread-5072::DEBUG::2013-10-21 16:01:05,120::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /bin/mount -t glusterfs 10.35.161.249:/acanan01 /rhev/data-center/mnt/glusterSD/10.35.161.249:_acanan01' (cwd None) Thread-5072::DEBUG::2013-10-21 16:01:05,291::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /bin/umount -f -l /rhev/data-center/mnt/glusterSD/10.35.161.249:_acanan01' (cwd None) Thread-5072::ERROR::2013-10-21 16:01:05,337::hsm::2373::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2370, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 227, in connect raise e StorageServerAccessPermissionError: Permission settings on the specified path do not allow access to the storage. Verify permission settings on the specified storage path.: 'path = /rhev/data-center/mnt/glusterSD/10.35.161.249:_acanan01'
[root@green-vdsb tmp]# mount -t glusterfs 10.35.161.249:/acanan01 /tmp/gluster/ [root@green-vdsb tmp]# mount /dev/mapper/vg0-lv_root on / type ext4 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0") /dev/sde1 on /boot type ext4 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) 10.35.161.249:/acanan01 on /tmp/gluster type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)