Re: [libvirt] [PATCH] storage: List directory volumes for dir/fs/netfs pools

2011-05-31 Thread Cole Robinson
On 05/27/2011 08:39 AM, Richard W.M. Jones wrote: > On Thu, May 26, 2011 at 01:25:24PM -0600, Eric Blake wrote: >> On 05/26/2011 12:58 PM, Daniel P. Berrange wrote: >>> On Thu, May 26, 2011 at 02:10:24PM -0400, Cole Robinson wrote: Since directories can be used for passthrough, they are

Re: [libvirt] [PATCH] storage: List directory volumes for dir/fs/netfs pools

2011-05-27 Thread Richard W.M. Jones
On Thu, May 26, 2011 at 01:25:24PM -0600, Eric Blake wrote: > On 05/26/2011 12:58 PM, Daniel P. Berrange wrote: > > On Thu, May 26, 2011 at 02:10:24PM -0400, Cole Robinson wrote: > >> Since directories can be used for passthrough, they are > >> basically storage volumes. Not sure if anyone has an

Re: [libvirt] [PATCH] storage: List directory volumes for dir/fs/netfs pools

2011-05-26 Thread Eric Blake
On 05/26/2011 12:58 PM, Daniel P. Berrange wrote: > On Thu, May 26, 2011 at 02:10:24PM -0400, Cole Robinson wrote: >> Since directories can be used for passthrough, they are >> basically storage volumes. Not sure if anyone has an opinion about >> not listing directories like ., .., or lost+found,

Re: [libvirt] [PATCH] storage: List directory volumes for dir/fs/netfs pools

2011-05-26 Thread Daniel P. Berrange
On Thu, May 26, 2011 at 02:10:24PM -0400, Cole Robinson wrote: > Since directories can be used for passthrough, they are > basically storage volumes. Not sure if anyone has an opinion about > not listing directories like ., .., or lost+found, but this patch > doesn't do anything explicit with them

[libvirt] [PATCH] storage: List directory volumes for dir/fs/netfs pools

2011-05-26 Thread Cole Robinson
Since directories can be used for passthrough, they are basically storage volumes. Not sure if anyone has an opinion about not listing directories like ., .., or lost+found, but this patch doesn't do anything explicit with them. --- src/storage/storage_backend.c| 34