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 bda8eaa commit caf9da2
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 caf9da2

Please sign in to comment.