manila
API
Install
- All systems
-
curl cmd.cat/manila.sh
- Ubuntu
-
apt-get install python2-manilaclient
- Fedora
-
dnf install python2-manilaclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2-manilaclient
- Dockerfile
- dockerfile.run/manila
python2-manilaclient
API
python3-manilaclient
OpenStack shared file system as a service - Python 3.x client
Manila is an OpenStack project to provide Shared Filesystems as a service. It provides coordinated access to shared or distributed file systems. While the primary consumption of file shares would be across OpenStack Compute instances, the service is also intended to be accessible as an independent capability in line with the modular design established by other OpenStack services. Manila is extensible for multiple backends (to support vendor or file system specific nuances / capabilities) and accommodates any of a variety of shared or distributed file system types. This package contains the Python client library and command line tool for Manila and for Python 3.x.
python-manilaclient
OpenStack shared file system as a service - Python 2.7 client
Manila is an OpenStack project to provide Shared Filesystems as a service. It provides coordinated access to shared or distributed file systems. While the primary consumption of file shares would be across OpenStack Compute instances, the service is also intended to be accessible as an independent capability in line with the modular design established by other OpenStack services. Manila is extensible for multiple backends (to support vendor or file system specific nuances / capabilities) and accommodates any of a variety of shared or distributed file system types. This package contains the Python client library and command line tool for Manila and for Python 2.7.