Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search path for containers/storage.conf #479

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

odra
Copy link
Contributor

@odra odra commented Jul 3, 2024

Adds a list of containers/storage.conf paths to look for instead of just one and returns early in case one is found.

resolve #481

@Yarboa
Copy link
Collaborator

Yarboa commented Jul 4, 2024

/packit test --identifier e2e-ffi

@Yarboa
Copy link
Collaborator

Yarboa commented Jul 4, 2024

LGTM

@Yarboa Yarboa merged commit e2c84c1 into containers:main Jul 4, 2024
7 checks passed
sandrobonazzola added a commit to sandrobonazzola/qm that referenced this pull request Jul 4, 2024
Fixes missing double quotes introduced in containers#479.
Not detected by pre-commit action as it's not configured
to run on all files.

In tools/qm-storage-settings fix for:
    for STORAGE_CONF_PATH in ${STORAGE_CONF_PATHS[@]}; do
                             ^----------------------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements.

In tools/qm-storage-settings line 52:
        if [ -f ${STORAGE_CONF_PATH} ]; then
                ^------------------^ SC2086 (info): Double quote to prevent globbing and word splitting.

Signed-off-by: Sandro Bonazzola <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors in qm AutoSD demonstration container
2 participants