From 29e7db26ebc0245919cb17602b50f625fe92e0ae Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 19 Jul 2013 14:36:18 -0700 Subject: [PATCH] install: remove ceph-release rpm file after it's used No need for it anymore, it's just taking up space Signed-off-by: Josh Durgin --- teuthology/task/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/install.py b/teuthology/task/install.py index 6e1e6d0d9849d..f3bdea7bd6c09 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -172,7 +172,7 @@ def _update_rpm_package_list_and_install(ctx, remote, rpm, config): pkg=ceph_release) if cmp_msg != err_mess.getvalue().strip(): raise - + remote.run(args=['rm', '-f', rpm_name]) remote.run( args=[ 'sudo', 'yum', 'clean', 'all', -- 2.39.5