diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2011-04-08 15:24:09 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2011-04-08 15:24:09 -0700 |
| commit | 5aab609b24140622b87db970243641ec382b214e (patch) | |
| tree | 940a5313d04e708cd9e42c68b6a46cb6a2dcabc0 /nova | |
| parent | 7f04c6f5165ea96f22ec17bdbe7a3f2a7595edb1 (diff) | |
pylintage
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/volume/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/driver.py b/nova/volume/driver.py index f9c268191..0c4086039 100644 --- a/nova/volume/driver.py +++ b/nova/volume/driver.py @@ -111,7 +111,7 @@ class VolumeDriver(object): # zero out old volumes to prevent data leaking between users # TODO(ja): reclaiming space should be done lazy and low priority - self._try_execute('sudo', 'dd', 'if=/dev/zero', + self._try_execute('sudo', 'dd', 'if=/dev/zero', 'of=%s' % self.local_path(volume), 'count=%d' % (volume['size'] * 1024), 'bs=1M') |
