The cinder.backup.drivers.glusterfs Module

Implementation of a backup service that uses GlusterFS as the backend.

class GlusterfsBackupDriver(context, db_driver=None)

Bases: cinder.backup.drivers.posix.PosixBackupDriver

Provides backup, restore and delete using GlusterFS repository.

get_backup_driver(context)

Previous topic

The cinder.backup.drivers.ceph Module

Next topic

The cinder.backup.drivers.google Module

Project Source

This Page