Actions
Bug #17606
closed[deployment][provision] extra dirs and files are poorly managed
Status:
Resolved
Priority:
Normal
Assigned To:
Javier Bértoli
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
When the script finds no extra dir/files, a wildcard file is created (extras/\*
) as a result.
This makes salt fail.
The loops replacing variables seem to be responsible for this.
Updated by Peter Amstutz over 3 years ago
- Blocks Idea #17512: Release Arvados 2.2 added
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-05-12 sprint to 2021-05-26 sprint
Updated by Peter Amstutz over 3 years ago
- Assigned To changed from Javier Bértoli to Nico César
Updated by Javier Bértoli over 3 years ago
- Assigned To changed from Nico César to Javier Bértoli
- Status changed from New to In Progress
Updated by Javier Bértoli over 3 years ago
- Status changed from In Progress to Feedback
The issue is a bash globbing issue, so instead of using nullglob, I used a subshell to list files where required.
Tested: removed the files from config_examples/single_host/multiple_hostnames/states/
, run it before and after the change and works as expected.
Fixed commit 941b5806c@arvados, branch 17606-file-globbing-issues
Actions