distrax.filesystems.ceph_filesystem
class#
This holds the CephFilesystem Class, that allows for the mounting and unmounting of the Ceph filesystem.
- class distrax.filesystems.ceph_filesystem.CephFilesystem(folder='ceph', timeout=5)[source]#
Ceph Filesystem Class.
This class contains all the methods required to mount and unmount a Ceph Filesystem
To read more about the Ceph Gateway please see: https://docs.ceph.com/en/latest/glossary/#term-CephFS
Examples
>>> filesystem = CephFilesystem()
>>> filesystem = CephFilesystem(folder="ceph")