Nexenta Drivers for OpenStack Manila

Overview

Manila provides file services for applications running on top of OpenStack. NexentaStor Manila driver allows Manila to provision NFS shares over REST API to be consumed by applications.

Recommended NFS options

NFS version 3 protocol is recommended for general use along with timeo=100 option. Here is an example mount command: mount -t nfs -o vers=3,minorversion=0,timeo=100 10.10.10.210:/nfs/share /mnt