[libvirt] [PATCH] Remove all use of virRun in storage code

Eric Blake eblake at redhat.com
Wed Jul 11 17:53:14 UTC 2012


On 07/11/2012 10:30 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> To make it easier to dynamically change the command line ARGV,
> switch all storage code over to use virCommandPtr APIs for
> running programs
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---

> @@ -1623,8 +1617,8 @@ virStorageBackendRunProgNul(virStoragePoolObjPtr pool,
>      }
>  
>      if (feof (fp) < 0) {
> -        virReportSystemError(errno,
> -                             _("read error on pipe to '%s'"), prog[0]);
> +        virReportSystemError(errno, "%s",
> +                             _("read error on pipe"));

Is it worth s/feof /feof/ while touching this hunk?

Other than that, ACK.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120711/022ec560/attachment-0001.sig>


More information about the libvir-list mailing list