From 18c3a2422fcdd619da7017c3f636623e0df470d0 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Wed, 2 Aug 2017 08:16:11 -0500 Subject: Change Dump file storage location Changed the dump storage location from /tmp/dumps to /var/lib/phosphor-debug-collector/dumps Change-Id: I792f7661d377cb8fc5d77441a61b640fd5c2daf4 Signed-off-by: Jayanth Othayoth --- module/obmc/wsgi/apps/rest_dbus.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module') diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py index 5719236..6560367 100644 --- a/module/obmc/wsgi/apps/rest_dbus.py +++ b/module/obmc/wsgi/apps/rest_dbus.py @@ -747,8 +747,7 @@ class DownloadDumpHandler(RouteHandler): verbs = 'GET' rules = ['/download/dump/'] content_type = 'application/octet-stream' - ''' TODO openbmc/issues #1795, Change dump path''' - dump_loc = '/tmp/dumps' + dump_loc = '/var/lib/phosphor-debug-collector/dumps' suppress_json_resp = True def __init__(self, app, bus): -- cgit v1.2.1