Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8acbf53
Add zpool module
tomhesse May 16, 2025
2ffd213
Add botmeta
tomhesse May 16, 2025
ae53b61
Use str.format instead of f-strings
tomhesse May 16, 2025
a57f980
Remove nonlocal usage
tomhesse May 16, 2025
7e594e2
Add check to only pass ashift to zpool add
tomhesse May 16, 2025
9ef2d7f
Extend ansible_spec and remove unnecessary validation
tomhesse May 26, 2025
a88604d
Apply suggestions and fix style
tomhesse May 26, 2025
84e5cb1
Fix indentation of yaml lists
tomhesse May 26, 2025
0de390f
Add method to normalize vdevs
tomhesse May 28, 2025
a3ce8d0
Use CmdRunner instead of run_command
tomhesse May 29, 2025
9588a83
Fix styling and documentation
tomhesse May 29, 2025
de40e75
Use str.format instead of f-strings
tomhesse May 29, 2025
da217e6
Make sure vdevs are only required when state is present
tomhesse May 29, 2025
d0b295c
Add support for loop devices and normalize vdev type
tomhesse May 30, 2025
cec1252
Add integration tests
tomhesse May 30, 2025
dec372e
Add missing test dependencies for alpine and redhat
tomhesse May 30, 2025
4c5d11f
Skip integration tests on rhel10 until there there packages available
tomhesse May 30, 2025
4848d03
Use package module for better auto detection of package manager on rhel
tomhesse May 30, 2025
6db397f
Add copyright header
tomhesse Jun 1, 2025
3488ba6
Skip tests on rhel and remove redhat install requirements
tomhesse Jun 2, 2025
17e2242
Ensure loop devices under /dev exist
tomhesse Jun 2, 2025
cdd601d
Enable usage of files as pool devices
tomhesse Jun 2, 2025
9edd5eb
Remove disk setup
tomhesse Jun 2, 2025
638361f
Use files as disks
tomhesse Jun 2, 2025
2a3e840
Apply suggestions
tomhesse Jun 4, 2025
15e3779
Fix argument_spec
tomhesse Jun 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,8 @@ files:
maintainers: natefoo
$modules/znode.py:
maintainers: treyperry
$modules/zpool.py:
maintainers: tomhesse
$modules/zpool_facts:
keywords: beadm dladm illumos ipadm nexenta omnios openindiana pfexec smartos solaris sunos zfs zpool
labels: solaris
Expand Down
Loading