diff options
author | Richard Jones <rjones@redhat.com> | 2010-08-28 14:29:21 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-01 10:00:40 +0100 |
commit | 133a92be6948ff7e65bfecb7be70b15f4336d2af (patch) | |
tree | 048279fc10cb5fbd740fabd7dce63477bcc9ac01 /src | |
parent | 88ab203e611694bc0d01aca745e8df18cb3f094e (diff) | |
download | libguestfs-133a92be6948ff7e65bfecb7be70b15f4336d2af.tar.gz libguestfs-133a92be6948ff7e65bfecb7be70b15f4336d2af.tar.xz libguestfs-133a92be6948ff7e65bfecb7be70b15f4336d2af.zip |
Add progress messages to zero-device command.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index fb9735a5..0f080af4 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4889,7 +4889,7 @@ or file C<src> to another destination device or file C<dest>. Note this will fail if the source is too short or if the destination is not large enough."); - ("zero_device", (RErr, [Device "device"]), 228, [DangerWillRobinson], + ("zero_device", (RErr, [Device "device"]), 228, [DangerWillRobinson; Progress], [InitBasicFSonLVM, Always, TestRun ( [["zero_device"; "/dev/VG/LV"]])], "write zeroes to an entire device", |