Skip to content

Feature/integrate auto detect in arrays #2

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

Merged
merged 2 commits into from
Aug 1, 2025

Conversation

rguichard
Copy link

No description provided.

rguichard and others added 2 commits August 1, 2025 18:20
- Remove standalone mdadm_auto_detect_arrays variable
- Add auto_detect field to mdadm_arrays structure
- Add min_disks field for auto-detection requirements
- Implement validation logic:
  - Error if auto_detect=true AND devices are defined
  - Error if insufficient disks for auto-detection
- Auto-detect unused disks only when auto_detect=true and devices=[]
- Update documentation with examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Remove references to deprecated mdadm_auto_detect_arrays
- Update examples to use new auto_detect field in mdadm_arrays
- Add mixed configuration example showing both manual and auto-detect
- Clarify validation rules and error conditions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@rguichard rguichard merged commit 0c86044 into master Aug 1, 2025
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.

2 participants