Project

General

Profile

Bug #23601

Cannot see the value of parameter osd_op_threads via ceph --show-config

Added by Cyril Chang almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I have set the parameter of "osd op threads" in configuration file
but I cannot see the value of parameter "osd op threads" , so that I am not sure if the value has been set or not

[root@node111-246cf etc]# cat /etc/ceph/ceph.conf
[global]
fsid = 136d8454-4935-4d4d-8836-6315b29107fe
mon_initial_members = node111-246cf,node121-92650,node131-22e78
mon_host = 192.168.1.111,192.168.1.121,192.168.1.131
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx
mon_allow_pool_delete=true
public_network=0.0.0.0/0
log file = /dev/null

rbd_default_features = 3
bluestore_cache_size = 1610612736

[osd]
osd op threads = 6

[root@node111-246cf etc]# ceph --show-config|grep osd_op_threads
[root@node111-246cf etc]#
[root@node111-246cf etc]# ceph -n osd.0 --show-config|grep osd_op_threads
[root@node111-246cf etc]#
[root@node111-246cf etc]# ceph --version
ceph version 12.2.4 (52085d5249a80c5f5121a76d6288429f35e4e77b) luminous (stable)

History

#1 Updated by Greg Farnum almost 6 years ago

  • Project changed from Ceph to RADOS

#2 Updated by jianpeng ma almost 6 years ago

There is no "osd_op_threads". Now it call osd_op_num_shards/osd_op_num_shards_hdd/osd_op_num_shards_sdd.

#3 Updated by Cyril Chang almost 6 years ago

But I can see this option in document !! The setting is work in Jewel
So osd_op_threads was removed from Luminous ??

#4 Updated by jianpeng ma almost 6 years ago

In this commit:08731c3567300b28d83b1ac1c2ba. It removed. Maybe docs didn't update or you read old docs.

#5 Updated by jianpeng ma almost 6 years ago

doc don't update. So i create a PR:https://github.com/ceph/ceph/pull/21319.

#6 Updated by Josh Durgin almost 6 years ago

  • Status changed from New to Resolved

Also available in: Atom PDF