Skip to content

Commit

Permalink
Do not use a pool type of partition, seems to be unimplemented.
Browse files Browse the repository at this point in the history
Create one volume in the pool, the role does not cope with empty pools.
  • Loading branch information
pcahyna committed Oct 15, 2019
1 parent b5bd113 commit 38feb52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tests_disk_errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
storage_pools:
- name: foo
disks: "{{ unused_disks }}"
type: partition
# type: partition
volumes:
- name: bar

- name: UNREACH
fail:
Expand Down

0 comments on commit 38feb52

Please sign in to comment.