Containerized OS or OS mounted as read-only don't allow to write
in every folder.
The new Docker Engine is a project atomic one, where it will be
more convenient to use /srv/data.
Fixes T1261.
Differential D1065
Use /srv/data instead of /data dereckson on Oct 17 2017, 19:40. Authored by Tags None Referenced Files
Subscribers None
Details
Containerized OS or OS mounted as read-only don't allow to write The new Docker Engine is a project atomic one, where it will be Fixes T1261. salt dwellers.nasqueron.org state.apply hotfixes
Diff Detail
Event TimelineComment Actions Dwellers $ ls /srv/data ls: cannot access /srv/data: No such file or directory $ salt-call state.apply hotfixes local: ---------- ID: /etc/modprobe.d/disable-dccp.conf Function: file.managed Result: True Comment: File /etc/modprobe.d/disable-dccp.conf is in the correct state Started: 22:01:55.389385 Duration: 113.239 ms Changes: ---------- ID: srv_data_symlink Function: file.symlink Name: /srv/data Result: True Comment: Created new symlink /srv/data -> /data Started: 22:01:55.502816 Duration: 116.329 ms Changes: ---------- new: /srv/data Summary for local ------------ Succeeded: 2 (changed=1) Failed: 0 ------------ Total states run: 2 Total run time: 229.568 ms $ ls /srv/data acquisitariat devcentral etherpad … |