diff --git a/node.sh b/node.sh index 7e03383..797b892 100755 --- a/node.sh +++ b/node.sh @@ -41,6 +41,7 @@ cp -a /ceph/mon/etc/ceph/ceph.client.admin.keyring /ceph/mds/etc/ceph/ #client mkdir -p /ceph/client/etc/ceph docker exec ceph_mon ceph config generate-minimal-conf > /ceph/client/etc/ceph/ceph.conf +echo -e '\tfuse_set_user_groups = false' >> /ceph/client/etc/ceph/ceph.conf (docker exec ceph_mon ceph fs authorize cephfs client.$(hostname) / rws) > /ceph/client/etc/ceph/keyring chmod 600 /ceph/client/etc/ceph/keyring