Skip to content

Commit

Permalink
Add over provisioning support within varz.
Browse files Browse the repository at this point in the history
Change-Id: I276e5b99a593ca3cdb652d5c28ba0278ef622143
  • Loading branch information
Chunjie committed Mar 31, 2012
1 parent e637210 commit 37dc696
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/lib/base/provisioner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ def varz_details()
:plan => plan,
:score => score,
:low_water => v[:low_water],
:high_water => v[:high_water]
:high_water => v[:high_water],
:allow_over_provisioning => v[:allow_over_provisioning]?1:0
}
end

Expand Down

0 comments on commit 37dc696

Please sign in to comment.