|
1.
|
|
|
### This is a yaml representation of a storage pool. ![](/@@/translation-newline)
### Any line starting with a '#' will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A storage pool consists of a set of configuration items. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### An example would look like: ![](/@@/translation-newline)
### name: default ![](/@@/translation-newline)
### driver: zfs ![](/@@/translation-newline)
### used_by: [] ![](/@@/translation-newline)
### config: ![](/@@/translation-newline)
### size: "61203283968" ![](/@@/translation-newline)
### source: /home/chb/mnt/lxd_test/default.img ![](/@@/translation-newline)
### zfs.pool_name: default
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/storage.go:220
|
|
2.
|
|
|
### This is a yaml representation of a storage volume. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A storage volume consists of a set of configuration items. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### name: vol1 ![](/@@/translation-newline)
### type: custom ![](/@@/translation-newline)
### used_by: [] ![](/@@/translation-newline)
### config: ![](/@@/translation-newline)
### size: "61203283968"
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/storage_volume.go:724
|
|
3.
|
|
|
### This is a yaml representation of the configuration. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A sample configuration looks like: ![](/@@/translation-newline)
### name: container1 ![](/@@/translation-newline)
### profiles: ![](/@@/translation-newline)
### - default ![](/@@/translation-newline)
### config: ![](/@@/translation-newline)
### volatile.eth0.hwaddr: 00:16:3e:e9:f8:7f ![](/@@/translation-newline)
### devices: ![](/@@/translation-newline)
### homedir: ![](/@@/translation-newline)
### path: /extra ![](/@@/translation-newline)
### source: /home/user ![](/@@/translation-newline)
### type: disk ![](/@@/translation-newline)
### ephemeral: false ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### Note that the name is shown but cannot be changed
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/config.go:100
|
|
4.
|
|
|
### This is a yaml representation of the container metadata. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A sample configuration looks like: ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### architecture: x86_64 ![](/@@/translation-newline)
### creation_date: 1477146654 ![](/@@/translation-newline)
### expiry_date: 0 ![](/@@/translation-newline)
### properties: ![](/@@/translation-newline)
### architecture: x86_64 ![](/@@/translation-newline)
### description: Busybox x86_64 ![](/@@/translation-newline)
### name: busybox-x86_64 ![](/@@/translation-newline)
### os: Busybox ![](/@@/translation-newline)
### templates: ![](/@@/translation-newline)
### /template: ![](/@@/translation-newline)
### when: ![](/@@/translation-newline)
### - "" ![](/@@/translation-newline)
### create_only: false ![](/@@/translation-newline)
### template: template.tpl ![](/@@/translation-newline)
### properties: {}
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/config_metadata.go:63
|
|
5.
|
|
|
### This is a yaml representation of the image properties. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### Each property is represented by a single line: ![](/@@/translation-newline)
### An example would be: ![](/@@/translation-newline)
### description: My custom image
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/image.go:327
|
|
6.
|
|
|
### This is a yaml representation of the network. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A network consists of a set of configuration items. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### An example would look like: ![](/@@/translation-newline)
### name: lxdbr0 ![](/@@/translation-newline)
### config: ![](/@@/translation-newline)
### ipv4.address: 10.62.42.1/24 ![](/@@/translation-newline)
### ipv4.nat: true ![](/@@/translation-newline)
### ipv6.address: fd00:56ad:9f7a:9800::1/64 ![](/@@/translation-newline)
### ipv6.nat: true ![](/@@/translation-newline)
### managed: true ![](/@@/translation-newline)
### type: bridge ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### Note that only the configuration can be changed.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/network.go:548
|
|
7.
|
|
|
### This is a yaml representation of the profile. ![](/@@/translation-newline)
### Any line starting with a '# will be ignored. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### A profile consists of a set of configuration items followed by a set of ![](/@@/translation-newline)
### devices. ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### An example would look like: ![](/@@/translation-newline)
### name: onenic ![](/@@/translation-newline)
### config: ![](/@@/translation-newline)
### raw.lxc: lxc.aa_profile=unconfined ![](/@@/translation-newline)
### devices: ![](/@@/translation-newline)
### eth0: ![](/@@/translation-newline)
### nictype: bridged ![](/@@/translation-newline)
### parent: lxdbr0 ![](/@@/translation-newline)
### type: nic ![](/@@/translation-newline)
### ![](/@@/translation-newline)
### Note that the name is shown but cannot be changed
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/profile.go:408
|
|
8.
|
|
|
%s (%d more)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/image.go:959
|
|
9.
|
|
|
%s is not a directory
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/file.go:810
|
|
10.
|
|
|
%v (i nterrupt two more times to force)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lxc/utils/cancel.go:67
|