9 lines
273 B
YAML
9 lines
273 B
YAML
volumes:
|
|
test:
|
|
driver: cephfs
|
|
driver_opts:
|
|
client_name: swarm
|
|
keyring: /etc/ceph/ceph.client.swarm.keyring
|
|
#mount_opts: mds_namespace=example
|
|
remote_path: /cephfs_data
|
|
servers: 10.10.20.20:6789 |