Skip to content

Commit

Permalink
runtime: disable nesting checks
Browse files Browse the repository at this point in the history
Test if Kata CI can handle disable of nesting_checks.

Fixes: kata-containers#1870
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
  • Loading branch information
Ganesh Maharaj Mahalingam committed Jul 10, 2019
1 parent 4e09e75 commit a3c3904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/config/configuration-fc.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ block_device_driver = "@DEFBLOCKSTORAGEDRIVER_FC@"
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
#
#disable_nesting_checks = true
disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes
# used for 9p packet payload.
Expand Down
2 changes: 1 addition & 1 deletion cli/config/configuration-nemu.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ enable_hugepages = @DEFENABLEHUGEPAGES_NEMU@
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
#
#disable_nesting_checks = true
disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes
# used for 9p packet payload.
Expand Down
2 changes: 1 addition & 1 deletion cli/config/configuration-qemu.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ enable_iothreads = @DEFENABLEIOTHREADS@
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
#
#disable_nesting_checks = true
disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes
# used for 9p packet payload.
Expand Down

0 comments on commit a3c3904

Please sign in to comment.