[libvirt] [PATCH 09/12] storage: Cleanup failures in virStorageBackendCreateRaw

Peter Krempa pkrempa at redhat.com
Wed Oct 14 12:16:25 UTC 2015


On Tue, Oct 13, 2015 at 16:12:46 -0400, John Ferlan wrote:
> On 10/13/2015 08:43 AM, Peter Krempa wrote:
> > On Fri, Oct 09, 2015 at 09:34:08 -0400, John Ferlan wrote:

...

> >> @@ -520,6 +522,8 @@ virStorageBackendCreateRaw(virConnectPtr conn ATTRIBUTE_UNUSED,
> >>      if (vol->target.perms->mode != (mode_t) -1)
> >>          open_mode = vol->target.perms->mode;
> >>  
> >> +    if (virFileExists(vol->target.path))
> >> +        exists = true;
> > 
> > Why even bother checking? Shouldn't this function fail right away if the
> > target file exists?
> > 
> 
> Paranoia. Which function? I assume you mean *CreateRaw. Nothing in the
> function checks for existence. And while there isn't a caller currently
> that wouldn't be creating, I just wanted to be sure and perhaps future
> proof.

Erm, you've patched virFileOpenAs a few patches before this to do the
right thing when creating the file so I don't see a reason to make sure
again.

> 
> I have no qualms in removing if that's felt is what is right.

...

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20151014/993a970d/attachment-0001.sig>


More information about the libvir-list mailing list