]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Added tmpfiles.d for rgw: templated user and group.
authorOwen Synge <osynge@suse.com>
Wed, 3 Jun 2015 10:55:01 +0000 (12:55 +0200)
committerSage Weil <sage@redhat.com>
Sat, 1 Aug 2015 13:58:33 +0000 (09:58 -0400)
commit61240190c7775d93e7316cbf2c27eb17400ddb6a
treed8aa246d0a32d4f9a4e4ecf8eb5b1a0f8907536a
parent95db160da3cbfbfdf964c32f1111dce27e80a020
Added tmpfiles.d for rgw: templated user and group.

tmpfiles.d are part of system.d and define how temporary directories are setup.
rgw needs a socket directory. To do this we template tmpfiles.d user and group
for rgw and fill in the values using autotools.

Note1: Added to spec file.
Note2: Name changed to rgw from radosgw as is preferred name by Sage.
Note3: Adds configure options
    --with-rgw-user=UserName
    --with-rgw-group=GroupName
Note4: Defaults set for debian
Note5: spec file overrides defaults for redhat and suse

Signed-off-by: Owen Synge <osynge@suse.com>
.gitignore
ceph.spec.in
configure.ac
systemd/ceph-rgw.tmpfiles.d.in [new file with mode: 0644]