zfs: Import existing zpools automatically
This commit is contained in:
parent
da549daaaa
commit
585f7e28be
1 changed files with 8 additions and 0 deletions
|
@ -27,3 +27,11 @@
|
|||
modprobe:
|
||||
name: zfs
|
||||
state: present
|
||||
|
||||
- name: import zpools
|
||||
command:
|
||||
argv:
|
||||
- zpool
|
||||
- import
|
||||
- -a
|
||||
creates: /export
|
||||
|
|
Loading…
Add table
Reference in a new issue