Re: [libvirt] [PATCH 1/4] storage: Use virFileUnlink instead of rmdir

2015-09-21 Thread John Ferlan
On 09/21/2015 06:43 AM, Michal Privoznik wrote: > On 18.09.2015 20:20, John Ferlan wrote: >> Similar to commit id '35847860', it's possible to attempt to create >> a 'netfs' directory in an NFS root-squash environment which will cause >> the 'vol-delete' command to fail. It's also possible

Re: [libvirt] [PATCH 1/4] storage: Use virFileUnlink instead of rmdir

2015-09-21 Thread Michal Privoznik
On 18.09.2015 20:20, John Ferlan wrote: > Similar to commit id '35847860', it's possible to attempt to create > a 'netfs' directory in an NFS root-squash environment which will cause > the 'vol-delete' command to fail. It's also possible error paths from > the 'vol-create' would result in an

[libvirt] [PATCH 1/4] storage: Use virFileUnlink instead of rmdir

2015-09-18 Thread John Ferlan
Similar to commit id '35847860', it's possible to attempt to create a 'netfs' directory in an NFS root-squash environment which will cause the 'vol-delete' command to fail. It's also possible error paths from the 'vol-create' would result in an error to remove a created directory if the