Browse Source

Fix crating multiple loopback devices

This patch fixes issue with duplicate task IDs when multiple
loopback devices should be added, and they stored in the same
directory.

Change-Id: Iae0027b6ee187f5366967e667380dfb3eae232fc
Related-Prod: PROD-17620
pull/144/head
Vasyl Saienko 6 years ago
parent
commit
d458e6449b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      linux/storage/loopback.sls

+ 2
- 1
linux/storage/loopback.sls View File



{%- if loopback.get('enabled', True) %} {%- if loopback.get('enabled', True) %}


{{ salt['file.dirname'](loopback.file) }}:
{{ loopback.file }}_directory:
file.directory: file.directory:
- name: {{ salt['file.dirname'](loopback.file) }}
- makedirs: true - makedirs: true
- require_in: - require_in:
- file: {{ loopback.file }} - file: {{ loopback.file }}

Loading…
Cancel
Save