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

Cole Robinson crobinso at redhat.com
Tue May 31 16:49:30 UTC 2011


On 05/31/2011 12:45 PM, Eric Blake wrote:
> On 05/31/2011 10:03 AM, Cole Robinson wrote:
>> Since directories can be used for <filesystem> passthrough, they are
>> basically storage volumes.
>>
>> v2:
>>     Skip ., .., lost+found dirs
>>
>> v3:
>>     Use gnulib last_component
>>
>> v4:
>>     Use gnulib "dirname.h", not system <dirname.h>
>>     Don't skip lost+found
>>
>> Signed-off-by: Cole Robinson <crobinso at redhat.com>
>> ---
>>  src/storage/storage_backend.c    |   44 +++++++++++++++++++++++++++++++------
>>  src/storage/storage_backend.h    |    7 +++++-
>>  src/storage/storage_backend_fs.c |   14 ++++++++---
>>  src/util/storage_file.c          |   30 +++++++++++++++++++++++++-
>>  4 files changed, 82 insertions(+), 13 deletions(-)
> 
> ACK.
> 

Thanks, pushed.

- Cole




More information about the libvir-list mailing list