summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2016-02-16 17:57:05 +0800
committerYixun Lan <dlan@gentoo.org>2016-02-16 18:04:16 +0800
commitb0f5aa7239b0d047772f4462e7d4f18ac52e2f6f (patch)
treee352c87e07e15dbe9793a06ce6868476af08c72c /sys-cluster/ceph/files
parentsys-kernel/vanilla-sources: Automated version bump to {3.12.54,3.18.27,4.1.18... (diff)
downloadgentoo-b0f5aa7239b0d047772f4462e7d4f18ac52e2f6f.tar.gz
gentoo-b0f5aa7239b0d047772f4462e7d4f18ac52e2f6f.tar.bz2
gentoo-b0f5aa7239b0d047772f4462e7d4f18ac52e2f6f.zip
sys-cluster/ceph: warn user about permission changes
Gentoo-bug: 574792 Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r--sys-cluster/ceph/files/README.gentoo11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys-cluster/ceph/files/README.gentoo b/sys-cluster/ceph/files/README.gentoo
index c59612081366..6e5f8366136c 100644
--- a/sys-cluster/ceph/files/README.gentoo
+++ b/sys-cluster/ceph/files/README.gentoo
@@ -17,9 +17,14 @@
net-misc/openntpd
net-misc/chrony
-4) Starting from version 9.0.x, Ceph daemons run as ‘ceph’ user instead root.
- In order to fix this, we suggest to stop ceph daemons, and fix ownership
+4) Starting from version 9.0.x, Ceph daemons run as user 'ceph' instead of 'root'.
+ In order to solve this, we recommand to stop ceph daemons, and fix the ownership
- chown -R ceph:ceph /var/lib/ceph
+ # chown -R ceph:ceph /var/lib/ceph
+
+ or
+
+ Add the following line to ceph.conf on all hosts:
+ " setuser match path = /var/lib/ceph/$type/$cluster-$id "
https://ceph.com/releases/v9-2-0-infernalis-released/