Skip to content

Conversation

Johanni
Copy link

@Johanni Johanni commented May 27, 2016

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.

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
Copy link
Contributor

guilhem commented Jun 2, 2016

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
Copy link
Contributor

guilhem commented Jun 2, 2016

@Johanni can you test with #227 ?

attribute :create_options, :kind_of => String

# The number of seconds before a timeout occurs during pool creation
attribute :timeout, :kind_of => Integer, :default => nil, :required => false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:default => nil, :required => false are optional as it's the default behavior

Johanni and others added 3 commits June 2, 2016 10:31
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.
Fix rubocop version in Gemfile
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.
@Johanni
Copy link
Author

Johanni commented Jun 2, 2016

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

@Johanni
Copy link
Author

Johanni commented Jun 8, 2016

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants