mount extra volumes for stash

This commit is contained in:
2022-11-29 21:13:47 -05:00
parent d325d56237
commit 20765de381
20 changed files with 129 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ volumes:
- name: vmshares
- name: mariadb
- name: plex
- name: plex-data
- name: nextcloud
- name: nextcloud2
# - name: prometheus
@@ -48,6 +49,7 @@ mounts:
nextcloud: /data/glusterfs/nextcloud/brick1
nextcloud2: /data/glusterfs/nextcloud2/brick1 # dead
plex: /data/glusterfs/plex/brick1
plex-data: /data/glusterfs/plex-data/brick1
postgres: /data/glusterfs/postgres/brick1 # dead
prometheus: /data/glusterfs/prometheus/brick1
tmp: /data/glusterfs/tmp/brick1
@@ -78,6 +80,9 @@ mounts:
- name: plex
status: mounted
src: "UUID=57a3133c-6ca3-4974-9a0b-7efc8c0c533b"
- name: plex-data
status: mounted
src: "UUID=cdff8026-1d56-4cee-8c12-8c61dc587850"
- name: nextcloud2 # dead
status: mounted
src: "UUID=ced31b8e-8404-4bff-b428-6411c54451a4"