From 50c903b730ade69640ef0c11c8e4edbaa7a19107 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 20 Jul 2020 12:57:57 -0400 Subject: [PATCH] common/options: changed default immutable object cache path Switch the default path for the immutable object cache from "/tmp" to "/tmp/ceph_immutable_object_cache" to prevent the deletion of all files in the "/tmp" directory and sub-directories for unconfigured daemons. Signed-off-by: Jason Dillaman (cherry picked from commit eeecc1860f81129347c648a6cbd4a8a78ff4c636) --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 3dac60ea5e3..a49d0f7d763 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -7596,7 +7596,7 @@ static std::vector