The nova.virt.disk.mount.loop Module

Support for mounting images with the loop device.

class LoopMount(image, mount_dir, partition=None, device=None)

Bases: nova.virt.disk.mount.api.Mount

loop back support for raw images.

get_dev()
mode = 'loop'
unget_dev()

Previous topic

The nova.virt.disk.mount.block Module

Next topic

The nova.virt.disk.mount.nbd Module

Project Source

This Page