]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: let get_config use non-mon services
authorJohn Spray <jspray@redhat.com>
Mon, 15 Dec 2014 11:12:34 +0000 (11:12 +0000)
committerJohn Spray <jspray@redhat.com>
Thu, 18 Dec 2014 12:45:30 +0000 (12:45 +0000)
commitf9609c4688f03cec462312f1f3b300013125464e
tree6ba27995386e87d8fc1f9793110776559afdf507
parent8fa6b154e3743bea86f65c1355c108d0a8212010
tasks/cephfs: let get_config use non-mon services

Previously was always using the default values of things
so querying mon instead of the appropriate service
worked fine.  However, for things we might want to
update on a per-test basis we need to go ask the
correct service what the setting really is.

Needed for osd_mon_report_interval_max in the ENOSPC
testing.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/filesystem.py