[libvirt] [PATCH 3/4] storage: Add created to virDirCreate

Peter Krempa pkrempa at redhat.com
Thu Oct 8 03:43:19 UTC 2015


On Wed, Oct 07, 2015 at 19:44:21 -0400, John Ferlan wrote:
> On 10/07/2015 02:50 AM, Peter Krempa wrote:
> > On Tue, Oct 06, 2015 at 18:34:55 -0400, John Ferlan wrote:
> >> Add a new boolean 'created' to virDirCreate to be set when a directory
> >> is created either directly or in a fork'd child.  This will allow
> >> a caller to make "decisions" regarding whether or not to delete the
> >> directory since virDirCreate has many other failure scenarios and there's
> >> no guarantee that the mkdir was the cause for failure.
> > 
> > Is there actually a need to pass the 'created' bool out? Can't the
> > function just delete the directory internally in case a failure happens?
> > 
> > The new semantics basically would be:
> > 
> > virDirCreate was successful -> we have a new dir we can use
> > virDirCreate failed -> nothing to do/clean up
> > 
> 
> Perhaps there's no "need" to pass a create boolean - I was merely
> following up on Michal's suggestion. I guess I assumed it was a
> suggestion discussed among those in the Brno office.

I've read that thread now. Michal's suggestion may still be necessary at
the storage driver API level as at that point the stuff seems to be too
convoluted. 
I'm unhappy though that the 'created' boolean crept into functions,
whose only purpose is to actually create a directory/file.
The "we've returned failure, but the object actually was created by us"
semantics seems rather weird at that point.

I'd still prefer if the function would clean up internally if possible
though.

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/20151008/94672a5c/attachment-0001.sig>


More information about the libvir-list mailing list