Method: Xen::VBD#humanize

Defined in:
lib/xen/vbd.rb

#humanizeObject

Gives a nice description



34
35
36
37
# File 'lib/xen/vbd.rb', line 34

def humanize
  r = self.record
  "VBD #{self.uuid} is disk '#{r['device']}' in the VM, connected to VDI #{self.vdi}\n" + self.vdi.humanize('\--')
end