Skip to content

Commit 9866861

Browse files
committed
background and archive moved from zfs-nfs to cephfs
1 parent 550c1d8 commit 9866861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/etc/auto.nas.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{% if host_is_desktop | default(false) %}
33
/home/tconnors/p -hard,noacl,nodev,nosuid,rw,strictatime,actimeo=600,async fs:/home/tconnors/p
44
/home/tconnors/.mp3.low_qual -hard,noacl,nodev,nosuid,rw,strictatime,async fs:/home/tconnors/.mp3.low_qual
5-
/home/tconnors/background -hard,noacl,nodev,nosuid,rw,strictatime,async fs:/home/tconnors/background
6-
/home/tconnors/archive -hard,noacl,nodev,nosuid,rw,strictatime,async fs:/home/tconnors/archive
75
{% endif %}
86
{# FIXME: make /var/cache/apt/archives symlink for those that can contact fs #}
97
/var/cache/apt/archives.nfs -hard,noacl,nodev,nosuid,rw,strictatime,async fs:/var/cache/apt/archives

vars/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
# original creation was done with `add-ceph-mount` before we ansibilised this
5050
- { 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" }
5151
- { 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" }
5254
- { 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" }
5355
- { 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" }
5456
# 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

Comments
 (0)