|
49 | 49 | # original creation was done with `add-ceph-mount` before we ansibilised this
|
50 | 50 | - { mount: "/home/tconnors/photos", name: "cephfs-hdd.fs", mds_namespace: "cephfs-hdd", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.photos" }
|
51 | 51 | - { mount: "/home/tconnors/thesis", name: "cephfs-hdd.fs", mds_namespace: "cephfs-hdd", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.thesis" }
|
| 52 | + - { mount: "/home/tconnors/background", name: "cephfs-hdd.fs", mds_namespace: "cephfs-hdd", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.background" } |
| 53 | + - { mount: "/home/tconnors/archive", name: "cephfs-hdd.fs", mds_namespace: "cephfs-hdd", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.archive" } |
52 | 54 | - { mount: "/home/tconnors/not_backed_up.hdd", name: "cephfs-hdd.fs", mds_namespace: "cephfs-hdd", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.not_backed_up" }
|
53 | 55 | - { mount: "/home/tconnors/not_backed_up.ssd", name: "cephfs-slow.fs", mds_namespace: "cephfs-slow", options: "nodev,nosuid,rw,strictatime,async", mons: "192.168.1.6,192.168.1.7,192.168.1.8", remote_path: "/mounts/fs/home.tconnors.not_backed_up" }
|
54 | 56 | # want the following to be accessible everywhere, not just ceph clients, so for now needs to remain NFS exported (maybe fs could re-export it, taking special care of automount dependencies?)
|
|
0 commit comments