Bug #1639 » list_volumes.rb.patch
list_volumes.rb 2012-06-18 23:09:51.284245718 +0200 | ||
---|---|---|
def volume_to_attributes(vol)
|
||
format_type = xml_element(vol.xml_desc, "/volume/target/format", "type")
|
||
format_type = nil
|
||
return nil if format_type == "dir"
|
||
{
|
- « Previous
- 1
- 2
- Next »