class

MassStorageManager

Inherits Reference < Object

Mass Storage Manager for KVM system (new model)

Constants

Log = ::Log.for(self)

Instance methods

actual_status

Returns a hash with the actual mass storage status from the system, not just internal state

Source
available_images

List available disk images in ./disk-images

Source
cleanup
Source
delete_image(filename : String)

Delete a disk image

Source
select_image(image_path : String | Nil)

Attach a disk image as the USB mass storage device

Source
selected_image

Return the currently selected image

Source
status

Status for API

Source