vdsm user and kvm group 不能访问glusterfs
天飞.h
2016-03-11
602浏览量
简介:
[ ERROR ] Cannot access storage connection 192.168.184.14:/Govirt: permission settings on the specified storage do not allow access to the storage to vdsm user and kvm group.
[ ERROR ] Cannot access storage connection 192.168.184.14:/Govirt: permission settings on the specified storage do not allow access to the storage to vdsm user and kvm group. Verify permission settings on the specified storage or specify another location
执行下面的设置
gluster volume set Govirt cluster.quorum-type auto
gluster volume set Govirt network.ping-timeout 10
gluster volume set Govirt auth.allow \*
gluster volume set Govirt group virt
gluster volume set Govirt storage.owner-uid 36
gluster volume set Govirt storage.owner-gid 36
gluster volume set Govirt server.allow-insecure on
解决 :
--== STORAGE CONFIGURATION ==--
During customization use CTRL-D to abort.
Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: glusterfs
[ INFO ] Please note that Replica 3 support is required for the shared storage.
Please specify the full shared storage connection path to use (example: host:/path): 192.168.184.18:/GO
[ INFO ] GlusterFS replica 3 Volume detected
[ INFO ] Installing on first host
[ INFO ] GlusterFS replica 3 Volume detected
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。