From f8cdb91bfdd8ee1fab95eb3a0c9d06a59594fee8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 23 Mar 2016 08:47:16 -0400 Subject: [PATCH] default to using a trailing slash now Signed-off-by: Alfredo Deza --- ceph/config/definitions/ceph.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index ffa2044c..fbdce6c8 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -53,8 +53,8 @@ Defaults to un-checked" - string: name: CEPH_BUILD_VIRTUALENV - description: "Base parent path for virtualenv locations, set to avoid issues with extremely long paths that are incompatible with tools like pip. Defaults to '/tmp'." - default: "/tmp" + description: "Base parent path for virtualenv locations, set to avoid issues with extremely long paths that are incompatible with tools like pip. Defaults to '/tmp/' (note the trailing slash, which is required)." + default: "/tmp/" builders: - multijob: -- 2.47.3