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:
|
modprobe:
|
||||||
name: zfs
|
name: zfs
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: import zpools
|
||||||
|
command:
|
||||||
|
argv:
|
||||||
|
- zpool
|
||||||
|
- import
|
||||||
|
- -a
|
||||||
|
creates: /export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue