canonical / canonical/setup-maas
Admin command to check status is broken
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
This does not work since the maas admin subcommand is removed.
```
while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the GitHub Action step that runs the shown shell loop, then inspect the current MAAS CLI commands for an equivalent status check because the admin subcommand was removed. The work is done when the installation workflow can wait for boot-resource importing to finish without invoking the removed command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100