From f864eadcc01ce5683683b6b57c25785ace7a848c Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 15 Aug 2009 23:12:26 -0400 Subject: [PATCH] Nice the janitorial dds as well as ionicing them. svn path=/trunk/packages/invirt-remote/; revision=2446 --- host/usr/sbin/invirt-janitor | 1 + 1 file changed, 1 insertion(+) diff --git a/host/usr/sbin/invirt-janitor b/host/usr/sbin/invirt-janitor index 6edcca9..5d8f4ed 100755 --- a/host/usr/sbin/invirt-janitor +++ b/host/usr/sbin/invirt-janitor @@ -55,6 +55,7 @@ def cleanup(): subprocess.call(['/usr/bin/ionice', '-c', '2', '-n', '7', + '/usr/bin/nice', '/bin/dd', 'if=/dev/zero', 'of=%s' % lv_path, -- 1.7.9.5