Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 76a9542

Browse files
c3dfidencio
authored andcommitted
config: Make configuration file comments consistent
During review, Julio Montes pointed out that there was some missing text in the comments for configuration-xyz.toml.in relative to the virtiofs version. Fixes: #3005 Suggested-by: Julio Montes <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
1 parent 40e2263 commit 76a9542

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

cli/config/configuration-acrn.toml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ image = "@IMAGEPATH@"
1919
# List of valid annotation names for the hypervisor
2020
# Each member of the list is a regular expression, which is the base name
2121
# of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path"
22+
# The default if not set is empty (all annotations rejected.)
23+
# Your distribution recommends: @DEFENABLEANNOTATIONS@
2224
enable_annotations = @DEFENABLEANNOTATIONS@
2325

2426
# List of valid annotations values for the hypervisor

cli/config/configuration-clh.toml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ image = "@IMAGEPATH@"
1818
# List of valid annotation names for the hypervisor
1919
# Each member of the list is a regular expression, which is the base name
2020
# of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path"
21+
# The default if not set is empty (all annotations rejected.)
22+
# Your distribution recommends: @DEFENABLEANNOTATIONS@
2123
enable_annotations = @DEFENABLEANNOTATIONS@
2224

2325
# List of valid annotations values for the hypervisor

cli/config/configuration-fc.toml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ image = "@IMAGEPATH@"
1818
# List of valid annotation names for the hypervisor
1919
# Each member of the list is a regular expression, which is the base name
2020
# of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path"
21+
# The default if not set is empty (all annotations rejected.)
22+
# Your distribution recommends: @DEFENABLEANNOTATIONS@
2123
enable_annotations = @DEFENABLEANNOTATIONS@
2224

2325
# List of valid annotations values for the hypervisor

cli/config/configuration-qemu.toml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ machine_type = "@MACHINETYPE@"
2020
# List of valid annotation names for the hypervisor
2121
# Each member of the list is a regular expression, which is the base name
2222
# of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path"
23+
# The default if not set is empty (all annotations rejected.)
24+
# Your distribution recommends: @DEFENABLEANNOTATIONS@
2325
enable_annotations = @DEFENABLEANNOTATIONS@
2426

2527
# List of valid annotations values for the hypervisor

0 commit comments

Comments
 (0)