Usually you need define order for mounting volumes in one path like mount first /opt and then /opt/cms etc.pull/117/head
{%- from "linux/map.jinja" import storage with context %} | {%- from "linux/map.jinja" import storage with context %} | ||||
{%- if storage.enabled %} | {%- if storage.enabled %} | ||||
{%- for name, mount in storage.mount.iteritems() %} | |||||
{%- for name, mount in storage.mount|dictsort %} | |||||
{%- if mount.enabled %} | {%- if mount.enabled %} | ||||