fix(compute01): Add nofail to dgsi mounts
Some checks failed
Build all the nodes / netcore02 (push) Successful in 22s
Build all the nodes / netaccess01 (push) Successful in 22s
Build all the nodes / netcore01 (push) Successful in 22s
Build all the nodes / ap01 (push) Successful in 34s
Build all the nodes / netcore00 (push) Successful in 35s
Build all the nodes / hypervisor03 (push) Successful in 1m8s
Build all the nodes / bridge01 (push) Successful in 1m9s
Build all the nodes / hypervisor02 (push) Successful in 1m9s
Build all the nodes / geo01 (push) Successful in 1m10s
Build all the nodes / tower01 (push) Successful in 1m12s
Build all the nodes / hypervisor01 (push) Successful in 1m13s
Build all the nodes / geo02 (push) Successful in 1m13s
Build all the nodes / build01 (push) Successful in 1m34s
Run pre-commit on all files / pre-commit (push) Successful in 28s
Build all the nodes / cof02 (push) Successful in 1m41s
Build all the nodes / rescue01 (push) Successful in 1m41s
Build the shell / build-shell (push) Successful in 40s
Build all the nodes / web02 (push) Successful in 1m19s
Build all the nodes / compute01 (push) Successful in 1m54s
Build all the nodes / web01 (push) Successful in 1m31s
Build all the nodes / web03 (push) Successful in 1m38s
Build all the nodes / storage01 (push) Successful in 54s
Build all the nodes / vault01 (push) Failing after 1m58s

This commit is contained in:
Tom Hubrecht 2025-04-15 00:23:16 +02:00
parent f77e011c11
commit 9f91f73270
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -208,7 +208,7 @@ in
{
where = "/run/django-apps/dgsi/archives";
what = "/var/lib/django-apps/dgsi/archives";
options = "bind";
options = "bind,nofail";
after = [ "dj-dgsi.service" ];
partOf = [ "dj-dgsi.service" ];
@ -217,7 +217,7 @@ in
{
where = "/run/django-apps/dgsi/media";
what = "/var/lib/django-apps/dgsi/media";
options = "bind";
options = "bind,nofail";
after = [ "dj-dgsi.service" ];
partOf = [ "dj-dgsi.service" ];