Skip to content

Commit

Permalink
sys-cluster/ceph: Allow setting the UID and GID for the ceph user
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
chutz committed Oct 14, 2016
1 parent ad80fa7 commit 8513164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-cluster/ceph/ceph-10.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ check-reqs_export_vars() {
}

user_setup() {
enewgroup ceph
enewuser ceph -1 -1 /var/lib/ceph ceph
enewgroup ceph ${CEPH_GID}
enewuser ceph "${CEPH_UID:--1}" -1 /var/lib/ceph ceph
}

emake_python_bindings() {
Expand Down

0 comments on commit 8513164

Please sign in to comment.