linux-system-roles / snapshot

Ansible role to manage storage snapshots
MIT License
2 stars 5 forks source link

test: use storage_udevadm_trigger, gather debug when fail #49

Closed richm closed 7 months ago

richm commented 7 months ago

Use storage_udevadm_trigger: true which seems to fix some test failures.

Gather lots of debug information when get_unused_disks fails.

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

[citest]

richm commented 7 months ago

@trgill ptal

richm commented 7 months ago

[citest]

trgill commented 7 months ago

@trgill ptal

Looks good - we can probably remove the debugging?

richm commented 7 months ago

@trgill ptal

Looks good - we can probably remove the debugging?

I would like to leave it in - it should only be run if something goes wrong, and it is helpful in that case. But if you think it's too much, I'll remove it.

trgill commented 7 months ago

@trgill ptal

Looks good - we can probably remove the debugging?

I would like to leave it in - it should only be run if something goes wrong, and it is helpful in that case. But if you think it's too much, I'll remove it.

Leaving it in is fine with me. Thanks.