[libvirt] [PATCH]: Export the 'label' on block devices

Chris Lalancette clalance at redhat.com
Thu Oct 16 15:05:45 UTC 2008


Daniel P. Berrange wrote:
>>  enum {
>> -    VIR_STORAGE_POOL_NETFS_AUTO = 0,
>> +    VIR_STORAGE_POOL_NETFS_UNKNOWN = 0,
>> +    VIR_STORAGE_POOL_NETFS_AUTO = 1,
>>      VIR_STORAGE_POOL_NETFS_NFS,
>> +    VIR_STORAGE_POOL_NETFS_LAST,
>>  };
> 
> I missed that one last time around - no need for "unknown" there. Just
> fix that when committing - the rest is fine now.

Committed with this last change in place.

-- 
Chris Lalancette




More information about the libvir-list mailing list