From: Pan Liu Date: Mon, 4 Sep 2017 02:49:11 +0000 (+0800) Subject: bluestore/NVMEDevice.cc: rename the thread from ceph-osd to X-Git-Tag: v13.0.1~1057^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cba229e98728f626baa9664bbc2ab34ce8601b7f;p=ceph-ci.git bluestore/NVMEDevice.cc: rename the thread from ceph-osd to nvme-device-manager, to avoid name duplication with main thread "ceph-osd" Signed-off-by: Pan Liu Signed-off-by: Ziye Yang --- diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index 0bfaf6d67dd..d55f2a17492 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -764,7 +764,7 @@ int NVMEManager::try_get(const string &sn_tag, SharedDriverData **driver) int r; spdk_env_opts_init(&opts); - opts.name = "ceph-osd"; + opts.name = "nvme-device-manager"; opts.core_mask = coremask_arg; opts.master_core = m_core_arg; opts.mem_size = mem_size_arg;