ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 108 forks source link

Add timeout to ceph_pool resource #225

Open Johanni opened 8 years ago

Johanni commented 8 years ago

In a few instances, we found ceph_pool hanging. The timeout attribute would allow us to control how long we would like to wait before raising an exception.

guilhem commented 8 years ago

Hi @Johanni ,

Error in travis is due to some changes on rubocop. I will try to update it. When done, you will only have to rebase your changes.

guilhem commented 8 years ago

@Johanni can you test with #227 ?

Johanni commented 8 years ago

Took me a while to fix my rebasing, but I think I got it now :)

Johanni commented 8 years ago

Do I need to squash commits or is it good as is?