diff options
author | Casey Bodley <cbodley@users.noreply.github.com> | 2022-04-26 18:43:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 18:43:44 +0200 |
commit | 7bc93fcae78961078c87aeb609c300eb24766309 (patch) | |
tree | d401517160079e1952bd43e728162e41d0df39ff /src/test/cli | |
parent | Merge pull request #46007 from cbodley/wip-49302 (diff) | |
parent | PendingReleaseNotes for ops log backend (diff) | |
download | ceph-7bc93fcae78961078c87aeb609c300eb24766309.tar.xz ceph-7bc93fcae78961078c87aeb609c300eb24766309.zip |
Merge pull request #45737 from cbodley/wip-rgw-ops-log-defaults
rgw: change default ops log backend from rados to file
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Cory Snyder <csnyder@iland.com>
Diffstat (limited to 'src/test/cli')
-rw-r--r-- | src/test/cli/ceph-conf/show-config.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/cli/ceph-conf/show-config.t b/src/test/cli/ceph-conf/show-config.t index cfd723997c8..45405e4b7a0 100644 --- a/src/test/cli/ceph-conf/show-config.t +++ b/src/test/cli/ceph-conf/show-config.t @@ -2,5 +2,6 @@ admin_socket = /var/run/ceph/ceph-osd.0.asok log_file = /var/log/ceph/ceph-osd.0.log mon_debug_dump_location = /var/log/ceph/ceph-osd.0.tdump + rgw_ops_log_file_path = /var/log/ceph/ops-log-ceph-osd.0.log $ CEPH_ARGS="--fsid 96a3abe6-7552-4635-a79b-f3c096ff8b95" ceph-conf -n osd.0 --show-config -c /dev/null | grep fsid fsid = 96a3abe6-7552-4635-a79b-f3c096ff8b95 |