summaryrefslogtreecommitdiffstats
path: root/src/cephadm/samples/nfs.json
blob: 2e6625101dac946153dce8a7e5e26a42b357abe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "pool" : "nfs-ganesha",
    "namespace" : "nfs-ns",
    "files": {
        "ganesha.conf": [
            "RADOS_URLS {",
            "        userid = admin;",
            "}",
            "",
            "%url    rados://nfs-ganesha/nfs-ns/conf-nfs.a",
            ""
        ]
    }
}