]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Sage Weil [Fri, 3 Oct 2014 15:32:35 +0000 (08:32 -0700)]
tasks/ceph_manager: enable log for ceph_objectstore_tool
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 2 Oct 2014 15:46:39 +0000 (08:46 -0700)]
powercycle: fuse_default_permissions = 0 for kernel build
Signed-off-by: Sage Weil <sage@redhat.com>
Yuri Weinstein [Sat, 27 Sep 2014 22:03:37 +0000 (15:03 -0700)]
Fixing branch assumptions
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Yuri Weinstein [Fri, 26 Sep 2014 23:44:27 +0000 (16:44 -0700)]
Merge pull request #152 from dachary/wip-9608-ec-default-parallel-giant
ec-rados-default is not fit for dumpling parallel upgrade
Loic Dachary [Fri, 26 Sep 2014 23:23:06 +0000 (01:23 +0200)]
ec-rados-default is not fit for dumpling parallel upgrade
Because it may race with the upgrade and end up being unable to perform.
http://tracker.ceph.com/issues/9608 Fixes: #9608
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit
b77ef02bc5ca623d2c5577c2caafcf3720ddd2ec )
tamil [Wed, 24 Sep 2014 08:30:24 +0000 (01:30 -0700)]
added upgrade suite for dumpling-firefly-giant
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
(cherry picked from commit
c7603c0b7871477110946d2d47ea67dda1b7a9bf )
Conflicts:
suites/upgrade/firefly-giant-x/parallel/5-upgrade-sequence/upgrade-by-daemon.yaml
suites/upgrade/firefly-giant-x/parallel/5-upgrade-sequence/upgrade-by-type.yaml
Sage Weil [Fri, 26 Sep 2014 16:01:26 +0000 (09:01 -0700)]
smoke: fix pjd debug conf syntax
Needs the section there or else ceph.py barfs at runtime
Signed-off-by: Sage Weil <sage@redhat.com>
John Spray [Thu, 25 Sep 2014 10:27:52 +0000 (11:27 +0100)]
tasks: wait for active after mds restart
May have been causing spurious failures on
trying to read session state after MDS restart (
session list isn't populated until recovery is
complete)
Signed-off-by: John Spray <john.spray@redhat.com>
Yuri Weinstein [Wed, 24 Sep 2014 23:47:07 +0000 (16:47 -0700)]
Merge pull request #147 from dachary/wip-ec-feature-plugin-v2-giant
erasure-code: assert that firefly-x/stress-split cannot load lrc
Loic Dachary [Wed, 10 Sep 2014 14:53:45 +0000 (16:53 +0200)]
erasure-code: assert that firefly-x/stress-split cannot load lrc
Because it would crash existing plugins.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit
d6f02d604840b448158a1470b6bb1f6d0550e97f )
tamil [Tue, 23 Sep 2014 17:31:51 +0000 (10:31 -0700)]
added workload tag
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
Gregory Farnum [Wed, 24 Sep 2014 05:30:59 +0000 (22:30 -0700)]
Merge pull request #142 from ceph/wip-9284
Tests for #9284, FUSE client capability handling
Reviewed-by: Greg Farnum <greg@inktank.com>
Sage Weil [Tue, 23 Sep 2014 23:30:28 +0000 (16:30 -0700)]
Merge pull request #146 from dachary/wip-9298-rgw-ec-starvation-giant
rgw: increase the number of OSDs for erasure coded pools
Loic Dachary [Sat, 30 Aug 2014 16:42:51 +0000 (18:42 +0200)]
rgw: increase the number of OSDs for erasure coded pools
So that there never is less than 4 osd which is the minimum when trying
erasure coded workloads that only work with 4 osd.
http://tracker.ceph.com/issues/9298 Fixes: #9298
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
John Spray [Mon, 8 Sep 2014 13:36:27 +0000 (14:36 +0100)]
suites: enable mds_client_limits test
Requires same cluster etc as 'recovery', though
we could now do with better name than that.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 8 Sep 2014 11:02:30 +0000 (12:02 +0100)]
tasks: wait for mds active before mounting clients
To make the logs clearer when trying to work out
if/when something went wrong, rather than always
having client logs start with some failures.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 8 Sep 2014 10:34:07 +0000 (11:34 +0100)]
tasks: rename FuseMount.get_client_id to get_global_id
'client_id' was ambiguous because in other places it
meant the '0' in client.0, whereas here it means
the runtime-generated global ID of the client.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 3 Sep 2014 13:15:54 +0000 (14:15 +0100)]
tasks: add mds_client_limits
New CephFS tests for the behaviour of the system while
enforcing its resource limits.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 3 Sep 2014 13:14:28 +0000 (14:14 +0100)]
tasks: generalise CephFSTestCase
Some of this stuff could be even more general for embedding
unittest-style suites, but for the moment let's keep the cephfs
stuff in a walled garden.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 3 Sep 2014 11:23:13 +0000 (12:23 +0100)]
tasks: generalize config writing for Filesystem
Signed-off-by: John Spray <john.spray@redhat.com>
Yuri Weinstein [Wed, 17 Sep 2014 21:07:00 +0000 (14:07 -0700)]
Update giant.yaml
fixed typos(cherry picked from commit
1f950d2bf4dd76d671ab1c85a87a5f1175305635 )
Yuri Weinstein [Wed, 17 Sep 2014 21:01:42 +0000 (14:01 -0700)]
Update giant.yaml(cherry picked from commit
90b6eec23fad6b3af1305de9c59a4759e076ebd3 )
Yuri Weinstein [Wed, 17 Sep 2014 21:01:09 +0000 (14:01 -0700)]
Update giant.yaml
Added comments(cherry picked from commit
3dd1314c6fa70fefc4ea8c65c33bac1ad3ba267a )
Warren Usui [Tue, 9 Sep 2014 03:56:14 +0000 (20:56 -0700)]
Create dumpling-giant-x stress-split upgrade suite
Fixes: 9357
Signed-off-by: Warren Usui <warren.usui@inktank.com>
(cherry picked from commit
c729372aaae82b8fb0a31a42f24d96924078282f )
Yuri Weinstein [Tue, 9 Sep 2014 02:22:54 +0000 (19:22 -0700)]
Update giant.yaml(cherry picked from commit
35b3f4617c54dcb9705ca31489e2348bdb0e18b5 )
Josh Durgin [Mon, 8 Sep 2014 23:38:17 +0000 (16:38 -0700)]
dumpling-giant-x: use giant version of workunits
The firefly version of test_librbd_python at least does
not work on giant.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
(cherry picked from commit
8755466c4b7c2402e3265ecb04a8300a4d0c146f )
Gregory Farnum [Thu, 18 Sep 2014 22:03:35 +0000 (15:03 -0700)]
Merge pull request #143 from ceph/wip-migration-test
tasks: more substantial IO for journal migration
Reviewed-by: Greg Farnum <greg@inktank.com>
Greg Farnum [Wed, 17 Sep 2014 22:05:26 +0000 (15:05 -0700)]
suites: turn on debugging for smoke cfuse pjd test
Signed-off-by: Greg Farnum <greg@inktank.com>
John Spray [Wed, 17 Sep 2014 10:38:09 +0000 (11:38 +0100)]
tasks: escaping '*' when deleting files
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 16 Sep 2014 14:14:54 +0000 (15:14 +0100)]
tasks: more substantial IO for journal migration
...so that there will at least be multiple segments
in the log during the rewrite.
Also make the test stricter by checking that
cephfs-journal-tool can happily read the resulting
journal.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 15 Sep 2014 17:13:14 +0000 (18:13 +0100)]
Merge pull request #141 from ceph/wip-9423
Fix #9423 - race in mds_client_recovery
John Spray [Mon, 15 Sep 2014 16:21:22 +0000 (17:21 +0100)]
Merge pull request #140 from ceph/wip-9177
suites/fs: update to latest mdtest
John Spray [Mon, 15 Sep 2014 15:03:48 +0000 (16:03 +0100)]
suites/fs: update to latest mdtest
They appear to have (accidentally?) fixed whatever
was crashing.
Fixes: #9177
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 15 Sep 2014 11:50:55 +0000 (12:50 +0100)]
tasks: fix race in test_stale_caps
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 8 Sep 2014 10:27:34 +0000 (11:27 +0100)]
tasks: typo in mds_client_recovery
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 15 Sep 2014 11:16:20 +0000 (12:16 +0100)]
tasks: handle failure cleanly in test_stale_caps
Previously would fail because the cap waiter
completed too soon, without noticing that the
reason it completed quickly was because it failed.
Signed-off-by: John Spray <john.spray@redhat.com>
Warren Usui [Fri, 5 Sep 2014 04:23:41 +0000 (21:23 -0700)]
Merge pull request #119 from ceph/wip_9352
Wip 9352
Zack Cerza [Thu, 4 Sep 2014 22:21:14 +0000 (16:21 -0600)]
Merge pull request #118 from dachary/wip-more-osds
add osds to firefly-x upgrade suite
Yuri Weinstein [Thu, 4 Sep 2014 21:32:01 +0000 (14:32 -0700)]
Updated README
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Yuri Weinstein [Thu, 4 Sep 2014 21:24:06 +0000 (14:24 -0700)]
First draft for a new suite dumpling-giant-x
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
tamil [Wed, 3 Sep 2014 06:48:34 +0000 (23:48 -0700)]
added a test to use single disk for both data and journal.
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
tamil [Wed, 3 Sep 2014 06:42:34 +0000 (23:42 -0700)]
added dmcrypt and separate_journal_disk options
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
Samuel Just [Tue, 2 Sep 2014 20:43:38 +0000 (13:43 -0700)]
Merge pull request #112 from ceph/wip-8231-forreview
Wip 8231 forreview
Reviewed-by: Samuel Just <sam.just@inktank.com>
John Spray [Mon, 1 Sep 2014 15:38:25 +0000 (16:38 +0100)]
tasks: fix mount race in mds_client_recovery
Signed-off-by: John Spray <john.spray@redhat.com>
Loic Dachary [Sun, 31 Aug 2014 12:48:05 +0000 (14:48 +0200)]
Merge pull request #117 from dachary/wip-erasure-code-workloads
erasure-code: do not schedule isa workloads just yet
Loic Dachary [Sun, 31 Aug 2014 11:30:24 +0000 (13:30 +0200)]
add osds to firefly-x upgrade suite
so that the lrc plugin has enough to work with
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Loic Dachary [Sun, 31 Aug 2014 08:46:38 +0000 (10:46 +0200)]
erasure-code: do not schedule isa workloads just yet
they should be selectively activated, depending the isa plugin availability
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
David Zafman [Thu, 14 Aug 2014 18:46:29 +0000 (11:46 -0700)]
ceph_manager: Add test code to use export/import to move a pg
Check for more than 1 osd down and randomize on chance_move_pg (100%)
For now only export from older down osd to newly down osd to avoid missing map
Signed-off-by: David Zafman <david.zafman@inktank.com>
David Zafman [Mon, 4 Aug 2014 20:07:19 +0000 (13:07 -0700)]
ceph_manager: Implement export/import when thrasher kills an osd
Use list-pgs to avoid races by seeing actual pgs present
Signed-off-by: David Zafman <david.zafman@inktank.com>
David Zafman [Mon, 21 Jul 2014 22:08:08 +0000 (15:08 -0700)]
ceph_objectstore_tool: Add task for testing of tool of the same name
Based on ceph/src/test/ceph_objectstore_tool.py but only does
replicated pool testing and doesn't test argument validation.
Signed-off-by: David Zafman <david.zafman@inktank.com>
Yuri Weinstein [Sat, 30 Aug 2014 16:45:16 +0000 (09:45 -0700)]
Merge pull request #115 from dachary/wip-erasure-code-workloads
erasure-code: do not schedule lrc workloads just yet
Loic Dachary [Sat, 30 Aug 2014 16:31:50 +0000 (18:31 +0200)]
erasure-code: do not schedule lrc workloads just yet
testing after renaming is in progress
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Yuri Weinstein [Sat, 30 Aug 2014 16:06:36 +0000 (09:06 -0700)]
Merge pull request #114 from dachary/wip-erasure-code-workloads
DNM: erasure-code: add various erasure-code workloads
Loic Dachary [Sat, 30 Aug 2014 08:03:30 +0000 (10:03 +0200)]
erasure-code: add to suites/upgrade/*-x final workloads
And replace the ec-readwrite.yaml custom workloads with links to the
workloads found in the erasure-code directory.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Loic Dachary [Fri, 29 Aug 2014 22:49:33 +0000 (00:49 +0200)]
erasure-code: add various erasure-code workloads
The erasure-code directory is populated with files describing rados
workloads suitable to test the default erasure code plugins. They are
linked to the rados suite. The pre-existing rados workloads from the
rados suite are replaced with those. Two workloads only differed by the
fact that one of them had less operations than the other. The more
complete set of operations is kept and used for all workloads to
maximize coverage.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Warren Usui [Fri, 29 Aug 2014 03:09:38 +0000 (20:09 -0700)]
Merge pull request #113 from ceph/ceph-deploy-dmcrypt
Added dmcrypt option and ability to choose same or different disk for ce...
tamil [Fri, 29 Aug 2014 01:48:40 +0000 (18:48 -0700)]
added config_options to enable adding ceph config file entries to ceph-deploy task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
tamil [Fri, 29 Aug 2014 01:21:30 +0000 (18:21 -0700)]
Added dmcrypt option and ability to choose same or different disk for ceph journal
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
John Spray [Wed, 27 Aug 2014 21:22:13 +0000 (22:22 +0100)]
Merge pull request #101 from ceph/wip-7810
Wip 7810
Sage Weil [Tue, 26 Aug 2014 23:29:15 +0000 (16:29 -0700)]
Merge pull request #111 from ceph/wip-fix-stress_split
Moved mon.c to the first host with mon.a and mon.b to address the issue
Yuri Weinstein [Tue, 26 Aug 2014 23:19:04 +0000 (16:19 -0700)]
Moved mon.c to the first host with mon.a and mon.b to address the issue
Sage found:
"... supposed to have half dumpling, half x osds. but the steps that upgrade and restart the mons upgrade the packages on the second host (which should remain dumpling w/ osd 3,4,5)"
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Sage Weil [Tue, 26 Aug 2014 23:11:45 +0000 (16:11 -0700)]
Merge pull request #110 from ceph/wip-fix-stress_split
Moved mon.c to teh first host with mon.a and mon.b to address the issue ...
Yuri Weinstein [Tue, 26 Aug 2014 23:06:18 +0000 (16:06 -0700)]
Moved mon.c to teh first host with mon.a and mon.b to address teh issue Sage found
"... supposed to have half dumpling, half x osds. but the steps that upgrade and restart the mons upgrade the packages on the second host (which should remain dumpling w/ osd 3,4,5)"
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Sage Weil [Tue, 26 Aug 2014 17:00:26 +0000 (10:00 -0700)]
Merge pull request #109 from ceph/wip_fix_firefly-x
Added sequential: clause, so test stop thrashing the mon after it runs t...
Yuri Weinstein [Tue, 26 Aug 2014 16:53:55 +0000 (09:53 -0700)]
Fixed typo
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Yuri Weinstein [Tue, 26 Aug 2014 16:21:26 +0000 (09:21 -0700)]
Added sequential: clause, so test stop thrashing the mon after it runs that one workload
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Zack Cerza [Tue, 26 Aug 2014 15:58:39 +0000 (09:58 -0600)]
Merge pull request #105 from ceph/wip-boto
tasks/s3tests: push boto config with idle_timeout setting
Sage Weil [Tue, 26 Aug 2014 13:34:45 +0000 (06:34 -0700)]
Merge pull request #106 from ceph/wip-9091-wusui
mplement ceph.created_pool
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil [Mon, 25 Aug 2014 21:47:49 +0000 (14:47 -0700)]
Merge pull request #107 from dachary/wip-9209-ec-workload
erasure-code: add jerasure k=3 m=1 workload
Loic Dachary [Mon, 25 Aug 2014 17:03:44 +0000 (19:03 +0200)]
erasure-code: add jerasure k=3 m=1 workload
It validates that http://tracker.ceph.com/issues/9209 is fixed.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Sage Weil [Mon, 25 Aug 2014 15:51:40 +0000 (08:51 -0700)]
thrashosds: increase osd revive timeout (75s -> 150s)
This is needed when running valgrind.
Signed-off-by: Sage Weil <sage@redhat.com>
Warren Usui [Sat, 23 Aug 2014 00:39:38 +0000 (17:39 -0700)]
mplement ceph.created_pool
ceph.created_pool allows the user (via yaml lines) to add pools
that the ceph_manager knows about.
Fixes: 9091
Signed-off-by: Warren Usui <warren.usui@inktank.com>
Sage Weil [Fri, 22 Aug 2014 22:28:58 +0000 (15:28 -0700)]
set boto timeout, too, for s3tests
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Fri, 22 Aug 2014 22:28:33 +0000 (15:28 -0700)]
tasks/s3tests: push boto config with idle_timeout setting
Signed-off-by: Sage Weil <sage@redhat.com>
John Spray [Wed, 20 Aug 2014 12:23:58 +0000 (13:23 +0100)]
suites/fs: add cephfs_journal_tool test
Fixes: #4886
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 12:00:41 +0000 (13:00 +0100)]
gitignore: ignore vim temp files
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:57:23 +0000 (12:57 +0100)]
suites/fs: add client recovery
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:58:15 +0000 (12:58 +0100)]
tasks/mds_client_recovery: use existing clients
This will enable using .yaml changes to switch this
guy over to use kcephfs client once the teuthology
code around it supports all the same hooks as I've added
for fuse.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:36:02 +0000 (12:36 +0100)]
tasks/mds_client_recovery: network freeze test
This is about testing the CephFS client's handling
of losing connectivity to the MDS.
Fixes: #7810
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:31:46 +0000 (12:31 +0100)]
tasks/ceph_fuse: enable umounting from config
This is for any test config that needs to run
some workunit with clients unmounted. It allows
you to go toggle the mountedness of a client as
you go up and down the stack list this:
- ceph-fuse:
client.0:
mounted: true
- workunit:
clients:
client.0:
- fs/misc/trivial_sync.sh
- ceph-fuse:
client.0:
mounted:
false
The initial use case for this is running the
cephfs_journal_tool_smoke.sh workunit, which
tests administrative operations that are meant
to be run on an unmounted filesystem.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:30:57 +0000 (12:30 +0100)]
tasks/workunit: fix log message
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 20 Aug 2014 11:30:27 +0000 (12:30 +0100)]
tasks/ceph: add ceph.stop task
So that we can explicitly stop daemons on demand. Useful
for MDS tool tests that want the MDS daemons not to be running,
is this is more solid and explicit than doing e.g. "ceph mds
stop" from within workunits.
Signed-off-by: John Spray <john.spray@redhat.com>
Zack Cerza [Thu, 21 Aug 2014 15:16:49 +0000 (09:16 -0600)]
Merge pull request #102 from ceph/9171
ignore errors on informational service status
Zack Cerza [Thu, 21 Aug 2014 15:15:11 +0000 (09:15 -0600)]
Merge pull request #103 from ceph/9172
use 'mon create-initial' always
Alfredo Deza [Thu, 21 Aug 2014 14:03:28 +0000 (10:03 -0400)]
use 'mon create-initial' always
But don't error if it fails, as this would mean that the monitors
are just taking longer to form quorum. Go and try the next block which will
wait up to 15 minutes for a successful gatherkeys to happen (that only works
if monitors have formed quorum).
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Alfredo Deza [Thu, 21 Aug 2014 13:44:45 +0000 (09:44 -0400)]
ignore errors on informational service status
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
tamil [Thu, 21 Aug 2014 05:27:04 +0000 (22:27 -0700)]
added a test with erasure_code_profile parameters
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
tmuthamizhan [Thu, 21 Aug 2014 23:39:38 +0000 (16:39 -0700)]
Merge pull request #104 from dachary/wip-8933-rgw-erasure-code-profile
rgw: add erasure_code_profile configuration
Loic Dachary [Thu, 21 Aug 2014 23:27:17 +0000 (01:27 +0200)]
rgw: add erasure_code_profile configuration
If erasure_code_profile is present at the same leve as ec-data-pool, it
is used to override the default hard coded profile.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Sandon Van Ness [Wed, 20 Aug 2014 17:27:05 +0000 (10:27 -0700)]
Add centos/rhel7 to distros 'all' folder.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Gregory Farnum [Tue, 19 Aug 2014 18:47:13 +0000 (11:47 -0700)]
Merge pull request #99 from ceph/wip-hadoop
reorg hadoop tests
Reviewed-by: Greg Farnum <greg@inktank.com>
Sage Weil [Mon, 18 Aug 2014 15:41:17 +0000 (08:41 -0700)]
suites/hadoop: update workunit names
These were renamed/reorged.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Sat, 16 Aug 2014 22:35:16 +0000 (15:35 -0700)]
rgw: httpd instead of httpd.worker
httpd exists on rhel 6.5 too ...
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Sat, 16 Aug 2014 22:31:46 +0000 (15:31 -0700)]
rgw: need alll of mod unixd, version, authz
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Sat, 16 Aug 2014 20:56:15 +0000 (13:56 -0700)]
tasks/rgw: include mod_authz
As per http://www.webhostingtalk.com/showthread.php?t=
1173594
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Sat, 16 Aug 2014 20:37:39 +0000 (13:37 -0700)]
tasks/rgw: get mpm_event frmo mods-available, not mods-enabled
Signed-off-by: Sage Weil <sage@redhat.com>
Dan Mick [Sat, 16 Aug 2014 04:02:15 +0000 (21:02 -0700)]
Add extra conf for Apache 2.4
Inside a conditional to affect only 2.4, set User, Group, and the
module config to load mpm_event. This is normally done with the
default configuration files, but since this abbreviated conf bypasses
those, we must set them here.
Signed-off-by: Dan Mick <dan.mick@inktank.com>
Yuri Weinstein [Fri, 15 Aug 2014 22:09:13 +0000 (15:09 -0700)]
Merge pull request #96 from dachary/wip-8988-default-idle-timeout
rgw.yaml: keep the client.0 key even if empty
Sage Weil [Fri, 15 Aug 2014 21:50:27 +0000 (14:50 -0700)]
Merge pull request #89 from dachary/wip-9027-create-unique-pool
initialize ctx.manager in ceph.py
Reviewed-by: Sage Weil <sage@redhat.com>
Loic Dachary [Fri, 15 Aug 2014 19:22:57 +0000 (21:22 +0200)]
rgw.yaml: keep the client.0 key even if empty
Because rgw.py iterates over it to run the rgw server. If it is removed
the rgw servers are not run and all fails.
Signed-off-by: Loic Dachary <loic@dachary.org>