Method: Fog::Compute::Libvirt::Volume#wipe
- Defined in:
- lib/fog/libvirt/models/compute/volume.rb
#wipe ⇒ Object
Wipes a volume , zeroes disk
124 125 126 127 128 |
# File 'lib/fog/libvirt/models/compute/volume.rb', line 124 def wipe requires :raw raw.wipe true end |