5640N/A# == Class: cinder::volume::zfs_nfs
5640N/A# Sets up Cinder with the ZfsNfsVolumeDriver
5640N/A# (optional) Allows for the volume_backend_name to be separate of $name.
5640N/A# (optional) Schedule volumes round robin across NFS shares.
5640N/A# (optional) Hash of extra options to pass to the backend stanza
5640N/Aclass cinder::volume::zfs_nfs (
5640N/A cinder::backend::zfs_nfs { 'DEFAULT':
5640N/A nfs_servers => $nfs_servers,
5640N/A nfs_round_robin => $nfs_round_robin,
5640N/A extra_options => $extra_options,