003 File Manager
Current Path:
/usr/local/lib/python3.8/site-packages/salt/templates/virt
usr
/
local
/
lib
/
python3.8
/
site-packages
/
salt
/
templates
/
virt
/
📁
..
📄
libvirt_chardevs.jinja
(727 B)
📄
libvirt_disks.jinja
(744 B)
📄
libvirt_domain.jinja
(12.25 KB)
📄
libvirt_macros.jinja
(179 B)
📄
libvirt_network.jinja
(3.09 KB)
📄
libvirt_pool.jinja
(2.6 KB)
📄
libvirt_secret.jinja
(316 B)
📄
libvirt_volume.jinja
(1.11 KB)
Editing: libvirt_volume.jinja
<volume{% if type %} type='{{ type }}'{% endif %}> <name>{{ name }}</name> <source> </source> <capacity unit='KiB'>{{ size }}</capacity> <allocation unit='KiB'>{{ allocation }}</allocation> <target> {%- if format %} <format type='{{ format }}'/> {%- endif %} {%- if target.permissions -%} <permissions> {%- if target.permissions.get('mode') %} <mode>{{ target.permissions.mode }}</mode> {%- endif %} {%- if target.permissions.get('owner') %} <owner>{{ target.permissions.owner }}</owner> {%- endif %} {%- if target.permissions.get('group') %} <group>{{ target.permissions.group }}</group> {%- endif %} {%- if target.permissions.get('label') %} <label>{{ target.permissions.label }}</label> {%- endif %} </permissions> {%- endif %} {%- if target.nocow %} <nocow/> {%- endif %} </target> {%- if backingStore %} <backingStore> <path>{{ backingStore.path }}</path> {%- if backingStore.format %} <format type='{{ backingStore.format }}'/> {%- endif %} </backingStore> {%- endif %} </volume>
Upload File
Create Folder