Please enable JavaScript.
Coggle requires JavaScript to display documents.
an API server to deploy NFS gateways - Coggle Diagram
an API server to deploy NFS gateways
peer-to-peer
api
/_state
master/worker
worker
api
/_service
build docker image
Dockerfile
ceph client
nfs-ganesha
keepalived
start gateway container
attach ip to container
build nfs-ganesha config file from template and then docker cp it into container
jinja2
start nfs-ganesha server in container
/_ip
keepalived vip
build keepalived config file from template and then docker cp it into container
jinja2
start keepalived server in container
/_network
docker ipvlan network
many instances
master
api
/ip
keepalived vip
for one specified service
asyncio
/service
replica
asyncio
/network
only one instance
Swagger
doc
test
doc file path written in comment in function
assumption
template files are ready on worker node
nfs-ganesha
keepalived
cephfs backend is ready
load_state()