Hey,
I’m trying to setup opencloud-v2.0.0 on incus-compose
I modified incus-compose
a lot but now I’m stuck at the mount order/priority.
This is the yaml of devices:
devices:
0000-opencloud01-opencloud-config:
path: /etc/opencloud
pool: default
source: opencloud01-opencloud-config
type: disk
0001-opencloud01-opencloud-data:
path: /var/lib/opencloud
pool: default
source: opencloud01-opencloud-data
type: disk
8000-39871ecfb66fcf8e2457fbc3876bbbb1:
path: /etc/opencloud/app-registry.yaml
readonly: "true"
source: /home/jochumdev/Projekte/go/octocompose/charts/apps/opencloud-monolith/files/opencloud/app-registry.yaml
type: disk
8001-fc6505d0d4d476a71e8d044d8730d8ec:
path: /etc/opencloud/csp.yaml
readonly: "true"
source: /home/jochumdev/.cache/octocompose/opencloud01/template/bc66831f47489461abd1cd759e9c49b7.yaml
type: disk
8002-181ce7f36f522d042f3f80e342f71246:
path: /etc/opencloud/banned-password-list.txt
readonly: "true"
source: /home/jochumdev/Projekte/go/octocompose/charts/apps/opencloud-monolith/files/opencloud/banned-password-list.txt
type: disk
8003-87c683982dcb1bf99faf00f497fb0b62:
path: /etc/opencloud/apps.yaml
readonly: "true"
source: /home/jochumdev/.cache/octocompose/opencloud01/template/62af890e42e12634e1d31376837b5049.yaml
type: disk
eth0:
name: eth0
network: opencloud-net
type: nic
As you can see I tried to fake the priority with prepending it, doesn’t work it seems. I tried different orderings of those numbers.
Any other way?
Thanks,
René
P.s.: I love what’s possible with incus and OCI.