mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-09 13:32:08 +00:00
tests: Remove lazy_journal_init for CDH mount
Remove lazy_journal_init for the CDH secure_mount option. Re-enable concurrent image-layer pulls for the NIM test. Signed-off-by: Manuel Huber <manuelh@nvidia.com>
This commit is contained in:
@@ -2322,7 +2322,7 @@ async fn cdh_handler_trusted_storage(oci: &mut Spec) -> Result<()> {
|
||||
&dev_major_minor,
|
||||
"luks2",
|
||||
KATA_IMAGE_WORK_DIR,
|
||||
"-E lazy_journal_init",
|
||||
"",
|
||||
)
|
||||
.await?;
|
||||
break;
|
||||
|
||||
@@ -86,8 +86,6 @@ setup_langchain_flow() {
|
||||
# generated policy.rego to it and set it as the cc_init_data annotation.
|
||||
# We must overwrite the default empty file AFTER create_tmp_policy_settings_dir()
|
||||
# copies it to the temp directory.
|
||||
# As we use multiple vCPUs we set `max_concurrent_layer_downloads_per_image = 1`,
|
||||
# see: https://github.com/kata-containers/kata-containers/issues/12721
|
||||
create_nim_initdata_file() {
|
||||
local output_file="$1"
|
||||
local cc_kbs_address
|
||||
@@ -110,7 +108,6 @@ name = "cc_kbc"
|
||||
url = "${cc_kbs_address}"
|
||||
|
||||
[image]
|
||||
max_concurrent_layer_downloads_per_image = 1
|
||||
authenticated_registry_credentials_uri = "kbs:///default/credentials/nvcr"
|
||||
'''
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user