bfeee44206
When CephNFS is related to the openstack-loadbalancer, all NFS connections are load-balanced through a TCP loadbalancer running with a VIP and passed back, round-robin, to the nfs-ganesha servers providing service.
26 lines
558 B
YAML
26 lines
558 B
YAML
name: ceph-nfs
|
|
summary: Gateway for provisioning NFS shares backed by ceph.
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
The NFS gateway is provided by NFS-Ganesha and provides NFS shares
|
|
that are backed by CephFS.
|
|
tags:
|
|
- storage
|
|
- misc
|
|
series:
|
|
- focal
|
|
- groovy
|
|
- hirsute
|
|
- impish
|
|
subordinate: false
|
|
min-juju-version: 2.7.6
|
|
extra-bindings:
|
|
public:
|
|
requires:
|
|
ceph-client:
|
|
interface: ceph-client
|
|
loadbalancer:
|
|
interface: openstack-loadbalancer
|
|
peers:
|
|
cluster:
|
|
interface: ceph-nfs-peer |