Skip to content

ICSHWI-9566 Move RequireMountsFor to override.conf

Automatically mounting the nonvolatile share by the systemd script (with RequireMountsFor) did not work when it was specified in the template so moved it to the IOC specific override.conf

A separate scenario was added to test that the systemd service

  • tries to mount required NFS shares
  • is not started if any of the required NFS shares cannot be mounted

Also tested that the running indicator is created and removed

It is better to use a separate scenario for this because /epics cannot be unmounted if there are other NFS IOCs running and this test is doing lots of things in the side effect "phase" that could mess things up for other tests

Merge request reports