From 7a05ced17130ce4f8a2d7a6f5bd0c3459b7ce4da Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 4 Mar 2020 19:56:47 +0100 Subject: [PATCH] add fuse_set_user_groups options to false --- node.sh | 1 + 1 file changed, 1 insertion(+) 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